Revision: | 1.2 |
Committed: | Tue Jan 25 11:30:30 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: | +17 -0 lines |
Log Message: | 2nd try |
# | Content |
---|---|
1 | // $Id: MitPlotsPlotLinkDef.h,v 1.1.2.1 2010/10/03 04:08:49 paus Exp $ |
2 | |
3 | #ifndef MITPLOTS_PLOT_LINKDEF_H |
4 | #define MITPLOTS_PLOT_LINKDEF_H |
5 | #include "MitPlots/Plot/interface/PlotTask.h" |
6 | #endif |
7 | |
8 | #ifdef __CINT__ |
9 | #pragma link off all globals; |
10 | #pragma link off all classes; |
11 | #pragma link off all functions; |
12 | #pragma link C++ nestedclass; |
13 | #pragma link C++ nestedtypedef; |
14 | #pragma link C++ namespace mithep; |
15 | |
16 | #pragma link C++ class mithep::PlotTask+; |
17 | #endif |