Changeset 17050 for branches/Mars_MC


Ignore:
Timestamp:
08/27/13 14:19:27 (11 years ago)
Author:
ftemme
Message:
Added the variable MRawEvtData::fTriggerType, for writing the fitscolumn TriggerType in fitouput of ceres, the value of fTriggerType is calculated by using MRawRunHeader::GetRunType(). Maybe this variable should move to MRawEvtHeader
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Mars_MC/mraw/MRawEvtData.h

    r17011 r17050  
    1212//class ifstream;
    1313#include <iosfwd>
     14#include <stdint.h>
    1415
    1516class MRawRunHeader;
     
    3738    MArrayB *fABFlags;            //-> A information about the exact trigger position
    3839    MArrayS *fStartCells;         // {fits: unit=uint16 ; name=StartCellData }
     40
     41    UShort_t fTriggerType;       // {fits: unit=uint16 ; name=TriggerType }
    3942
    4043    UShort_t fNumBytesPerSample;
Note: See TracChangeset for help on using the changeset viewer.