- Timestamp:
- 09/16/04 17:09:28 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/include-MLons/MLons.cxx
r2987 r5081 20 20 } 21 21 22 MLons::MLons(Float_t in_ amplT, Float_t in_FwhmT,23 Float_t in_ integF, Float_t in_FwhmF){22 MLons::MLons(Float_t in_shapeT, Float_t in_amplT, Float_t in_FwhmT, 23 Float_t in_shapeF, Float_t in_integF, Float_t in_FwhmF){ 24 24 //-------------------------------------------------------------------- 25 25 // … … 27 27 // 28 28 29 fTrigShape = 0.0;29 fTrigShape = in_shapeT; 30 30 fAmplTrig = in_amplT; 31 31 fFwhmTrig = in_FwhmT; 32 32 33 fFadcShape = 0.0;33 fFadcShape = in_shapeF; 34 34 fIntegFadc = in_integF; 35 35 fFwhmFadc = in_FwhmF; … … 134 134 135 135 if ( fIntegFadc == MSLStored.GetIntegFadc() && 136 fFwhmFadc == MSLStored.GetFwhmFadc()) 136 fFwhmFadc == MSLStored.GetFwhmFadc() && 137 fFadcShape == MSLStored.GetShapeFadc()) 137 138 return 1; 138 139
Note:
See TracChangeset
for help on using the changeset viewer.