Changeset 2043 for trunk/MagicSoft/Mars/mhistmc/MHMcCT1CollectionArea.cc
- Timestamp:
- 04/29/03 14:41:38 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhistmc/MHMcCT1CollectionArea.cc
r1999 r2043 137 137 // Fill data into the histogram which contains the selected showers 138 138 // 139 Bool_t MHMcCT1CollectionArea::Fill(const MParContainer *par, Double_t w)139 Bool_t MHMcCT1CollectionArea::Fill(const MParContainer *par, const Stat_t w) 140 140 { 141 141 MMcEvt &mcevt = *(MMcEvt*)par; 142 142 143 fHistSel->Fill(log10(mcevt.GetEnergy()), kRad2Deg*mcevt.GetTelescopeTheta() );143 fHistSel->Fill(log10(mcevt.GetEnergy()), kRad2Deg*mcevt.GetTelescopeTheta(), w); 144 144 return kTRUE; 145 145 }
Note:
See TracChangeset
for help on using the changeset viewer.