Changeset 8882 for trunk/MagicSoft/Mars/mjobs/MJSpectrum.h
- Timestamp:
- 03/18/08 17:41:53 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJSpectrum.h
r8709 r8882 19 19 class MAlphaFitter; 20 20 class MStatusArray; 21 class MWriteRootFile; 21 22 class MHCollectionArea; 22 23 class MMcSpectrumWeight; … … 36 37 37 38 Bool_t fForceTheta; 39 Bool_t fForceRunTime; 38 40 39 41 // Setup Histograms … … 50 52 Bool_t Refill(MParList &plist, TH1D &h) /*const*/; 51 53 Bool_t InitWeighting(const MDataSet &set, MMcSpectrumWeight &w) const; 54 55 // Write output 56 void SetupWriter(MWriteRootFile *write/*, const char *name*/) const; 52 57 53 58 // Display Output … … 67 72 Bool_t Process(const MDataSet &set); 68 73 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; } 70 76 71 77 void SetEnergyEstimator(const MTask *task);
Note:
See TracChangeset
for help on using the changeset viewer.