test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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 18 of file trackingRecoMaterialAnalyzer_cfi.py.

tuple trackingRecoMaterialAnalyzer_cfi.materialDumper_step = cms.Path(materialDumper)

Definition at line 19 of file trackingRecoMaterialAnalyzer_cfi.py.

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

Definition at line 2 of file trackingRecoMaterialAnalyzer_cfi.py.