CMS 3D CMS Logo

Namespaces | Variables

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_13_patch3/src/Alignment/MuonAlignmentAlgorithms/python/gather_cfg.py File Reference

Go to the source code of this file.

Namespaces

namespace  gather_cfg

Variables

tuple gather_cfg::allowTIDTEC = (os.environ["ALIGNMENT_ALLOWTIDTEC"] == "True")
list gather_cfg::blocks = jsondict[run]
tuple gather_cfg::combineME11 = (os.environ["ALIGNMENT_COMBINEME11"] == "True")
tuple gather_cfg::connect = cms.string(trackerconnect)
tuple gather_cfg::cout
 gather_cfg::createAlignNtuple = False
 gather_cfg::createMapNtuple = False
list gather_cfg::cscparams = os.environ["ALIGNMENT_CSCPARAMS"]
tuple gather_cfg::curvatureplots = (os.environ["ALIGNMENT_CURVATUREPLOTS"] == "True")
tuple gather_cfg::destinations = cms.untracked.vstring("cout")
 gather_cfg::doCSC = True
 gather_cfg::doDT = True
tuple gather_cfg::envCSC = os.getenv("ALIGNMENT_DO_CSC")
tuple gather_cfg::envDT = os.getenv("ALIGNMENT_DO_DT")
tuple gather_cfg::envNtuple = os.getenv("ALIGNMENT_CREATEALIGNNTUPLE")
tuple gather_cfg::fileNames = cms.untracked.vstring(*inputfiles)
list gather_cfg::globaltag = os.environ["ALIGNMENT_GLOBALTAG"]
list gather_cfg::good_lumis = []
list gather_cfg::gprcd = os.environ["ALIGNMENT_GPRCD"]
list gather_cfg::gprcdconnect = os.environ["ALIGNMENT_GPRCDCONNECT"]
list gather_cfg::inputdb = os.environ["ALIGNMENT_INPUTDB"]
list gather_cfg::inputfiles = os.environ["ALIGNMENT_INPUTFILES"]
tuple gather_cfg::iscosmics = (os.environ["ALIGNMENT_ISCOSMICS"] == "True")
tuple gather_cfg::iteration = int(os.environ["ALIGNMENT_ITERATION"])
tuple gather_cfg::jobnumber = int(os.environ["ALIGNMENT_JOBNUMBER"])
tuple gather_cfg::json_file = os.getenv("ALIGNMENT_JSON")
tuple gather_cfg::jsondict = json.load(jsonfile)
tuple gather_cfg::jsonfile = file(json_file, 'r')
tuple gather_cfg::lumisToProcess = cms.untracked.VLuminosityBlockRange(*good_lumis)
tuple gather_cfg::mapplots = (os.environ["ALIGNMENT_MAPPLOTS"] == "True")
tuple gather_cfg::maxDxy = float(os.environ["ALIGNMENT_MAXDXY"])
tuple gather_cfg::maxEvents = int(os.environ["ALIGNMENT_MAXEVENTS"])
tuple gather_cfg::maxResSlopeY = float(os.environ["ALIGNMENT_MAXRESSLOPEY"])
tuple gather_cfg::maxTrackerRedChi2 = float(os.environ["ALIGNMENT_MAXTRACKERREDCHI2"])
tuple gather_cfg::maxTrackP = float(os.environ["ALIGNMENT_MAXTRACKP"])
tuple gather_cfg::maxTrackPt = float(os.environ["ALIGNMENT_MAXTRACKPT"])
tuple gather_cfg::minAlignmentHits = int(os.environ["ALIGNMENT_MINALIGNMENTHITS"])
tuple gather_cfg::minNCrossedChambers = int(os.environ["ALIGNMENT_MINNCROSSEDCHAMBERS"])
tuple gather_cfg::minTrackerHits = int(os.environ["ALIGNMENT_MINTRACKERHITS"])
tuple gather_cfg::minTrackP = float(os.environ["ALIGNMENT_MINTRACKP"])
tuple gather_cfg::minTrackPt = float(os.environ["ALIGNMENT_MINTRACKPT"])
list gather_cfg::muonCollectionTag = os.environ["ALIGNMENT_MUONCOLLECTIONTAG"]
tuple gather_cfg::preFilter = (os.environ["ALIGNMENT_PREFILTER"] == "True")
list gather_cfg::prevblock = [-2,-2]
tuple gather_cfg::process = cms.Process("GATHER")
tuple gather_cfg::runs = jsondict.keys()
tuple gather_cfg::segdiffplots = (os.environ["ALIGNMENT_SEGDIFFPLOTS"] == "True")
tuple gather_cfg::skipEvents = int(os.environ["ALIGNMENT_SKIPEVENTS"])
list gather_cfg::station123params = os.environ["ALIGNMENT_STATION123PARAMS"]
list gather_cfg::station4params = os.environ["ALIGNMENT_STATION4PARAMS"]
tuple gather_cfg::toGet = cms.VPSet(cms.PSet(record = cms.string("TrackerAlignmentRcd"), tag = cms.string(trackeralignment)))
list gather_cfg::trackeralignment = os.environ["ALIGNMENT_TRACKERALIGNMENT"]
list gather_cfg::trackerAPE = os.environ["ALIGNMENT_TRACKERAPE"]
list gather_cfg::trackerAPEconnect = os.environ["ALIGNMENT_TRACKERAPECONNECT"]
list gather_cfg::trackerBows = os.environ["ALIGNMENT_TRACKERBOWS"]
list gather_cfg::trackerBowsconnect = os.environ["ALIGNMENT_TRACKERBOWSCONNECT"]
list gather_cfg::trackerconnect = os.environ["ALIGNMENT_TRACKERCONNECT"]
tuple gather_cfg::twoBin = (os.environ["ALIGNMENT_TWOBIN"] == "True")
tuple gather_cfg::weightAlignment = (os.environ["ALIGNMENT_WEIGHTALIGNMENT"] == "True")