Changeset 19984
- Timestamp:
- 08/10/20 18:21:05 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/spectrum.cc
r19982 r19984 1635 1635 WriteHistogram(connection, hist_sim); 1636 1636 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)"; 1638 1638 hist_sim.v = "CutEfficiencyN"; 1639 1639 hist_sim.err = "ErrCutEfficiencyN"; … … 1641 1641 WriteHistogram(connection, hist_sim); 1642 1642 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)"; 1644 1644 hist_sim.v = "CutEfficiencyW"; 1645 1645 hist_sim.err = "ErrCutEfficiencyW";
Note:
See TracChangeset
for help on using the changeset viewer.