Go to the source code of this file.
Namespaces | |
gatherBH_cfg | |
Variables | |
tuple | gatherBH_cfg.combineME11 = (os.environ["ALIGNMENT_combineME11"] == "True") |
gatherBH_cfg.connect | |
gatherBH_cfg.cout | |
gatherBH_cfg.destinations | |
tuple | gatherBH_cfg.disks = (os.environ["ALIGNMENT_DISKS"] == "True") |
gatherBH_cfg.doAlignment | |
tuple | gatherBH_cfg.errorFromRMS = (os.environ["ALIGNMENT_errorFromRMS"] == "True") |
tuple | gatherBH_cfg.fiducial = (os.environ["ALIGNMENT_fiducial"] == "True") |
gatherBH_cfg.fileName | |
gatherBH_cfg.fileNames | |
gatherBH_cfg.fillME11holes = eval(os.environ["ALIGNMENT_FILLME11HOLES"]) | |
gatherBH_cfg.fitters | |
gatherBH_cfg.fixed | |
gatherBH_cfg.globaltag = os.environ["ALIGNMENT_GLOBALTAG"] | |
gatherBH_cfg.input | |
gatherBH_cfg.inputdb = os.environ["ALIGNMENT_INPUTDB"] | |
gatherBH_cfg.inputfiles = os.environ["ALIGNMENT_INPUTFILES"].split(" ") | |
gatherBH_cfg.iteration = int(os.environ["ALIGNMENT_ITERATION"]) | |
gatherBH_cfg.jobnumber = int(os.environ["ALIGNMENT_JOBNUMBER"]) | |
gatherBH_cfg.maxdrdz = float(os.environ["ALIGNMENT_maxdrdz"]) | |
gatherBH_cfg.maxEvents | |
gatherBH_cfg.maxRedChi2 = float(os.environ["ALIGNMENT_maxRedChi2"]) | |
gatherBH_cfg.MessageLogger | |
gatherBH_cfg.minHitsPerChamber = int(os.environ["ALIGNMENT_minHitsPerChamber"]) | |
gatherBH_cfg.minP = float(os.environ["ALIGNMENT_minP"]) | |
gatherBH_cfg.minStationsInTrackRefits = int(os.environ["ALIGNMENT_minStationsInTrackRefits"]) | |
gatherBH_cfg.minTracksPerOverlap = int(os.environ["ALIGNMENT_minTracksPerOverlap"]) | |
gatherBH_cfg.mode = os.environ["ALIGNMENT_MODE"] | |
gatherBH_cfg.photogrammetry = eval(os.environ["ALIGNMENT_PHOTOGRAMMETRY"]) | |
gatherBH_cfg.process = cms.Process("GATHER") | |
gatherBH_cfg.readTemporaryFiles | |
gatherBH_cfg.saveApeToDB | |
gatherBH_cfg.saveToDB | |
gatherBH_cfg.slm = eval(os.environ["ALIGNMENT_SLM"]) | |
tuple | gatherBH_cfg.slopeFromTrackRefit = (os.environ["ALIGNMENT_slopeFromTrackRefit"] == "True") |
gatherBH_cfg.source | |
gatherBH_cfg.TFileService | |
gatherBH_cfg.truncateOffsetResid = float(os.environ["ALIGNMENT_truncateOffsetResid"]) | |
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") |
gatherBH_cfg.writeTemporaryFile | |