Raw data format
Microtracks
Run file information
View Headers branch
class EdbViewHeader : public TObject {
private:
Int_t eViewID; // View ID in the Area
Int_t eAreaID; // Area ID in Run (prediction id)
Float_t eXview; // stage coord, top left corner
Float_t eYview; //
Float_t eZ1; //
Float_t eZ2; // emulsion surfaces in absolute stage coordinates
Float_t eZ3; // measured once per view
Float_t eZ4; //
Int_t eNframesTop; // top | number of frames in the view (0,1,2...16...)
Int_t eNframesBot; // bottom |
Int_t eTime; // System time since last view saving in msec
Int_t eNclusters; // number of clusters saved in the view
Int_t eNsegments; // number of segments saved in the view
EdbAffine2D eAff; // affine transformation for the view
// (make sence for SySal-converted data only)
TArrayF *eZlevels; //! z of each taken view (frame) (obsolete!)
Int_t eCol; // the position of the view in the scanned area, measured in views,
Int_t eRow; // starting from the reference angle (typically up-left)
Int_t eStatus; // View scanning status
Int_t eEvent //optional: the part of the tree may be associated with event. Setted via run->header->Flag(8)
Int_t eTrack //optional: some view group may be associated with track. Setted via run->header->Flag(9)Clusters branch
Segments branch
Frames branch
Last updated