ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/RootMacros/rootlogon-CmsTDR.C
Revision: 1.3
Committed: Fri Oct 23 20:31:24 2009 UTC (15 years, 6 months ago) by anderson
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +5 -3 lines
Error occurred while calculating annotation data.
Log Message:
Updated for new tdrstyle macro

File Contents

# Content
1 {
2 // Lines for loading framework lite, probably not needed for you.
3 /*gSystem->Load("libFWCoreFWLite.so");
4 AutoLibraryLoader::enable();
5 gSystem->Load("libDataFormatsFWLite.so");
6 gROOT->ProcessLine("namespace edm {typedef edm::Wrapper<vector<float> > Wrapper<vector<float,allocator<float> > >; }");
7 gROOT->ProcessLine("namespace edm {typedef edm::Wrapper<vector<double> > Wrapper<vector<double,allocator<double> > >; }");
8 */
9
10 gROOT->LoadMacro("style-CMSTDR.C");
11 setTDRStyle()
12 }