Changeset 17045 for branches


Ignore:
Timestamp:
08/27/13 13:51:11 (11 years ago)
Author:
ftemme
Message:
Moved the setting of the header keys for the fitsoutput of ceres files from MJSimulation.cc to MWriteFitsFile::ReInit, cause several used header keys are only then known and can't be set in MJSimulation::Process()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Mars_MC/mfileio/MWriteFitsFile.h

    r15277 r17045  
    1919#include "MFitsArray.h"
    2020#endif
     21
     22#ifndef MARS_MRawRunHeader
     23#include "MRawRunHeader.h"
     24#endif
     25
     26class MRawRunHeader;
    2127
    2228///////////////////////////////////////////////////////////////////////////////
     
    137143   Int_t       PreProcess(MParList *pList);
    138144   Int_t       PostProcess();
     145
     146   void        SetupHeaderKeys(MRawRunHeader &header);
    139147
    140148   //Header keys related stuff
Note: See TracChangeset for help on using the changeset viewer.