Changeset 2988 for trunk/MagicSoft/Simulation/Detector/include-MLons
- Timestamp:
- 01/30/04 15:12:53 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/include-MLons/MLons.hxx
r2451 r2988 50 50 // the signal 51 51 // = 0 --> a gaussian 52 Float_t fAmplFadc ; // the amplitude of the trigger in mV 52 Float_t fIntegFadc ; // the integral of the single phe response 53 // in the FADC (in FADC counts) 53 54 Float_t fFwhmFadc ; // the width of the signal in nsec 54 55 … … 60 61 61 62 MLons(Float_t in_amplT, Float_t in_FwhmT, 62 Float_t in_ amplF, Float_t in_FwhmF) ;63 Float_t in_integF, Float_t in_FwhmF) ; 63 64 64 65 void Reset() ; … … 67 68 void SetAmplTrig( Float_t in ) ; 68 69 void SetFwhmTrig( Float_t in ) ; 69 void Set AmplFadc( Float_t in ) ;70 void SetIntegFadc( Float_t in ) ; 70 71 void SetFwhmFadc( Float_t in ) ; 71 72 … … 75 76 Float_t GetAmplTrig() ; 76 77 Float_t GetFwhmTrig() ; 77 Float_t Get AmplFadc() ;78 Float_t GetIntegFadc() ; 78 79 Float_t GetFwhmFadc() ; 79 80
Note:
See TracChangeset
for help on using the changeset viewer.