4 |
|
#define MITANA_DATACONT_LINKDEF_H |
5 |
|
|
6 |
|
#include "MitAna/DataCont/interface/BaseCollection.h" |
7 |
+ |
#include "MitAna/DataCont/interface/BitMask.h" |
8 |
+ |
#include "MitAna/DataCont/interface/CacheFlag.h" |
9 |
+ |
#include "MitAna/DataCont/interface/FastArray.h" |
10 |
+ |
#include "MitAna/DataCont/interface/FastArrayBasic.h" |
11 |
+ |
#include "MitAna/DataCont/interface/ObjArray.h" |
12 |
+ |
#include "MitAna/DataCont/interface/ProcIDRef.h" |
13 |
+ |
#include "MitAna/DataCont/interface/RefResolver.h" |
14 |
+ |
#include "MitAna/DataCont/interface/Types.h" |
15 |
|
#endif |
16 |
|
|
17 |
|
#ifdef __CINT__ |
23 |
|
#pragma link C++ namespace mithep; |
24 |
|
|
25 |
|
#pragma link C++ class mithep::BaseCollection+; |
26 |
+ |
|
27 |
+ |
#pragma link C++ class mithep::BitMaskT<UChar_t>+; |
28 |
+ |
#pragma link C++ class mithep::BitMaskT<UShort_t>+; |
29 |
+ |
#pragma link C++ class mithep::BitMaskT<UInt_t>+; |
30 |
+ |
#pragma link C++ class mithep::BitMask<6>+; |
31 |
+ |
#pragma link C++ class mithep::BitMaskT<ULong64_t>+; |
32 |
+ |
#pragma link C++ class mithep::BitMask<16>+; |
33 |
+ |
#pragma link C++ class mithep::BitMask<32>+; |
34 |
+ |
#pragma link C++ typedef mithep::BitMask8; |
35 |
+ |
#pragma link C++ typedef mithep::BitMask16; |
36 |
+ |
#pragma link C++ typedef mithep::BitMask32; |
37 |
+ |
#pragma link C++ typedef mithep::BitMask48; |
38 |
+ |
#pragma link C++ typedef mithep::BitMask64; |
39 |
+ |
#pragma link C++ typedef mithep::BitMask128; |
40 |
+ |
#pragma link C++ typedef mithep::BitMask256; |
41 |
+ |
|
42 |
+ |
#pragma link C++ class mithep::CacheFlag-; |
43 |
+ |
#pragma link C++ class mithep::RefResolver+; |
44 |
+ |
#pragma link C++ class mithep::ProcIDRef-; |
45 |
+ |
|
46 |
+ |
#pragma link C++ class mithep::Collection<mithep::ProcIDRef>+; |
47 |
+ |
#pragma link C++ class mithep::FastArray<mithep::ProcIDRef>-; |
48 |
+ |
#pragma link C++ class mithep::FastArrayBasic<Double_t>-; |
49 |
+ |
#pragma link C++ class mithep::FastArrayBasic<Double32_t,kTRUE>-; |
50 |
+ |
#pragma link C++ class mithep::FastArrayBasic<Int_t>-; |
51 |
+ |
#pragma link C++ class mithep::FastArrayBasic<UInt_t>-; |
52 |
+ |
#pragma link C++ class mithep::FastArrayBasic<Short_t>-; |
53 |
+ |
#pragma link C++ class mithep::FastArrayBasic<UShort_t>-; |
54 |
+ |
#pragma link C++ class mithep::FastArrayBasic<Char_t>-; |
55 |
+ |
#pragma link C++ class mithep::FastArrayBasic<UChar_t>-; |
56 |
+ |
#pragma link C++ typedef mithep::FArrDouble; |
57 |
+ |
#pragma link C++ typedef mithep::FArrDouble32; |
58 |
+ |
#pragma link C++ typedef mithep::FArrInt; |
59 |
+ |
#pragma link C++ typedef mithep::FArrUInt; |
60 |
+ |
|
61 |
+ |
#pragma link C++ class mithep::Collection<TObject>+; |
62 |
+ |
#pragma link C++ class mithep::ObjArray<TObject>+; |
63 |
|
#endif |