CMS 3D CMS Logo

Namespaces | Variables

/data/refman/pasoursint/CMSSW_5_3_0/src/Alignment/MuonAlignmentAlgorithms/scripts/relativeConstraints.py File Reference

Go to the source code of this file.

Namespaces

namespace  relativeConstraints

Variables

string relativeConstraints::action = "store_true"
dictionary relativeConstraints::byRing = {"ME+1/1": [], "ME+1/2": [], "ME+2/1": [], "ME+2/2": [], "ME+3/1": [], "ME+3/2": [], "ME+4/1": [], "ME+4/2": [], "ME-1/1": [], "ME-1/2": [], "ME-2/1": [], "ME-2/2": [], "ME-3/1": [], "ME-3/2": [], "ME-4/1": [], "ME-4/2": []}
tuple relativeConstraints::cham = int(chamber[7:9])
tuple relativeConstraints::constraints = file(sys.argv[2])
int relativeConstraints::default = 1
string relativeConstraints::dest = "scaleErrors"
 relativeConstraints::empty = True
tuple relativeConstraints::error = float(error)
list relativeConstraints::frameName = sys.argv[3]
list relativeConstraints::geom = geometry.csc[endcap, station, ring, cham]
tuple relativeConstraints::geometry = MuonGeometry(sys.argv[1])
string relativeConstraints::help = "factor to scale errors: 1 is default, 10 *weakens* constraint by a factor of 10, etc."
tuple relativeConstraints::keys = byRing.keys()
tuple relativeConstraints::match = re.match(r"(ME[\+\-/0-9]+)\s+([\+\-\.eE0-9]+)\s+([\+\-\.eE0-9]+)", line)
tuple relativeConstraints::parser = optparse.OptionParser(usage)
 relativeConstraints::relative = value-geom
tuple relativeConstraints::ring = int(chamber[5])
list relativeConstraints::ringName = chamber[0:6]
tuple relativeConstraints::station = int(chamber[3])
string relativeConstraints::type = "string"
string relativeConstraints::usage
tuple relativeConstraints::value = float(value)