CMS 3D CMS Logo

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

Variables

tuple MuonCalIsolation
 

Variable Documentation

tuple MuonCalIsolation_cfi.MuonCalIsolation
Initial value:
1 = cms.EDProducer("MuonCalIsolationProducer",
2  #
3  # Source and Swarm collection
4  #
5  src = cms.InputTag("globalMuons"),
6  elements = cms.InputTag("towerMaker"),
7  #
8  # Propagate the source to the calorimeter:
9  # dimensions of target cylinder in cm (full tracker: r=112, z=+/- 270)
10  CalRadius = cms.double(112.0),
11  dRMax = cms.double(0.3),
12  IgnoreMaterial = cms.bool(False), ##Should SteppingHelixPropagator take into account material?
13 
14  PropagateToCal = cms.bool(False),
15  CalMaxZ = cms.double(270.0), ##cm
16 
17  #
18  # selection cuts
19  #
20  dRMin = cms.double(0.0),
21  CalMinZ = cms.double(-270.0) ##cm
22 
23 )

Definition at line 7 of file MuonCalIsolation_cfi.py.