Changeset 1988 for trunk/MagicSoft/Mars
- Timestamp:
- 04/23/03 16:09:22 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/CT1collarea.C
r1987 r1988 45 45 MHMcCT1CollectionArea* collarea = new MHMcCT1CollectionArea(); 46 46 47 MBinning binsx(" MBinningE");47 MBinning binsx("BinningE"); 48 48 binsx.SetEdges(30,2.,5.); 49 49 50 MBinning binsy(" MBinningTheta");50 MBinning binsy("BinningTheta"); 51 51 const Double_t yedge[7] = {12.5, 17.5, 23.5, 29.5, 35.5, 42., 48.}; 52 52 const TArrayD yed(7,yedge); -
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.