Changeset 2243 for trunk/MagicSoft/Mars
- Timestamp:
- 06/27/03 14:06:31 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2242 r2243 8 8 for the missing area at low theta. 9 9 10 * macros/CT1collectionArea.C 11 - Changed theta binning of collection area histogram.10 * macros/CT1collectionArea.C, CT1EgyEst.C 11 - Changed theta binnings to adapt them to the new standard. 12 12 13 13 2003/06/26: Abelardo Moralejo -
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.