ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/macros/setRootEnv.C
(Generate patch)

Comparing UserCode/MitAna/macros/setRootEnv.C (file contents):
Revision 1.6 by loizides, Thu Jun 11 19:37:00 2009 UTC vs.
Revision 1.7 by bendavid, Fri Mar 12 13:44:53 2010 UTC

# Line 53 | Line 53 | void setIncludes()
53    }
54  
55    gSystem->AddIncludePath("-I$CMSSW_BASE/src/");
56 +  gSystem->AddIncludePath("-I$CMSSW_RELEASE_BASE/src/");
57    gSystem->AddIncludePath("-I$CMSSW_BASE/src/MitAna/TreeMod/inc");
58    gSystem->AddIncludePath("-I$CMSSW_BASE/src/MitAna/macros");
59    gInterpreter->AddIncludePath(TString(gSystem->Getenv("CMSSW_BASE"))+"/src/");
60 +  gInterpreter->AddIncludePath(TString(gSystem->Getenv("CMSSW_RELEASE_BASE"))+"/src/");
61    gInterpreter->AddIncludePath(TString(gSystem->Getenv("CMSSW_BASE"))+
62                                 "/src/MitAna/TreeMod/interface");
63    gInterpreter->AddIncludePath(TString(gSystem->Getenv("CMSSW_BASE"))+"/src/MitAna/macros");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines