1 |
pharris |
1.1 |
#ifndef MITANA_DATATREE_EMBEDWEIGHTCOLLINKDEF_H
|
2 |
|
|
#define MITANA_DATATREE_EMBEDWEIGHTCOLLINKDEF_H
|
3 |
|
|
|
4 |
|
|
#include "MitAna/DataCont/interface/Ref.h"
|
5 |
|
|
#include "MitAna/DataTree/interface/EmbedWeightCol.h"
|
6 |
|
|
#endif
|
7 |
|
|
|
8 |
|
|
#ifndef __CINT__
|
9 |
|
|
# define _R__UNIQUEIDENTIFIER_ EmbedWeightCol
|
10 |
|
|
# define _R__JOIN3_(F,X,Y) _NAME3_(F,X,Y)
|
11 |
|
|
# undef _R__UNIQUE_
|
12 |
|
|
# define _R__UNIQUE_(X) _R__JOIN3_( _R__UNIQUEIDENTIFIER_,X,__LINE__)
|
13 |
|
|
#endif
|
14 |
|
|
|
15 |
|
|
#ifdef __CINT__
|
16 |
|
|
#pragma link off all globals;
|
17 |
|
|
#pragma link off all classes;
|
18 |
|
|
#pragma link off all functions;
|
19 |
|
|
#pragma link C++ nestedclass;
|
20 |
|
|
#pragma link C++ nestedtypedef;
|
21 |
|
|
#pragma link C++ namespace mithep;
|
22 |
|
|
|
23 |
|
|
#pragma link C++ class mithep::EmbedWeight+;
|
24 |
|
|
#pragma link C++ class mithep::Collection<mithep::EmbedWeight>+;
|
25 |
|
|
#pragma link C++ class mithep::Array<mithep::EmbedWeight>+;
|
26 |
|
|
#pragma link C++ class mithep::ObjArray<mithep::EmbedWeight>+;
|
27 |
|
|
#pragma link C++ class mithep::Ref<mithep::EmbedWeight>+;
|
28 |
|
|
#pragma link C++ typedef mithep::EmbedWeightCol;
|
29 |
|
|
#pragma link C++ typedef mithep::EmbedWeightArr;
|
30 |
|
|
#pragma link C++ typedef mithep::EmbedWeightOArr;
|
31 |
|
|
#endif
|