|
[Rivet-svn] r2022 - trunk/src/Analysesblackhole at projects.hepforge.org blackhole at projects.hepforge.orgThu Nov 5 17:21:05 GMT 2009
Author: fsiegert Date: Thu Nov 5 17:21:05 2009 New Revision: 2022 Log: Not 100% sure whether deta1 and deta2 are divided out in the final numbers. Will show up when testing. Modified: trunk/src/Analyses/CDF_2001_S4517016.cc Modified: trunk/src/Analyses/CDF_2001_S4517016.cc ============================================================================== --- trunk/src/Analyses/CDF_2001_S4517016.cc Thu Nov 5 17:14:09 2009 (r2021) +++ trunk/src/Analyses/CDF_2001_S4517016.cc Thu Nov 5 17:21:05 2009 (r2022) @@ -70,8 +70,12 @@ /// Normalise histograms etc., after the run void finalize() { + double deta1 = 1.2; + double deta2[4] = {1.2, 1.4, 1.4, 1.8}; + int i=0; foreach (AIDA::IHistogram1D* hist, _h_ET.getHistograms()) { - scale(hist, crossSection()/nanobarn/sumOfWeights()); + scale(hist, crossSection()/nanobarn/sumOfWeights()/deta2[i]/deta1); + ++i; } }
More information about the Rivet-svn mailing list |