CMS 3D CMS Logo

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

Variables

tuple TrackerGeometryCompare
 

Variable Documentation

tuple TrackerGeometryCompare_cfi.TrackerGeometryCompare
Initial value:
1 = cms.EDAnalyzer("TrackerGeometryCompare",
2  fromDD4hep = cms.untracked.bool(False),
3  writeToDB = cms.untracked.bool(False),
4  outputFile = cms.untracked.string('output.root'),
5  setCommonTrackerSystem = cms.untracked.string('NONE'), ##must be "NONE" if you don't want to use this option
6 
7  detIdFlag = cms.untracked.bool(False),
8  detIdFlagFile = cms.untracked.string('blah.txt'),
9  weightById = cms.untracked.bool(False),
10  # untracked vstring levels = {"PixelEndcap","PixelHalfBarrel","TID","HalfBarrel","Endcap","DetUnit"}
11  levels = cms.untracked.vstring('Det'),
12  weightBy = cms.untracked.string('DetUnit'),
13  weightByIdFile = cms.untracked.string('blah2.txt'),
14  treeNameAlign = cms.untracked.string('alignTree'),
15  treeNameDeform = cms.untracked.string('alignTreeDeformations'),
16  inputROOTFile1 = cms.untracked.string('IDEAL'),
17  inputROOTFile2 = cms.untracked.string('idealtracker2.root'),
18  moduleList = cms.untracked.string('moduleList.txt')
19 )

Definition at line 4 of file TrackerGeometryCompare_cfi.py.