Changeset 7724 for trunk/MagicSoft/Mars/mfilter
- Timestamp:
- 05/21/06 16:17:05 (19 years ago)
- Location:
- trunk/MagicSoft/Mars/mfilter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfilter/MFEnergySlope.cc
r7643 r7724 87 87 // -------------------------------------------------------------------------- 88 88 // 89 // Constructor 90 // 91 MFEnergySlope::MFEnergySlope(Float_t slope, Float_t emin, const char *name, const char *title): 92 fNewSlope(TMath::Abs(slope)), fMcMinEnergy(emin), fMcMaxEnergy(-1.) 93 { 94 fName = name ? name : "MFEnergySlope"; 95 fTitle = title ? title : "Filter to select energy with given slope"; 96 } 97 98 // -------------------------------------------------------------------------- 99 // 89 100 // Preprocess 90 101 // -
trunk/MagicSoft/Mars/mfilter/MFEnergySlope.h
r7409 r7724 38 38 MFEnergySlope(const char *name=NULL, const char *title=NULL); 39 39 MFEnergySlope(Float_t slope, const char *name=NULL, const char *title=NULL); 40 MFEnergySlope(Float_t slope, Float_t emin, const char *name=NULL, const char *title=NULL); 40 41 41 42 // Setter
Note:
See TracChangeset
for help on using the changeset viewer.