[Rivet-svn] rivet: 2 new changesets

Rivet Mercurial rivet at projects.hepforge.org
Wed Oct 21 07:45:02 BST 2015


details:   https://rivet.hepforge.org/hg/rivet/rev/96abfcca8889
branches:  release-2-4-x
changeset: 4905:96abfcca8889
user:      Peter Richardson <Peter.Richardson at durham.ac.uk>
date:      Wed Oct 21 08:37:21 2015 +0200
description:
fix to use right histograms for different modes in ATLAS_2014_I1319490

details:   https://rivet.hepforge.org/hg/rivet/rev/cd7bcabebaf0
branches:  release-2-4-x
changeset: 4906:cd7bcabebaf0
user:      Peter Richardson <Peter.Richardson at durham.ac.uk>
date:      Wed Oct 21 08:41:11 2015 +0200
description:
fix some strange characters to make latex work in anainfo for ATLAS_2014_I1326641

diffs (truncated from 96 to 50 lines):

--- a/data/anainfo/ATLAS_2014_I1326641.info	Tue Oct 20 09:11:46 2015 +0200
+++ b/data/anainfo/ATLAS_2014_I1326641.info	Wed Oct 21 08:41:11 2015 +0200
@@ -19,12 +19,12 @@
 Energies: [7000]
 PtCuts: [150,100,50]
 Description:
-   Double-differential three-jet production cross-sections have been measured in proton–proton collisions at a centre-of-mass energy of
-   $\sqrt{s} = 7$\,TeV using the ATLAS detector at the Large Hadron Collider. The measurements are presented as a function of the 
+   Double-differential three-jet production cross-sections have been measured in proton-proton collisions at a centre-of-mass energy of
+   $\sqrt{s} = 7\,$TeV using the ATLAS detector at the Large Hadron Collider. The measurements are presented as a function of the
    three-jet mass ($m_{jjj}$), in bins of the sum of the absolute rapidity separations between the three leading jets
-   ($\left∣Y^\ast\right∣$). Invariant masses extending up to 5\,TeV are reached for $8<\left∣Y^\ast\right∣<10$. These measurements use
+   ($\left|Y^\ast\right|$). Invariant masses extending up to 5\,TeV are reached for $8<\left|Y^\ast\right|<10$. These measurements use
    a sample of data recorded using the ATLAS detector in 2011, which corresponds to an integrated luminosity of
-   $4.51\,\text{fb}^{−1}$. Jets are identified using the anti-$k_\text{t}$ algorithm with two different jet radius parameters,
+   $4.51\,\text{fb}^{-1}$. Jets are identified using the anti-$k_\text{t}$ algorithm with two different jet radius parameters,
    $R=0.4$ and $R=0.6$. 
 BibKey: Aad:2014rma
 BibTeX: '@article{Aad:2014rma,
--- a/src/Analyses/ATLAS_2014_I1319490.cc	Tue Oct 20 09:11:46 2015 +0200
+++ b/src/Analyses/ATLAS_2014_I1319490.cc	Wed Oct 21 08:41:11 2015 +0200
@@ -45,40 +45,40 @@
       addProjection(jets, "Jets");
 
       // book histograms
-      histos["h_N_incl"]            = bookHisto1D(1,1,1);
-      histos["h_N"]                 = bookHisto1D(4,1,1);
-      histos["h_pt_jet1_1jet"]      = bookHisto1D(5,1,1);
-      histos["h_pt_jet1_1jet_excl"] = bookHisto1D(6,1,1);
-      histos["h_pt_jet1_2jet"]      = bookHisto1D(7,1,1);
-      histos["h_pt_jet1_3jet"]      = bookHisto1D(8,1,1);
-      histos["h_pt_jet2_2jet"]      = bookHisto1D(9,1,1);
-      histos["h_pt_jet3_3jet"]      = bookHisto1D(10,1,1);
-      histos["h_pt_jet4_4jet"]      = bookHisto1D(11,1,1);
-      histos["h_pt_jet5_5jet"]      = bookHisto1D(12,1,1);
-      histos["h_y_jet1_1jet"]       = bookHisto1D(13,1,1);
-      histos["h_y_jet2_2jet"]       = bookHisto1D(14,1,1);
-      histos["h_HT_1jet"]           = bookHisto1D(15,1,1);
-      histos["h_HT_1jet_excl"]      = bookHisto1D(16,1,1);
-      histos["h_HT_2jet"]           = bookHisto1D(17,1,1);
-      histos["h_HT_2jet_excl"]      = bookHisto1D(18,1,1);
-      histos["h_HT_3jet"]           = bookHisto1D(19,1,1);
-      histos["h_HT_3jet_excl"]      = bookHisto1D(20,1,1);
-      histos["h_HT_4jet"]           = bookHisto1D(21,1,1);
-      histos["h_HT_5jet"]           = bookHisto1D(22,1,1);
-      histos["h_deltaPhi_jet12"]    = bookHisto1D(23,1,1);
-      histos["h_deltaRap_jet12"]    = bookHisto1D(24,1,1);
-      histos["h_deltaR_jet12"]      = bookHisto1D(25,1,1);
-      histos["h_M_Jet12_2jet"]      = bookHisto1D(26,1,1);
-      histos["h_y_jet3_3jet"]       = bookHisto1D(27,1,1);


More information about the Rivet-svn mailing list