Changeset 19984 for trunk/FACT++


Ignore:
Timestamp:
08/10/20 18:21:05 (4 years ago)
Author:
tbretz
Message:
Title was wrong.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/spectrum.cc

    r19982 r19984  
    16351635        WriteHistogram(connection, hist_sim);
    16361636
    1637         hist_sim.title = "Ratio of event after cuts to simulated events (corsika)";
     1637        hist_sim.title = "Ratio of event after cuts to triggered events (ceres)";
    16381638        hist_sim.v     = "CutEfficiencyN";
    16391639        hist_sim.err   = "ErrCutEfficiencyN";
     
    16411641        WriteHistogram(connection, hist_sim);
    16421642
    1643         hist_sim.title = "Ratio of weighted event after cuts to the weighted simulated events (corsika)";
     1643        hist_sim.title = "Ratio of weighted event after cuts to weighted triggered events (ceres)";
    16441644        hist_sim.v     = "CutEfficiencyW";
    16451645        hist_sim.err   = "ErrCutEfficiencyW";
Note: See TracChangeset for help on using the changeset viewer.