Changeset 2009 for trunk/MagicSoft/Mars/mfilter
- Timestamp:
- 04/24/03 16:06:08 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfilter/MFEnergySlope.h
r2008 r2009 4 4 // // 5 5 // MFEnergySlope // 6 // //7 // auth. A.stamerra //8 // created 30.01.03 //9 6 // // 10 7 ///////////////////////////////////////////////////////////////////////////// … … 21 18 { 22 19 private: 20 Int_t fNumSelectedEvts; // counter for number of selected events 23 21 24 Int_t fNumSelectedEvts; 25 Int_t fErrors[2]; 22 MMcEvt *fEvt; // Events used to determin energy slope 26 23 27 MMcEvt *fEvt;28 // MMcCorsikaRunHeader *fMcRunHeader;24 Bool_t fResult; // Result returned by IsExpressionTrue 25 Float_t fNewSlope; // New slope set by user 29 26 30 Bool_t fResult; 31 Float_t fNewSlope; // New slope set by user 27 Float_t fMcSlope; // Original energy slope from MC data 28 Float_t fMcMinEnergy; // Starting energy of MC data 29 Float_t fMcMaxEnergy; // Ending energy of MC data 32 30 33 Float_t fMcSlope; // Original energy slope from MC data 34 Float_t fMcMinEnergy; // Starting energy of MC data 35 Float_t fMcMaxEnergy; // Ending energy of MC data 36 37 Float_t fN0; // Normalization factor 38 39 // void Init(const Float_t val, 40 // const char *name, const char *title); 31 Float_t fN0; // Normalization factor 41 32 42 33 Bool_t PreProcess(MParList *pList); 43 34 Bool_t Process(); 44 Bool_t PostProcess();45 35 46 36 public: 47 48 // MFEnergySlope(const char *name=NULL, const char *title=NULL);49 // MFEnergySlope();50 37 MFEnergySlope(const char *name=NULL, const char *title=NULL); 51 38
Note:
See TracChangeset
for help on using the changeset viewer.