CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
EventShapeVars_cff Namespace Reference

Variables

tuple caloEventShapeVars
 
tuple pfEventShapeVars
 
tuple produceEventShapeVars = cms.Sequence( caloEventShapeVars * pfEventShapeVars )
 

Variable Documentation

tuple EventShapeVars_cff.caloEventShapeVars
Initial value:
1 = cms.EDProducer("EventShapeVarsProducer",
2  # name of input collection used for computation of event-shape variables
3  # (any collection of objects inheriting from reco::Candidate can be used as input)
4  src = cms.InputTag("towerMaker"),
5 
6  # momentum dependence of sphericity and aplanarity variables and of C and D quantities
7  # (r = 2. corresponds to the conventionally used default, but raises issues of infrared safety in QCD calculations;
8  # see https://arxiv.org/pdf/hep-ph/0603175v2.pdf#page=524 for more details)
9  r = cms.double(2.),
10 
11  # number of Fox-Wolfram moments to compute
12  fwmax = cms.uint32(0),
13 )

Definition at line 4 of file EventShapeVars_cff.py.

tuple EventShapeVars_cff.pfEventShapeVars
Initial value:
1 = caloEventShapeVars.clone(
2  src = cms.InputTag("pfNoPileUp")
3 )

Definition at line 18 of file EventShapeVars_cff.py.

tuple EventShapeVars_cff.produceEventShapeVars = cms.Sequence( caloEventShapeVars * pfEventShapeVars )

Definition at line 22 of file EventShapeVars_cff.py.