Changeset 1988 for trunk/MagicSoft/Mars/mhistmc
- Timestamp:
- 04/23/03 16:09:22 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhistmc/MHMcCT1CollectionArea.cc
r1986 r1988 111 111 Bool_t MHMcCT1CollectionArea::SetupFill(const MParList *plist) 112 112 { 113 const MBinning* binsenergy = (MBinning*)plist->FindObject(" MBinningE");114 const MBinning* binstheta = (MBinning*)plist->FindObject(" MBinningTheta");113 const MBinning* binsenergy = (MBinning*)plist->FindObject("BinningE"); 114 const MBinning* binstheta = (MBinning*)plist->FindObject("BinningTheta"); 115 115 116 116 if (!binsenergy || !binstheta)
Note:
See TracChangeset
for help on using the changeset viewer.