ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/dasu/UltraFastSim/LoadLibs.C
Revision: 1.1
Committed: Thu Mar 3 16:54:19 2011 UTC (14 years, 2 months ago) by aarond
Content type: text/plain
Branch: MAIN
CVS Tags: v2
Log Message:
Added a macro to compile Sridhara's UltraFastSim class directly in ROOT

File Contents

# User Rev Content
1 aarond 1.1 // Load Sridhara's class into an active ROOT session
2     {
3     gSystem->Load("/opt/osg/app/cmssoft/cms/slc5_ia32_gcc434/external/fastjet/2.4.0/lib/libfastjet.so");
4     gSystem->AddIncludePath("-I/opt/osg/app/cmssoft/cms/slc5_ia32_gcc434/external/pythia8/142/include -I/opt/osg/app/cmssoft/cms/slc5_ia32_gcc434/external/fastjet/2.4.0/include");
5     gSystem->CompileMacro("UltraFastSim.cc","k");
6     }