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.3 by loizides, Wed Jun 11 13:26:05 2008 UTC vs.
Revision 1.4 by paus, Thu Jul 3 10:27:52 2008 UTC

# Line 55 | Line 55 | void setIncludes()
55    gSystem->AddIncludePath("-I$CMSSW_BASE/src/MitAna/TreeMod/inc");
56    gSystem->AddIncludePath("-I$CMSSW_BASE/src/MitAna/macros");
57    gInterpreter->AddIncludePath(TString(gSystem->Getenv("CMSSW_BASE"))+"/src/");
58 <  gInterpreter->AddIncludePath(TString(gSystem->Getenv("CMSSW_BASE"))+"/src/MitAna/TreeMod/inc");
58 >  gInterpreter->AddIncludePath(TString(gSystem->Getenv("CMSSW_BASE"))+
59 >                               "/src/MitAna/TreeMod/interface");
60    gInterpreter->AddIncludePath(TString(gSystem->Getenv("CMSSW_BASE"))+"/src/MitAna/macros");
61    gROOT->SetMacroPath(TString(gROOT->GetMacroPath())
62                        +TString(gSystem->Getenv("CMSSW_BASE"))+"/src/MitAna/macros");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines