Changeset 7645
- Timestamp:
- 04/21/06 17:37:14 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7643 r7645 34 34 - fixed a really old problem that the contents of the list never 35 35 got ReInit. Hopefully this never had bad sideeffects. 36 37 * macros/train/trainenergy.C: 38 - added another comment how to change the spectral slope of the 39 monte carlo spectrum 36 40 37 41 -
trunk/MagicSoft/Mars/macros/train/trainenergy.C
r7413 r7645 1 1 void trainenergy() 2 2 { 3 MDataSet set(" mctesttrain.txt");3 MDataSet set("/home/dorner/155vn/spec-ds0604/mcdataset.txt"); 4 4 set.SetNumAnalysis(1); // Necessary 5 5 … … 45 45 46 46 -------------------- Energy Slope -------------------- 47 MFEnergySlope slope(-2.8); 48 opt.AddPreCut(&slope); 47 MFEnergySlope slope(-2.8); // New slope for mc spectrum 48 slope.SetMcMinEnergy(80); // Set break energy from -2.6 to -2.8 49 opt.AddPreCut(&slope); // throw away events to change slope 49 50 50 51 -------------------- Other cuts ----------------------
Note:
See TracChangeset
for help on using the changeset viewer.