Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:19:00

0001 {
0002 char *hosttype = gSystem->Getenv( "HOSTTYPE" );
0003 char *rootsys  = gSystem->Getenv( "ROOTSYS" );
0004 
0005 // gROOT->Reset();                // Reseting ROOT
0006 gROOT->LoadMacro("tdrstyle.C");
0007 setTDRStyle();
0008 printf( "libraries loaded\n" );
0009 
0010 }
0011