Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change to hadd files over condor #4

Open
wants to merge 47 commits into
base: QCDSmearing
Choose a base branch
from

Conversation

mkilpatr
Copy link

Running the hadd command over nano needed for smeared files.

@@ -174,7 +174,7 @@ def run(self) :

if self.haddFileName:
if self.typeofprocess == "smear": Name = os.path.join(self.outputDir, os.path.basename(fname).replace(".root",outpostfix+"_smear.root"))
os.system("$CMSSW_BASE/src/PhysicsTools/NanoAODTools/scripts/haddnano.py %s %s" %(Name," ".join(outFileNames))) #FIXME: remove "./" once haddnano.py is distributed with cms releases
os.system("../../../NanoAODTools/scripts/haddnano.py %s %s" %(Name," ".join(outFileNames))) #FIXME: remove "./" once haddnano.py is distributed with cms releases

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a good idea?

@mkilpatr
Copy link
Author

Fixed hadding files

Zhenbin Wu and others added 24 commits March 15, 2019 21:59
Disable fixed largeWeight, as it cause more problems than solutions
Update to nanoAOD framework to allow branches produced in post-proces…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants