1 |
// $Id: MitPlotsInputLinkDef.h,v 1.1.2.1 2010/10/03 04:08:48 paus Exp $
|
2 |
|
3 |
#ifndef MITPLOTS_INPUT_LINKDEF_H
|
4 |
#define MITPLOTS_INPUT_LINKDEF_H
|
5 |
#include "MitPlots/Input/interface/Sample.h"
|
6 |
#include "MitPlots/Input/interface/TaskSamples.h"
|
7 |
#endif
|
8 |
|
9 |
#ifdef __CINT__
|
10 |
#pragma link off all globals;
|
11 |
#pragma link off all classes;
|
12 |
#pragma link off all functions;
|
13 |
#pragma link C++ nestedclass;
|
14 |
#pragma link C++ nestedtypedef;
|
15 |
#pragma link C++ namespace mithep;
|
16 |
|
17 |
#pragma link C++ class mithep::Sample+;
|
18 |
#pragma link C++ class std::vector<mithep::Sample>+;
|
19 |
#pragma link C++ class mithep::TaskSamples+;
|
20 |
#endif
|