Changeset 2590 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 12/02/03 15:38:59 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/manalysis
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MEventRate.cc
r2565 r2590 24 24 25 25 ///////////////////////////////////////////////////////////////////////////// 26 // //27 // MEventRate //28 // //29 // Storage Container for the e stimated energy //30 // //26 // 27 // MEventRate 28 // 29 // Storage Container for the event rate 30 // 31 31 ///////////////////////////////////////////////////////////////////////////// 32 32 #include "MEventRate.h" -
trunk/MagicSoft/Mars/manalysis/MEventRateCalc.cc
r2565 r2590 27 27 // MEventRateCalc 28 28 // 29 // This task calculates the event rates from the event times and numbers. 30 // 31 // It is under construction: More information comming soon.... 32 // 29 33 // 30 34 // Input Containers: … … 33 37 // Output Containers: 34 38 // MEventRate 39 // MTimeRate [MTime] (missing) 35 40 // 36 41 ////////////////////////////////////////////////////////////////////////////// … … 58 63 fName = name ? name : "MEventRateCalc"; 59 64 fTitle = title ? title : "Calculate trigger rate"; 60 61 //AddToBranchList("MRawEvtData.fHiGainPixId");62 //AddToBranchList("MRawEvtData.fLoGainPixId");63 //AddToBranchList("MRawEvtData.fHiGainFadcSamples");64 //AddToBranchList("MRawEvtData.fLoGainFadcSamples");65 66 //SetDefaultWeights();67 65 } 68 66 … … 70 68 // 71 69 // The PreProcess searches for the following input containers: 72 // - MRawRunHeader 73 // - MRawEvtData 74 // - MPedestalCam 75 // 76 // The following output containers are also searched and created if 77 // they were not found: 78 // - MCerPhotEvt 70 // ... 79 71 // 80 72 Int_t MEventRateCalc::PreProcess(MParList *pList) … … 98 90 // -------------------------------------------------------------------------- 99 91 // 100 // Calculate the integral of the FADC time slices and store them as a new101 // pixel in the MCerPhotEvt container.102 92 // 103 93 #include <TSystem.h>
Note:
See TracChangeset
for help on using the changeset viewer.