Definition at line 125 of file plottingOptions.py.
◆ __init__()
def plottingOptions.PlottingOptionsTrackSplitting.__init__ |
( |
|
self, |
|
|
|
config |
|
) |
| |
◆ validsubdets()
def plottingOptions.PlottingOptionsTrackSplitting.validsubdets |
( |
|
self | ) |
|
Definition at line 138 of file plottingOptions.py.
138 def validsubdets(self):
139 filename =
replaceByMap(
".oO[Alignment/CommonAlignmentProducer]Oo./python/AlignmentTrackSelector_cfi.py", self.getRepMap())
140 with open(filename)
as f:
141 trackselector = f.read()
143 minhitspersubdet = trackselector.split(
"minHitsPerSubDet")[1].
split(
"(",1)[1]
147 for character
in minhitspersubdet:
149 parenthesesdepth += 1
151 parenthesesdepth -= 1
152 if parenthesesdepth < 0:
155 minhitspersubdet = minhitspersubdet[0:i]
157 results = minhitspersubdet.split(
",")
159 for i
in range(len(results)):
162 results.append(
"none")
164 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