CMS 3D CMS Logo

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

Variables

tuple materialDumper = cms.Sequence(materialDumperAnalyzer)
 
tuple materialDumper_step = cms.Path(materialDumper)
 
tuple materialDumperAnalyzer
 

Variable Documentation

tuple trackingRecoMaterialAnalyzer_cfi.materialDumper = cms.Sequence(materialDumperAnalyzer)

Definition at line 23 of file trackingRecoMaterialAnalyzer_cfi.py.

tuple trackingRecoMaterialAnalyzer_cfi.materialDumper_step = cms.Path(materialDumper)

Definition at line 24 of file trackingRecoMaterialAnalyzer_cfi.py.

tuple trackingRecoMaterialAnalyzer_cfi.materialDumperAnalyzer
Initial value:
1 = DQMEDAnalyzer('TrackingRecoMaterialAnalyser',
2  folder = cms.string('Tracking/RecoMaterial/'),
3  tracks = cms.InputTag("generalTracks"),
4  beamspot = cms.InputTag("offlineBeamSpot"),
5  usePV = cms.bool(False),
6  vertices = cms.InputTag("offlinePrimaryVertices"),
7  DoPredictionsOnly = cms.bool(False),
8  Fitter = cms.string('KFFitterForRefitInsideOut'),
9  TrackerRecHitBuilder = cms.string('WithAngleAndTemplate'),
10  Smoother = cms.string('KFSmootherForRefitInsideOut'),
11  MuonRecHitBuilder = cms.string('MuonRecHitBuilder'),
12  MTDRecHitBuilder = cms.string('MTDRecHitBuilder'),
13  RefitDirection = cms.string('alongMomentum'),
14  RefitRPCHits = cms.bool(True),
15  Propagator = cms.string('SmartPropagatorAnyRKOpposite'),
16  #Propagators
17  PropagatorAlong = cms.string("RungeKuttaTrackerPropagator"),
18  PropagatorOpposite = cms.string("RungeKuttaTrackerPropagatorOpposite")
19 )

Definition at line 3 of file trackingRecoMaterialAnalyzer_cfi.py.