CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Variables
gatherBH_cfg.py File Reference

Go to the source code of this file.

Namespaces

 gatherBH_cfg
 

Variables

tuple gatherBH_cfg.combineME11 = (os.environ["ALIGNMENT_combineME11"] == "True")
 
tuple gatherBH_cfg.cout = cms.untracked.PSet(threshold = cms.untracked.string("ERROR"))
 
tuple gatherBH_cfg.destinations = cms.untracked.vstring("cout")
 
tuple gatherBH_cfg.disks = (os.environ["ALIGNMENT_DISKS"] == "True")
 
tuple gatherBH_cfg.errorFromRMS = (os.environ["ALIGNMENT_errorFromRMS"] == "True")
 
tuple gatherBH_cfg.fiducial = (os.environ["ALIGNMENT_fiducial"] == "True")
 
tuple gatherBH_cfg.fillME11holes = eval(os.environ["ALIGNMENT_FILLME11HOLES"])
 
list gatherBH_cfg.globaltag = os.environ["ALIGNMENT_GLOBALTAG"]
 
list gatherBH_cfg.inputdb = os.environ["ALIGNMENT_INPUTDB"]
 
list gatherBH_cfg.inputfiles = os.environ["ALIGNMENT_INPUTFILES"]
 
tuple gatherBH_cfg.iteration = int(os.environ["ALIGNMENT_ITERATION"])
 
tuple gatherBH_cfg.jobnumber = int(os.environ["ALIGNMENT_JOBNUMBER"])
 
tuple gatherBH_cfg.maxdrdz = float(os.environ["ALIGNMENT_maxdrdz"])
 
tuple gatherBH_cfg.maxRedChi2 = float(os.environ["ALIGNMENT_maxRedChi2"])
 
tuple gatherBH_cfg.minHitsPerChamber = int(os.environ["ALIGNMENT_minHitsPerChamber"])
 
tuple gatherBH_cfg.minP = float(os.environ["ALIGNMENT_minP"])
 
tuple gatherBH_cfg.minStationsInTrackRefits = int(os.environ["ALIGNMENT_minStationsInTrackRefits"])
 
tuple gatherBH_cfg.minTracksPerOverlap = int(os.environ["ALIGNMENT_minTracksPerOverlap"])
 
list gatherBH_cfg.mode = os.environ["ALIGNMENT_MODE"]
 
tuple gatherBH_cfg.photogrammetry = eval(os.environ["ALIGNMENT_PHOTOGRAMMETRY"])
 
tuple gatherBH_cfg.process = cms.Process("GATHER")
 
tuple gatherBH_cfg.slm = eval(os.environ["ALIGNMENT_SLM"])
 
tuple gatherBH_cfg.slopeFromTrackRefit = (os.environ["ALIGNMENT_slopeFromTrackRefit"] == "True")
 
tuple gatherBH_cfg.truncateOffsetResid = float(os.environ["ALIGNMENT_truncateOffsetResid"])
 
tuple gatherBH_cfg.truncateSlopeResid = float(os.environ["ALIGNMENT_truncateSlopeResid"])
 
tuple gatherBH_cfg.useHitWeights = (os.environ["ALIGNMENT_useHitWeights"] == "True")
 
tuple gatherBH_cfg.useTrackWeights = (os.environ["ALIGNMENT_useTrackWeights"] == "True")