Ignore:
Timestamp:
08/19/13 12:07:14 (11 years ago)
Author:
ftemme
Message:
added the writing of several Header Keys to the fitsoutput of Ceres in MJSimulation.cc, the values of the HeaderKeys are mainly hardcoded; changed the name of the columns in the fitsoutput for MMcEvt.fEvtNumber, MRawEvtData.fStartCells to the corresponding name in real data files; removed the vetoing of several columns in the fitsout in MJSimulation.cc; implemented the substraction of the accoupling in MSimCamera.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Mars_MC/mmc/MMcEvt.hxx

    r9937 r17011  
    1010{
    1111private:
    12     UInt_t  fEvtNumber;
     12    UInt_t  fEvtNumber;          // {fits: name=EventNum ; unit=uint32}
    1313    Float_t fThick0;             // [g/cm2]
    1414    Float_t fFirstTarget;        // []
Note: See TracChangeset for help on using the changeset viewer.