ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPlots/Style/src/MitPlotsStyleLinkDef.h
Revision: 1.1.2.1
Committed: Sun Oct 3 04:08:50 2010 UTC (14 years, 7 months ago) by paus
Content type: text/plain
Branch: Mit_014e
Changes since 1.1: +22 -0 lines
Log Message:
New plotting facility.

File Contents

# User Rev Content
1 paus 1.1.2.1 // $Id: $
2    
3     #ifndef MITPLOTS_STYLE_LINKDEF_H
4     #define MITPLOTS_STYLE_LINKDEF_H
5     #include "MitPlots/Style/interface/MitStyle.h"
6     #include "MitPlots/Style/interface/HistStyle.h"
7     #include "MitPlots/Style/interface/HistStyles.h"
8     #endif
9    
10     #ifdef __CINT__
11     #pragma link off all globals;
12     #pragma link off all classes;
13     #pragma link off all functions;
14     #pragma link C++ nestedclass;
15     #pragma link C++ nestedtypedef;
16     #pragma link C++ namespace mithep;
17    
18     #pragma link C++ class mithep::MitStyle+;
19     #pragma link C++ class mithep::HistStyle+;
20     #pragma link C++ class std::vector<mithep::HistStyle>+;
21     #pragma link C++ class mithep::HistStyles+;
22     #endif