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
Log Message:
Updated for new tdrstyle macro

File Contents

# User Rev Content
1 anderson 1.1 {
2 anderson 1.3 // Lines for loading framework lite, probably not needed for you.
3     /*gSystem->Load("libFWCoreFWLite.so");
4 anderson 1.1 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 anderson 1.3 */
9 anderson 1.1
10 anderson 1.3 gROOT->LoadMacro("style-CMSTDR.C");
11     setTDRStyle()
12 anderson 1.1 }