Changeset 7645


Ignore:
Timestamp:
04/21/06 17:37:14 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7643 r7645  
    3434     - fixed a really old problem that the contents of the list never
    3535       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
    3640
    3741
  • trunk/MagicSoft/Mars/macros/train/trainenergy.C

    r7413 r7645  
    11void trainenergy()
    22{
    3     MDataSet set("mctesttrain.txt");
     3    MDataSet set("/home/dorner/155vn/spec-ds0604/mcdataset.txt");
    44    set.SetNumAnalysis(1);            // Necessary
    55
     
    4545
    4646     -------------------- 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
    4950
    5051     -------------------- Other cuts ----------------------
Note: See TracChangeset for help on using the changeset viewer.