Changeset 954 for trunk/MagicSoft/Mars/mmontecarlo
- Timestamp:
- 09/28/01 10:51:06 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmontecarlo/MMcTriggerRateCalc.cc
r898 r954 158 158 // MHMcRate container. 159 159 // 160 Bool_t MMcTriggerRateCalc::Process 160 Bool_t MMcTriggerRateCalc::Process() 161 161 { 162 162 // Counting analysed and simulated showers … … 189 189 // The PostProcess-function calculates and shows the trigger rate 190 190 // 191 Bool_t MMcTriggerRateCalc::PostProcess 191 Bool_t MMcTriggerRateCalc::PostProcess() 192 192 { 193 193 // Computing trigger rate and showing it 194 for (int i=0; i<fDimension; i++)194 for (int i=0; i<fDimension; i++) 195 195 { 196 196 MHMcRate &rate = *GetRate(i); 197 197 198 198 rate.CalcRate(fTrigger[i], fAnalShow, fShowers); 199 rate.Print();200 rate.Draw("S");199 // rate.Print(); 200 // rate.Draw("S"); 201 201 } 202 202 203 203 return kTRUE; 204 204 } 205 206 207
Note:
See TracChangeset
for help on using the changeset viewer.