ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/RootMacros/rootlogon-CmsTDR.C
Revision: 1.2
Committed: Mon Aug 31 15:08:05 2009 UTC (15 years, 8 months ago) by jhegeman
Content type: text/plain
Branch: MAIN
Changes since 1.1: +1 -142 lines
Log Message:
Separating style from rootlogon functionality.

File Contents

# User Rev Content
1 anderson 1.1 {
2     gSystem->Load("libFWCoreFWLite.so");
3     AutoLibraryLoader::enable();
4     gSystem->Load("libDataFormatsFWLite.so");
5     gROOT->ProcessLine("namespace edm {typedef edm::Wrapper<vector<float> > Wrapper<vector<float,allocator<float> > >; }");
6     gROOT->ProcessLine("namespace edm {typedef edm::Wrapper<vector<double> > Wrapper<vector<double,allocator<double> > >; }");
7    
8 jhegeman 1.2 gROOT->Macro("style-CMSTDR.C");
9 anderson 1.1
10     }