ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/algomez/FourTop/TreeAnalyzer/test/loadLibraries.C
Revision: 1.1
Committed: Thu May 16 14:00:10 2013 UTC (11 years, 11 months ago) by algomez
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Log Message:
*** empty log message ***

File Contents

# Content
1 {
2
3 gSystem->Load("libYumicevaTop7TeV.so");
4 gSystem->Load("libYumicevaTreeAnalyzer.so");
5 gSystem->Load("libCondFormatsJetMETObjects.so");
6 gSystem->Load("libPhysicsToolsUtilities.so");
7 gSystem->SetIncludePath("-I$CMSSW_BASE/src/");
8 // -I$CMSSW_RELEASE_BASE/src/");
9
10 }