[Double Higgs] analyser, script for installing the libraries and tmva training script#133
[Double Higgs] analyser, script for installing the libraries and tmva training script#133YooSunYoung wants to merge 4 commits intoCPLUOS:masterfrom YooSunYoung:master
Conversation
…d tmva bdt/bdtg training script
| <flags CXXFLAGS="-g" /> | ||
| </bin> | ||
|
|
||
| <!--erase this line after executing lines in nano/analysis/test/hh/external_library_recipe.sh |
There was a problem hiding this comment.
because external libraries should be installed to build the analyser but not everybody needs to install them
should I remove include lines in the analyser instead...?
| @@ -0,0 +1,29 @@ | |||
| cd $CMSSW_BASE/src/nano/ | |||
| wget http://www.hep.phy.cam.ac.uk/~lester/dtm662/mt2/Releases/oxbridgekinetics.tar.gz | |||
| tar -xzvf oxbridgekinetics.tar.gz | |||
There was a problem hiding this comment.
if only a few files are needed, just add it to the external lib
There was a problem hiding this comment.
I don't exactly know what I should use among them for now
| <flags CXXFLAGS="-Wno-error=unused-variable" /> | ||
| <flags CXXFLAGS="-Wno-error=sign-compare" /> | ||
| <flags CXXFLAGS="-Wno-error=maybe-uninitialized" /> | ||
| <export> |
There was a problem hiding this comment.
haha i dont like these error ignores
There was a problem hiding this comment.
Ian has put them though.. should I remove them?
There was a problem hiding this comment.
Unfortunately, you'd have to rewrite the external packages to not throw them. I figured it was easier to just ignore... If we put the packages in external I guess we can have them there only and not for our code.
There was a problem hiding this comment.
Ian has put them though.. should I remove them?
You can try to remove them. From memory it was the oxbridge packages that cause it
There was a problem hiding this comment.
yep, i dont mind the unused variables, but i think the other two should be fixed in their code
doubleHiggsAnalyser lines are commented out in BuildFile.xml since it can't be built before all the libraries are installed.