[Rivet] [Rivet-svn] r3160 - trunk/data/anainfo

Andy Buckley andy.buckley at ed.ac.uk
Wed Jun 22 12:49:29 BST 2011


Thanks, Hendrik. I think we can (and should) probably remove the 
explicit beam declarations from the standard analysis code, too: the 
design is that the metadata, including beam types, can be either defined 
in the info file or in the analysis code, but that the info file is 
preferred. Sound sensible?

Andy


On 22/06/11 10:02, blackhole at projects.hepforge.org wrote:
> Author: hoeth
> Date: Wed Jun 22 10:02:34 2011
> New Revision: 3160
>
> Log:
> fix beam definitions in some .info files
>
> Modified:
>     trunk/data/anainfo/ALICE_2010_S8625980.info
>     trunk/data/anainfo/ATLAS_2010_S8894728.info
>     trunk/data/anainfo/ATLAS_2010_S8918562.info
>     trunk/data/anainfo/ATLAS_2010_S8994773.info
>     trunk/data/anainfo/ATLAS_2011_S8924791.info
>     trunk/data/anainfo/ATLAS_2011_S9002537.info
>
> Modified: trunk/data/anainfo/ALICE_2010_S8625980.info
> ==============================================================================
> --- trunk/data/anainfo/ALICE_2010_S8625980.info	Mon Jun 20 20:28:45 2011	(r3159)
> +++ trunk/data/anainfo/ALICE_2010_S8625980.info	Wed Jun 22 10:02:34 2011	(r3160)
> @@ -15,7 +15,7 @@
>     Diffractive events need to be switched on on addition to QCD.
>   NumEvents: 1000000
>   Beams: [p+, p+]
> -Energies: [900.0, 2360.0, 7000.0]
> +Energies: [900, 2360, 7000]
>   PtCuts:
>   Description:
>     'This is an ALICE publication with pseudorapities for $\unit{0.9, 2.36 and 7}{\TeV}$
>
> Modified: trunk/data/anainfo/ATLAS_2010_S8894728.info
> ==============================================================================
> --- trunk/data/anainfo/ATLAS_2010_S8894728.info	Mon Jun 20 20:28:45 2011	(r3159)
> +++ trunk/data/anainfo/ATLAS_2010_S8894728.info	Wed Jun 22 10:02:34 2011	(r3160)
> @@ -11,18 +11,23 @@
>   References:
>    - arXiv:1012.0791
>   RunInfo:
> -  pp QCD interactions at 900 GeV and 7 TeV. Diffractive events should be included,
> -  but only influence the lowest bins. Multiple kinematic cuts should not be required.
> +  pp QCD interactions at 900 GeV and 7 TeV. Diffractive events should be
> +  included, but only influence the lowest bins. Multiple kinematic cuts
> +  should not be required.
>   NumEvents: 10000000
> -Beams: [p, p]
> +Beams: [p+, p+]
> +Energies: [900, 7000]
>   PtCuts: [0]
>   Description:
> -  The underlying event measurements with the ATLAS detector at the LHC at the center
> -  of mass energies of 900 GeV and 7 TeV. The observables sensitive to the underlying event,
> -  i.e the charged particle density and charged pT sum, as well as their standard deviations
> -  and the average pT, are measured as functions of the leading track. A track pT cut of 500 MeV
> -  is applied for most observables, but the main profile plots are also shown for a lower track
> -  cut of 100 MeV, which includes much more of the soft cross-section. The angular distribution
> -  of the charged tracks with respect to the leading track is also studied, as are the correlation
> -  between mean transverse momentum and charged particle multiplicity, and the `plateau' height
> -  as a function of the leading track $|\eta|$.
> +  The underlying event measurements with the ATLAS detector at the LHC
> +  at the center of mass energies of 900 GeV and 7 TeV. The observables
> +  sensitive to the underlying event, i.e the charged particle density
> +  and charged pT sum, as well as their standard deviations and the
> +  average pT, are measured as functions of the leading track. A track pT
> +  cut of 500 MeV is applied for most observables, but the main profile
> +  plots are also shown for a lower track cut of 100 MeV, which includes
> +  much more of the soft cross-section. The angular distribution of the
> +  charged tracks with respect to the leading track is also studied, as
> +  are the correlation between mean transverse momentum and charged
> +  particle multiplicity, and the `plateau' height as a function of the
> +  leading track $|\eta|$.
>
> Modified: trunk/data/anainfo/ATLAS_2010_S8918562.info
> ==============================================================================
> --- trunk/data/anainfo/ATLAS_2010_S8918562.info	Mon Jun 20 20:28:45 2011	(r3159)
> +++ trunk/data/anainfo/ATLAS_2010_S8918562.info	Wed Jun 22 10:02:34 2011	(r3160)
> @@ -14,15 +14,17 @@
>     pp QCD interactions at 0.9, 2.36, and 7 TeV. Diffractive events should
>     be included. Multiple kinematic cuts should not be required.
>   NumEvents: 1000000
> -Beams: [p, p]
> +Beams: [p+, p+]
> +Energies: [900, 2360, 7000]
>   PtCuts: [0]
>   Description:
> -  Measurements from proton-proton collisions at centre-of-mass energies of
> -  sqrt(s) = 0.9, 2.36, and 7 TeV recorded with the ATLAS detector at the
> -  LHC. Events were collected using a single-arm minimum-bias trigger. The
> -  charged-particle multiplicity, its dependence on transverse momentum and
> -  pseudorapidity and the relationship between the mean transverse momentum and
> -  charged-particle multiplicity are measured. Measurements in different regions
> -  of phase-space are shown, providing diffraction-reduced measurements as well
> -  as more inclusive ones. The observed distributions are corrected to
> -  well-defined phase-space regions, using model-independent corrections.
> +  Measurements from proton-proton collisions at centre-of-mass energies
> +  of sqrt(s) = 0.9, 2.36, and 7 TeV recorded with the ATLAS detector at
> +  the LHC. Events were collected using a single-arm minimum-bias
> +  trigger. The charged-particle multiplicity, its dependence on
> +  transverse momentum and pseudorapidity and the relationship between
> +  the mean transverse momentum and charged-particle multiplicity are
> +  measured. Measurements in different regions of phase-space are shown,
> +  providing diffraction-reduced measurements as well as more inclusive
> +  ones. The observed distributions are corrected to well-defined
> +  phase-space regions, using model-independent corrections.
>
> Modified: trunk/data/anainfo/ATLAS_2010_S8994773.info
> ==============================================================================
> --- trunk/data/anainfo/ATLAS_2010_S8994773.info	Mon Jun 20 20:28:45 2011	(r3159)
> +++ trunk/data/anainfo/ATLAS_2010_S8994773.info	Wed Jun 22 10:02:34 2011	(r3160)
> @@ -11,11 +11,14 @@
>   References:
>    - arXiv:1103.1816
>   RunInfo:
> -  pp QCD interactions at 900 GeV and 7 TeV. Diffractive events should be included,
> -  but only influence the lowest bins. Multiple kinematic cuts should not be required.
> +  pp QCD interactions at 900 GeV and 7 TeV. Diffractive events should be
> +  included, but only influence the lowest bins. Multiple kinematic cuts
> +  should not be required.
>   NumEvents: 10000000
> -Beams: [p, p]
> +Beams: [p+, p+]
> +Energies: [900, 7000]
>   PtCuts: [0]
>   Description:
> -  Underlying event measurements with the ATLAS detector at the LHC at center-of-mass
> -  energies of 900 GeV and 7 TeV, using calorimeter clusters rather than charged tracks.
> +  Underlying event measurements with the ATLAS detector at the LHC at
> +  center-of-mass energies of 900 GeV and 7 TeV, using calorimeter
> +  clusters rather than charged tracks.
>
> Modified: trunk/data/anainfo/ATLAS_2011_S8924791.info
> ==============================================================================
> --- trunk/data/anainfo/ATLAS_2011_S8924791.info	Mon Jun 20 20:28:45 2011	(r3159)
> +++ trunk/data/anainfo/ATLAS_2011_S8924791.info	Wed Jun 22 10:02:34 2011	(r3160)
> @@ -15,6 +15,8 @@
>     pp QCD interactions at 7TeV GeV, corresponding to JX samples. Matching plots to
>     kinematic pT cut samples, or merging from slices or pT-enhanced sampling is advised.
>   NumEvents: 10000000
> +Beams: [p+, p+]
> +Energies: [7000]
>   PtCuts: [10, 20, 40, 70, 150, 200, 300]
>   Description:
>     Measurement of jet shapes in inclusive jet production in pp collisions at 7 TeV
>
> Modified: trunk/data/anainfo/ATLAS_2011_S9002537.info
> ==============================================================================
> --- trunk/data/anainfo/ATLAS_2011_S9002537.info	Mon Jun 20 20:28:45 2011	(r3159)
> +++ trunk/data/anainfo/ATLAS_2011_S9002537.info	Wed Jun 22 10:02:34 2011	(r3160)
> @@ -13,6 +13,8 @@
>   RunInfo:
>     W ->  munu events at 7 TeV
>   NumEvents: 10000000
> +Beams: [p+, p+]
> +Energies: [7000]
>   Description:
>     Measurement of the muon charge asymmetry from W bosons produced in
>     proton-proton collisions at a centre-of-mass energy of 7 TeV with ATLAS.
> _______________________________________________
> Rivet-svn mailing list
> Rivet-svn at projects.hepforge.org
> http://www.hepforge.org/lists/listinfo/rivet-svn
>


-- 
Dr Andy Buckley
SUPA Advanced Research Fellow
Particle Physics Experiment Group, University of Edinburgh

The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.



More information about the Rivet mailing list