Changeset 2243 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 06/27/03 14:06:31 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/CT1EgyEst.C
r2241 r2243 67 67 MBinning BinningTheta("BinningTheta"); 68 68 BinningE.SetEdgesLog(50, 500, 50000.); 69 BinningTheta.SetEdges(5, 0., 50.); 69 70 const Double_t yedge[7] = {0.0, 17.5, 23.5, 29.5, 35.5, 42., 50.}; 71 const TArrayD yed(7,yedge); 72 BinningTheta.SetEdges(yed); 70 73 71 74 CT1EEst(inPath, fileNameIn,
Note:
See TracChangeset
for help on using the changeset viewer.