Line Code
1 2 3 4 5 6 7 8 9 10 11
{
char *hosttype = gSystem->Getenv( "HOSTTYPE" );
char *rootsys  = gSystem->Getenv( "ROOTSYS" );

// gROOT->Reset();                // Reseting ROOT
gROOT->LoadMacro("tdrstyle.C");
setTDRStyle();
printf( "libraries loaded\n" );

}