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

Codes to run hadronic tau JRA and TF. #10

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
4 changes: 2 additions & 2 deletions JetAnalyzers/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<use name="rootcore"/>
<use name="rootMinuit"/>
<use name="rootspectrum"/>
<flags EDM_PLUGIN="1"/>
<!--
<flags EDM_PLUGIN="1"/>
-->
Copy link
Member

Choose a reason for hiding this comment

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

Why the change from EDM_PLUGIN to lib? Will this effect the EDAnalyzer in this package?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I changed it to make the src/ compiled.

Copy link
Member

Choose a reason for hiding this comment

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

Okay, I have no problem with this. As long as the code compiles and makes a .so in the CMSSW_BASE/lib folder I'm happy.

<export>
<lib name="1"/>
</export>
-->
Loading