CMS 3D CMS Logo

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

Variables

tuple sistripLAProfile
 

Variable Documentation

tuple SiStripLAProfileBooker_cfi.sistripLAProfile
Initial value:
1 = cms.EDAnalyzer("SiStripLAProfileBooker",
2 
3  # input from trajectories
4  Tracks = cms.InputTag("generalTracks"),
5  UseStripCablingDB = cms.bool(False),
6 
7  # calibration
8  DoCalibration = cms.bool(False),
9  TIB_bin = cms.int32(30),
10  TOB_bin = cms.int32(30),
11  SUM_bin = cms.int32(30),
12  ModuleXMin = cms.double(-0.6),
13  ModuleXMax = cms.double(0.6),
14  TIBXMin = cms.double(-0.6),
15  TIBXMax = cms.double(0.6),
16  TOBXMin = cms.double(-0.6),
17  TOBXMax = cms.double(0.6),
18  ModuleFitXMin = cms.double(-0.3),
19  ModuleFitXMax = cms.double(0.3),
20  TIBFitXMin = cms.double(-0.3),
21  TIBFitXMax = cms.double(0.3),
22  TOBFitXMin = cms.double(-0.3),
23  TOBFitXMax = cms.double(0.3),
24  #NHitMin = cms.int32(8),
25 
26  #output files
27  treeName = cms.untracked.string('SiStripLATrees.root'),
28  fileName = cms.untracked.string('trackhisto.root')
29 )

Definition at line 7 of file SiStripLAProfileBooker_cfi.py.