4 |
|
#define MITANA_DATACONT_LINKDEF_H |
5 |
|
|
6 |
|
#include "MitAna/DataCont/interface/BaseCollection.h" |
7 |
+ |
#include "MitAna/DataCont/interface/FastArray.h" |
8 |
+ |
#include "MitAna/DataCont/interface/FastArrayBasic.h" |
9 |
+ |
#include "MitAna/DataCont/interface/ProcIDRef.h" |
10 |
+ |
#include "MitAna/DataCont/interface/RefResolver.h" |
11 |
+ |
#include "MitAna/DataCont/interface/StackArray.h" |
12 |
+ |
#include "MitAna/DataCont/interface/StackArrayBasic.h" |
13 |
|
#endif |
14 |
|
|
15 |
|
#ifdef __CINT__ |
21 |
|
#pragma link C++ namespace mithep; |
22 |
|
|
23 |
|
#pragma link C++ class mithep::BaseCollection+; |
24 |
+ |
#pragma link C++ class mithep::RefResolver+; |
25 |
+ |
#pragma link C++ class mithep::ProcIDRef-; |
26 |
+ |
#pragma link C++ class mithep::Collection<mithep::ProcIDRef>+; |
27 |
+ |
#pragma link C++ class mithep::FastArray<mithep::ProcIDRef>-; |
28 |
+ |
#pragma link C++ class mithep::FastArrayBasic<UInt_t>-; |
29 |
|
#endif |