CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackerGeometryCompare_cfi.py
Go to the documentation of this file.
2 
3 # Full configuration for Tracker Geometry Comparison Tool
4 TrackerGeometryCompare = cms.EDAnalyzer("TrackerGeometryCompare",
5  writeToDB = cms.untracked.bool(False),
6  outputFile = cms.untracked.string('output.root'),
7  setCommonTrackerSystem = cms.untracked.string('NONE'), ##must be "NONE" if you don't want to use this option
8 
9  detIdFlag = cms.untracked.bool(False),
10  detIdFlagFile = cms.untracked.string('blah.txt'),
11  weightById = cms.untracked.bool(False),
12  # untracked vstring levels = {"PixelEndcap","PixelHalfBarrel","TID","HalfBarrel","Endcap","DetUnit"}
13  levels = cms.untracked.vstring('Det'),
14  weightBy = cms.untracked.string('DetUnit'),
15  weightByIdFile = cms.untracked.string('blah2.txt'),
16  treeNameAlign = cms.untracked.string('alignTree'),
17  treeNameDeform = cms.untracked.string('alignTreeDeformations'),
18  inputROOTFile1 = cms.untracked.string('IDEAL'),
19  inputROOTFile2 = cms.untracked.string('idealtracker2.root')
20 )
21 
22 
23