|
[Rivet-svn] r3818 - in trunk: data/anainfo src/Analysesblackhole at projects.hepforge.org blackhole at projects.hepforge.orgTue Jul 10 14:06:15 BST 2012
Author: hoeth Date: Tue Jul 10 14:06:15 2012 New Revision: 3818 Log: remove obsolete setNeedsCrossSection from some ATLAS analyses Modified: trunk/data/anainfo/ATLAS_2011_I926145.info trunk/data/anainfo/ATLAS_2011_S9108483.info trunk/data/anainfo/ATLAS_2012_I1093738.info trunk/src/Analyses/ATLAS_2011_I926145.cc trunk/src/Analyses/ATLAS_2011_S9108483.cc trunk/src/Analyses/ATLAS_2012_I1084540.cc trunk/src/Analyses/ATLAS_2012_I1093738.cc Modified: trunk/data/anainfo/ATLAS_2011_I926145.info ============================================================================== --- trunk/data/anainfo/ATLAS_2011_I926145.info Sat Jul 7 18:07:16 2012 (r3817) +++ trunk/data/anainfo/ATLAS_2011_I926145.info Tue Jul 10 14:06:15 2012 (r3818) @@ -23,6 +23,7 @@ and muon cross section for $4 < \pT < 100$~GeV in $|\eta| <2.50$. W/Z/gamma* component must be subtracted to leave the heavy flavour contribution.' +NeedCrossSection: yes BibKey: Aad:2011rr BibTeX: '@article{Aad:2011rr, author = "Aad, Georges and others", Modified: trunk/data/anainfo/ATLAS_2011_S9108483.info ============================================================================== --- trunk/data/anainfo/ATLAS_2011_S9108483.info Sat Jul 7 18:07:16 2012 (r3817) +++ trunk/data/anainfo/ATLAS_2011_S9108483.info Tue Jul 10 14:06:15 2012 (r3818) @@ -16,6 +16,7 @@ Energies: [7000] Description: 'ATLAS search for long-lived heavy charged particles for four different mass cuts. Currently only the slepton search is implemented.' +NeedCrossSection: yes BibKey: Aad:2011hz BibTeX: '@Article{Aad:2011hz, author = "Aad, Georges and others", Modified: trunk/data/anainfo/ATLAS_2012_I1093738.info ============================================================================== --- trunk/data/anainfo/ATLAS_2012_I1093738.info Sat Jul 7 18:07:16 2012 (r3817) +++ trunk/data/anainfo/ATLAS_2012_I1093738.info Tue Jul 10 14:06:15 2012 (r3818) @@ -23,6 +23,7 @@ three leading jet rapidity configurations, separately for the cases where the photon and jet rapidities have the same or the opposite sign. The measurement uses 37 pb$^{-1}$ of integrated luminosity collected with the ATLAS detector.' +NeedCrossSection: yes BibKey: Aad:2012cv BibTeX: '@article{Aad:2012cv, Modified: trunk/src/Analyses/ATLAS_2011_I926145.cc ============================================================================== --- trunk/src/Analyses/ATLAS_2011_I926145.cc Sat Jul 7 18:07:16 2012 (r3817) +++ trunk/src/Analyses/ATLAS_2011_I926145.cc Tue Jul 10 14:06:15 2012 (r3818) @@ -24,8 +24,6 @@ ATLAS_2011_I926145() : Analysis("ATLAS_2011_I926145") { - /// @todo Set whether your finalize method needs the generator cross section - setNeedsCrossSection(true); } Modified: trunk/src/Analyses/ATLAS_2011_S9108483.cc ============================================================================== --- trunk/src/Analyses/ATLAS_2011_S9108483.cc Sat Jul 7 18:07:16 2012 (r3817) +++ trunk/src/Analyses/ATLAS_2011_S9108483.cc Tue Jul 10 14:06:15 2012 (r3818) @@ -22,8 +22,6 @@ ATLAS_2011_S9108483() : Analysis("ATLAS_2011_S9108483"), _wgtSum(0.) { - /// Set whether your finalize method needs the generator cross section - setNeedsCrossSection(false); } //@} Modified: trunk/src/Analyses/ATLAS_2012_I1084540.cc ============================================================================== --- trunk/src/Analyses/ATLAS_2012_I1084540.cc Sat Jul 7 18:07:16 2012 (r3817) +++ trunk/src/Analyses/ATLAS_2012_I1084540.cc Tue Jul 10 14:06:15 2012 (r3818) @@ -29,7 +29,6 @@ public: ATLAS_2012_I1084540() : Analysis("ATLAS_2012_I1084540"), _etaBins(49), _etaMax(4.9) { - setNeedsCrossSection(true); } Modified: trunk/src/Analyses/ATLAS_2012_I1093738.cc ============================================================================== --- trunk/src/Analyses/ATLAS_2012_I1093738.cc Sat Jul 7 18:07:16 2012 (r3817) +++ trunk/src/Analyses/ATLAS_2012_I1093738.cc Tue Jul 10 14:06:15 2012 (r3818) @@ -38,8 +38,6 @@ ATLAS_2012_I1093738() : Analysis("ATLAS_2012_I1093738") { - setNeedsCrossSection(true); - _eta_bins_ph.push_back(0.0); _eta_bins_ph.push_back(1.37); _eta_bins_ph.push_back(1.52);
More information about the Rivet-svn mailing list |