Ignore:
Timestamp:
08/27/13 14:16:40 (11 years ago)
Author:
ftemme
Message:
Changed the writing of several header keys for the fitsoutput of ceres from hardcoded values to values from a given runheader, the call of SetupHeaderKeys() is commented out, cause the setting of the header keys should be during MWriteFitsFile::ReInit(), cause the Runheader is not initialized at the moment of the previous call
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Mars_MC/mjobs/MJSimulation.h

    r17011 r17047  
    1212class MWriteRootFile;
    1313class MWriteFitsFile;
     14class MRawRunHeader;
    1415
    1516class MJSimulation : public MJob
     
    3435    void SetupCommonFileStructure(MWriteRootFile &write) const;
    3536    void SetupCommonFileStructure(MWriteFitsFile& write) const;
    36     void SetupHeaderKeys(MWriteFitsFile& write) const;
     37    void SetupHeaderKeys(MWriteFitsFile& write, MRawRunHeader &header) const;
    3738    void SetupVetoColumns(MWriteFitsFile& write) const;
    3839
Note: See TracChangeset for help on using the changeset viewer.