Definition at line 126 of file plottingOptions.py.
◆ __init__()
def plottingOptions.PlottingOptionsTrackSplitting.__init__ |
( |
|
self, |
|
|
|
config |
|
) |
| |
◆ validsubdets()
def plottingOptions.PlottingOptionsTrackSplitting.validsubdets |
( |
|
self | ) |
|
Definition at line 139 of file plottingOptions.py.
139 def validsubdets(self):
140 filename =
replaceByMap(
".oO[Alignment/CommonAlignmentProducer]Oo./python/AlignmentTrackSelector_cfi.py", self.getRepMap())
141 with open(filename)
as f:
142 trackselector = f.read()
144 minhitspersubdet = trackselector.split(
"minHitsPerSubDet")[1].
split(
"(",1)[1]
148 for character
in minhitspersubdet:
150 parenthesesdepth += 1
152 parenthesesdepth -= 1
153 if parenthesesdepth < 0:
156 minhitspersubdet = minhitspersubdet[0:i]
158 results = minhitspersubdet.split(
",")
160 for i
in range(len(results)):
163 results.append(
"none")
165 return [a
for a
in results
if a]
References overlapValidation.OverlapValidation.getRepMap(), monteCarloValidation.MonteCarloValidation.getRepMap(), geometryComparison.GeometryComparison.getRepMap(), offlineValidation.OfflineValidation.getRepMap(), plottingOptions.BasePlottingOptions.getRepMap(), genericValidation.GenericValidation.getRepMap(), offlineValidation.OfflineValidationDQM.getRepMap(), alignment.Alignment.getRepMap(), genericValidation.GenericValidationData.getRepMap(), genericValidation.GenericValidationData_CTSR.getRepMap(), FastTimerService_cff.range, python.rootplot.root2matplotlib.replace(), helperFunctions.replaceByMap(), submitPVValidationJobs.split(), and digitizers_cfi.strip.
Referenced by plottingOptions.PlottingOptionsTrackSplitting.__init__().
◆ defaults
dictionary plottingOptions.PlottingOptionsTrackSplitting.defaults |
|
static |
◆ needpackages
dictionary plottingOptions.PlottingOptionsTrackSplitting.needpackages = {"Alignment/CommonAlignmentProducer"} |
|
static |
◆ validationclass