4 |
|
#define MITANA_DATACONT_LINKDEF_H |
5 |
|
|
6 |
|
#include "MitAna/DataCont/interface/BaseCollection.h" |
7 |
+ |
#include "MitAna/DataCont/interface/StackArray.h" |
8 |
+ |
#include "MitAna/DataCont/interface/StackArrayBasic.h" |
9 |
+ |
#include "MitAna/DataCont/interface/ProcIDRef.h" |
10 |
|
#endif |
11 |
|
|
12 |
|
#ifdef __CINT__ |
18 |
|
#pragma link C++ namespace mithep; |
19 |
|
|
20 |
|
#pragma link C++ class mithep::BaseCollection+; |
21 |
+ |
#pragma link C++ class mithep::ProcIDRef-; |
22 |
+ |
#pragma link C++ class mithep::Collection<mithep::ProcIDRef>+; |
23 |
+ |
#pragma link C++ class mithep::StackArrayBasic<UInt_t, 32>-; |
24 |
+ |
#pragma link C++ class mithep::StackArray<mithep::ProcIDRef,32>-; |
25 |
+ |
#pragma link C++ class mithep::StackArrayBasic<UInt_t, 128>-; |
26 |
+ |
#pragma link C++ class mithep::StackArray<mithep::ProcIDRef,128>-; |
27 |
+ |
#pragma link C++ class mithep::StackArrayBasic<UInt_t, 1024>-; |
28 |
+ |
#pragma link C++ class mithep::StackArray<mithep::ProcIDRef,1024>-; |
29 |
|
#endif |