Ignore:
Timestamp:
04/23/03 16:09:22 (22 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/CT1collarea.C

    r1987 r1988  
    4545    MHMcCT1CollectionArea* collarea = new MHMcCT1CollectionArea();
    4646
    47     MBinning binsx("MBinningE");
     47    MBinning binsx("BinningE");
    4848    binsx.SetEdges(30,2.,5.);
    4949
    50     MBinning binsy("MBinningTheta");
     50    MBinning binsy("BinningTheta");
    5151    const Double_t yedge[7] = {12.5, 17.5, 23.5, 29.5, 35.5, 42., 48.};
    5252    const TArrayD yed(7,yedge);
Note: See TracChangeset for help on using the changeset viewer.