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" |
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/Types.h" |
12 |
|
#endif |
13 |
|
|
14 |
|
#ifdef __CINT__ |
20 |
|
#pragma link C++ namespace mithep; |
21 |
|
|
22 |
|
#pragma link C++ class mithep::BaseCollection+; |
23 |
+ |
#pragma link C++ class mithep::RefResolver+; |
24 |
|
#pragma link C++ class mithep::ProcIDRef-; |
25 |
|
#pragma link C++ class mithep::Collection<mithep::ProcIDRef>+; |
26 |
< |
#pragma link C++ class mithep::StackArrayBasic<UInt_t, 32>-; |
27 |
< |
#pragma link C++ class mithep::StackArray<mithep::ProcIDRef,32>-; |
28 |
< |
#pragma link C++ class mithep::StackArrayBasic<UInt_t, 128>-; |
29 |
< |
#pragma link C++ class mithep::StackArray<mithep::ProcIDRef,128>-; |
30 |
< |
#pragma link C++ class mithep::StackArrayBasic<UInt_t, 1024>-; |
31 |
< |
#pragma link C++ class mithep::StackArray<mithep::ProcIDRef,1024>-; |
26 |
> |
#pragma link C++ class mithep::FastArray<mithep::ProcIDRef>-; |
27 |
> |
|
28 |
> |
#pragma link C++ class mithep::FastArrayBasic<Double_t, Double_t>-; |
29 |
> |
#pragma link C++ class mithep::FastArrayBasic<Double32_t>-; |
30 |
> |
#pragma link C++ class mithep::FastArrayBasic<Int_t>-; |
31 |
> |
#pragma link C++ class mithep::FastArrayBasic<UInt_t>-; |
32 |
> |
|
33 |
> |
#pragma link C++ typedef mithep::FArrDouble; |
34 |
> |
#pragma link C++ typedef mithep::FArrDouble32; |
35 |
> |
#pragma link C++ typedef mithep::FArrInt; |
36 |
> |
#pragma link C++ typedef mithep::FArrUInt; |
37 |
|
#endif |