CMS 3D CMS Logo

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

Variables

tuple caloEventShapeVars
 
tuple pfEventShapeVars = copy.deepcopy(caloEventShapeVars)
 
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 http://cepa.fnal.gov/psm/simulation/mcgen/lund/pythia_manual/pythia6.3/pythia6301/node213.html for more details)
9  r = cms.double(2.)
10 )

Definition at line 4 of file EventShapeVars_cff.py.

tuple EventShapeVars_cff.pfEventShapeVars = copy.deepcopy(caloEventShapeVars)

Definition at line 15 of file EventShapeVars_cff.py.

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

Definition at line 18 of file EventShapeVars_cff.py.