CMS 3D CMS Logo

Variables

TrackerGeometryCompare_cfi Namespace Reference

Variables

tuple TrackerGeometryCompare

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("TrackerGeometryCompare",
00002     writeToDB = cms.untracked.bool(False),
00003     outputFile = cms.untracked.string('output.root'),
00004     setCommonTrackerSystem = cms.untracked.string('NONE'), ##must be "NONE" if you don't want to use this option
00005 
00006     detIdFlag = cms.untracked.bool(False),
00007     detIdFlagFile = cms.untracked.string('blah.txt'),
00008     weightById = cms.untracked.bool(False),
00009     #   untracked vstring levels = {"PixelEndcap","PixelHalfBarrel","TID","HalfBarrel","Endcap","DetUnit"}
00010     levels = cms.untracked.vstring('Det'),
00011     weightBy = cms.untracked.string('DetUnit'),
00012     weightByIdFile = cms.untracked.string('blah2.txt'),
00013     treeName = cms.untracked.string('alignTree'),
00014     inputROOTFile1 = cms.untracked.string('IDEAL'),
00015     inputROOTFile2 = cms.untracked.string('idealtracker2.root')
00016 )

Definition at line 4 of file TrackerGeometryCompare_cfi.py.