CMS 3D CMS Logo

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

Go to the source code of this file.

Namespaces

 alignBH_cfg
 

Variables

list alignBH_cfg.alignmenttmp = os.environ["ALIGNMENT_ALIGNMENTTMP"]
 
tuple alignBH_cfg.combineME11 = (os.environ["ALIGNMENT_combineME11"] == "True")
 
tuple alignBH_cfg.disks = (os.environ["ALIGNMENT_DISKS"] == "True")
 
tuple alignBH_cfg.errorFromRMS = (os.environ["ALIGNMENT_errorFromRMS"] == "True")
 
tuple alignBH_cfg.fiducial = (os.environ["ALIGNMENT_fiducial"] == "True")
 
tuple alignBH_cfg.fillME11holes = eval(os.environ["ALIGNMENT_FILLME11HOLES"])
 
list alignBH_cfg.globaltag = os.environ["ALIGNMENT_GLOBALTAG"]
 
list alignBH_cfg.inputdb = os.environ["ALIGNMENT_INPUTDB"]
 
tuple alignBH_cfg.iteration = int(os.environ["ALIGNMENT_ITERATION"])
 
tuple alignBH_cfg.maxdrdz = float(os.environ["ALIGNMENT_maxdrdz"])
 
tuple alignBH_cfg.maxRedChi2 = float(os.environ["ALIGNMENT_maxRedChi2"])
 
tuple alignBH_cfg.minHitsPerChamber = int(os.environ["ALIGNMENT_minHitsPerChamber"])
 
tuple alignBH_cfg.minP = float(os.environ["ALIGNMENT_minP"])
 
tuple alignBH_cfg.minStationsInTrackRefits = int(os.environ["ALIGNMENT_minStationsInTrackRefits"])
 
tuple alignBH_cfg.minTracksPerOverlap = int(os.environ["ALIGNMENT_minTracksPerOverlap"])
 
list alignBH_cfg.mode = os.environ["ALIGNMENT_MODE"]
 
tuple alignBH_cfg.photogrammetry = eval(os.environ["ALIGNMENT_PHOTOGRAMMETRY"])
 
tuple alignBH_cfg.process = cms.Process("ALIGN")
 
tuple alignBH_cfg.slm = eval(os.environ["ALIGNMENT_SLM"])
 
tuple alignBH_cfg.slopeFromTrackRefit = (os.environ["ALIGNMENT_slopeFromTrackRefit"] == "True")
 
tuple alignBH_cfg.truncateOffsetResid = float(os.environ["ALIGNMENT_truncateOffsetResid"])
 
tuple alignBH_cfg.truncateSlopeResid = float(os.environ["ALIGNMENT_truncateSlopeResid"])
 
tuple alignBH_cfg.useHitWeights = (os.environ["ALIGNMENT_useHitWeights"] == "True")
 
tuple alignBH_cfg.useTrackWeights = (os.environ["ALIGNMENT_useTrackWeights"] == "True")