Changeset 2976 for trunk/MagicSoft/Simulation/Detector/StarResponse
- Timestamp:
- 01/30/04 10:33:02 (21 years ago)
- Location:
- trunk/MagicSoft/Simulation/Detector/StarResponse
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/StarResponse/MStarLight.hxx
r2431 r2976 13 13 #include "TRandom2.h" 14 14 15 #define VERSIONSR 1000.015 #define VERSIONSR 1002.0 16 16 #define TIMERANGE 10000. 17 17 #define TRIGBINS 40000 … … 24 24 Float_t fBrightness ; // the brightness of the star in phe/nsec 25 25 26 Float_t fTimeRange ; // the time range of the 26 Float_t fTimeRange ; // the time range of the trigger response 27 27 28 28 Float_t fBinsTrig ; // Number of Bins in the trigger … … 37 37 // the signal 38 38 // = 0 --> a gaussian 39 Float_t fAmplFadc ; // the amplitude of the trigger in mV 39 Float_t fIntegFadc ; // the integral of the single phe response 40 // in the FADC (in FADC counts) 40 41 Float_t fFwhmFadc ; // the width of the signal in nsec 41 42 … … 44 45 45 46 Float_t fTrigResp [ 40 ] ; // the shape of the response for trigger 46 Float_t fFadcResp [ 45 ] ; // the shape of the response for trigger47 Float_t fFadcResp [ 45 ] ; // the shape of the response for FADC 47 48 48 49 public: … … 55 56 void SetAmplTrig( Float_t in ) ; 56 57 void SetFwhmTrig( Float_t in ) ; 57 void Set AmplFadc( Float_t in ) ;58 void SetIntegFadc( Float_t in ) ; 58 59 void SetFwhmFadc( Float_t in ) ; 59 60 … … 61 62 Float_t GetAmplTrig() ; 62 63 Float_t GetFwhmTrig() ; 63 Float_t Get AmplFadc() ;64 Float_t GetIntegFadc() ; 64 65 Float_t GetFwhmFadc() ; 65 66 -
trunk/MagicSoft/Simulation/Detector/StarResponse/Makefile
r2376 r2976 19 19 # 20 20 # $RCSfile: Makefile,v $ 21 # $Revision: 1. 4$21 # $Revision: 1.5 $ 22 22 # $Author: blanch $ 23 # $Date: 200 3-10-03 11:18:16$23 # $Date: 2004-01-30 10:33:02 $ 24 24 # 25 25 ################################################################## … … 121 121 122 122 depend: 123 rm ${INCLUDE_TRIGGER}/*.o 123 124 @makedepend $(SRCS) $(INCLUDES) -fMakefile 2> kk.kk ; cat kk.kk 124 125
Note:
See TracChangeset
for help on using the changeset viewer.