Ignore:
Timestamp:
03/18/08 17:41:53 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJSpectrum.h

    r8709 r8882  
    1919class MAlphaFitter;
    2020class MStatusArray;
     21class MWriteRootFile;
    2122class MHCollectionArea;
    2223class MMcSpectrumWeight;
     
    3637
    3738    Bool_t fForceTheta;
     39    Bool_t fForceRunTime;
    3840
    3941    // Setup Histograms
     
    5052    Bool_t   Refill(MParList &plist, TH1D &h) /*const*/;
    5153    Bool_t   InitWeighting(const MDataSet &set, MMcSpectrumWeight &w) const;
     54
     55    // Write output
     56    void     SetupWriter(MWriteRootFile *write/*, const char *name*/) const;
    5257
    5358    // Display Output
     
    6772    Bool_t Process(const MDataSet &set);
    6873
    69     void ForceTheta(Bool_t b=kTRUE) { fForceTheta=b; }
     74    void ForceTheta(Bool_t b=kTRUE)   { fForceTheta=b; }
     75    void ForceRunTime(Bool_t b=kTRUE) { fForceRunTime=b; }
    7076
    7177    void SetEnergyEstimator(const MTask *task);
Note: See TracChangeset for help on using the changeset viewer.