Changeset 2043 for trunk/MagicSoft/Mars/mhist/MHHadronness.cc
- Timestamp:
- 04/29/03 14:41:38 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHHadronness.cc
r1992 r2043 183 183 // are skipped at the moment. 184 184 // 185 Bool_t MHHadronness::Fill(const MParContainer *par, Double_t w)185 Bool_t MHHadronness::Fill(const MParContainer *par, const Stat_t w) 186 186 { 187 187 // Preliminary Workaround: FIXME! … … 200 200 201 201 if (fMcEvt->GetPartId()==kGAMMA) 202 fGhness->Fill(h );202 fGhness->Fill(h, w); 203 203 else 204 fPhness->Fill(h );204 fPhness->Fill(h, w); 205 205 206 206 return kTRUE;
Note:
See TracChangeset
for help on using the changeset viewer.