ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPlots/Style/src/MitPlotsStyleLinkDef.h
Revision: 1.2
Committed: Tue Jan 25 11:30:31 2011 UTC (14 years, 3 months ago) by paus
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_029a, Mit_028, Mit_027, Mit_027a, HEAD
Changes since 1.1: +22 -0 lines
Log Message:
2nd try

File Contents

# User Rev Content
1 paus 1.2 // $Id: MitPlotsStyleLinkDef.h,v 1.1.2.1 2010/10/03 04:08:50 paus Exp $
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