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

Comparing UserCode/MitAna/macros/rootlogon.C (file contents):
Revision 1.2 by paus, Tue Jun 3 07:21:28 2008 UTC vs.
Revision 1.4 by paus, Wed Mar 28 12:15:39 2012 UTC

# Line 1 | Line 1
1   // $Id$
2
2   {
3 <  if (gSystem->Getenv("CMSSW_VERSION")) {
5 <    TString str = gSystem->GetMakeSharedLib();
6 <    if (str.Contains("-m32")==0 && str.Contains("-m64")==0) {
7 <      str.ReplaceAll("g++", "g++ -m32");
8 <      gSystem->SetMakeSharedLib(str);
9 <    }
10 <  }
11 <  
12 <  gROOT->Macro("$CMSSW_BASE/src/MitAna/macros/setRootEnv.C+");
3 >  //  gROOT->Macro("$CMSSW_BASE/src/MitAna/macros/setRootEnv.C+");
4   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines