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/mjobs/MJSimulation.h

    r14864 r17011  
    3434    void SetupCommonFileStructure(MWriteRootFile &write) const;
    3535    void SetupCommonFileStructure(MWriteFitsFile& write) const;
     36    void SetupHeaderKeys(MWriteFitsFile& write) const;
     37    void SetupVetoColumns(MWriteFitsFile& write) const;
    3638
    3739public:
Note: See TracChangeset for help on using the changeset viewer.