|
[Rivet-svn] r3102 - in trunk: data/plotinfo src/Analysesblackhole at projects.hepforge.org blackhole at projects.hepforge.orgSun May 22 21:52:27 BST 2011
Author: buckley Date: Sun May 22 21:52:26 2011 New Revision: 3102 Log: Oops Modified: trunk/data/plotinfo/MC_GENERIC.plot trunk/src/Analyses/MC_GENERIC.cc Modified: trunk/data/plotinfo/MC_GENERIC.plot ============================================================================== --- trunk/data/plotinfo/MC_GENERIC.plot Sun May 22 21:44:53 2011 (r3101) +++ trunk/data/plotinfo/MC_GENERIC.plot Sun May 22 21:52:26 2011 (r3102) @@ -91,6 +91,20 @@ LogY=0 # END PLOT +# BEGIN PLOT /MC_GENERIC/MultsDecayedPIDs +Title=Average per-event multiplicity of decayed particle IDs +XLabel=$|\text{PID}|$ +YLabel=$\langle N_\text{PID} \rangle$ +LogY=0 +# END PLOT + +# BEGIN PLOT /MC_GENERIC/MultsStablePIDs +Title=Average per-event multiplicity of stable particle IDs +XLabel=$|\text{PID}|$ +YLabel=$\langle N_\text{PID} \rangle$ +LogY=0 +# END PLOT + # BEGIN PLOT /MC_GENERIC/PhiCh Title=Azimuthal distribution of charged particles XLabel=$\phi$ Modified: trunk/src/Analyses/MC_GENERIC.cc ============================================================================== --- trunk/src/Analyses/MC_GENERIC.cc Sun May 22 21:44:53 2011 (r3101) +++ trunk/src/Analyses/MC_GENERIC.cc Sun May 22 21:52:26 2011 (r3102) @@ -41,8 +41,8 @@ _histMult = bookHistogram1D("Mult", 100, -0.5, 199.5); _histMultCh = bookHistogram1D("MultCh", 100, -0.5, 199.5); - _histStablePIDs = bookHistogram1D("MultsStablePIDs", 3335, 0, 3334.5); - _histDecayedPIDs = bookHistogram1D("MultsDecayedPIDs", 3335, 0, 3334.5); + _histStablePIDs = bookHistogram1D("MultsStablePIDs", 3335, -0.5, 3334.5); + _histDecayedPIDs = bookHistogram1D("MultsDecayedPIDs", 3335, -0.5, 3334.5); _histPt = bookHistogram1D("Pt", 300, 0, 30); _histPtCh = bookHistogram1D("PtCh", 300, 0, 30);
More information about the Rivet-svn mailing list |