Ignore:
Timestamp:
02/04/13 12:04:37 (12 years ago)
Author:
tbretz
Message:
Added the possibility to switch between fits and root files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mjobs/MJSimulation.h

    r14792 r14864  
    2323    Bool_t fCamera;         // Switch on/off camera (for fast reflector processing)
    2424    Bool_t fForceTrigger;   // Force the use of the trigger "electronics"
     25    Bool_t fWriteFitsFile;
    2526
    2627    Int_t  fOperationMode;  // Operation mode (data, ped, cal, pointrun)
     
    3839
    3940    void SetForceMode(Bool_t force=kTRUE) { fForceMode = force; }
    40 
    4141    void SetMode(Int_t mode) { fOperationMode = mode; }
     42    void SetWriteFitsFile(Bool_t fits) { fWriteFitsFile = fits; }
    4243
    4344    void SetRunNumber(Int_t n=-1) { fRunNumber = n%100000000; }
Note: See TracChangeset for help on using the changeset viewer.