Skip to content

Commit

Permalink
Update primaryVertexValidation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cardinia committed Oct 17, 2018
1 parent 13860cb commit e4c6dbe
Showing 1 changed file with 1 addition and 4 deletions.
Expand Up @@ -28,10 +28,7 @@ def __init__(self, valName, alignment, config):

if self.general["pvvalidationreference"].startswith("/store"):
self.general["pvvalidationreference"] = "root://eoscms//eos/cms" + self.general["pvvalidationreference"]
# if self.NJobs > 1:
# raise AllInOneError("Parallel jobs not implemented for the PrimaryVertex validation!\n"
# "Please set parallelJobs = 1.")


@property
def ValidationTemplate(self):
return configTemplates.PrimaryVertexValidationTemplate
Expand Down

0 comments on commit e4c6dbe

Please sign in to comment.