CMS 3D CMS Logo

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

Variables

tuple TrackerGeometryCompare
 

Variable Documentation

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

Definition at line 4 of file TrackerGeometryCompare_cfi.py.