CMS 3D CMS Logo

Variables

SiStripLAProfileBooker_cfi Namespace Reference

Variables

tuple sistripLAProfile

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("SiStripLAProfileBooker",
00002 
00003     # input from trajectories
00004     Tracks = cms.InputTag("generalTracks"),
00005     UseStripCablingDB = cms.bool(False),
00006     
00007     # calibration
00008     DoCalibration = cms.bool(False),
00009     TIB_bin = cms.int32(30),
00010     TOB_bin = cms.int32(30),
00011     SUM_bin = cms.int32(30),
00012     ModuleXMin = cms.double(-0.6),
00013     ModuleXMax = cms.double(0.6),
00014     TIBXMin = cms.double(-0.6),
00015     TIBXMax = cms.double(0.6),
00016     TOBXMin = cms.double(-0.6),
00017     TOBXMax = cms.double(0.6),
00018     ModuleFitXMin = cms.double(-0.3),
00019     ModuleFitXMax = cms.double(0.3),
00020     TIBFitXMin = cms.double(-0.3),
00021     TIBFitXMax = cms.double(0.3),
00022     TOBFitXMin = cms.double(-0.3),
00023     TOBFitXMax = cms.double(0.3),
00024     #NHitMin = cms.int32(8),
00025      
00026     #output files
00027     treeName = cms.untracked.string('SiStripLATrees.root'),
00028     fileName = cms.untracked.string('trackhisto.root')
00029 )

Definition at line 7 of file SiStripLAProfileBooker_cfi.py.