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/RunLumiRangeMap.h" |
15 |
+ |
#include "MitAna/DataCont/interface/RunLumiSet.h" |
16 |
+ |
#include "MitAna/DataCont/interface/Types.h" |
17 |
|
#endif |
18 |
|
|
19 |
+ |
|
20 |
+ |
// typedef UInt_t unsignedint; |
21 |
+ |
// typedef UChar_t unsignedchar; |
22 |
+ |
// typedef UShort_t unsignedshort; |
23 |
+ |
// typedef ULong64_t unsignedlonglong; |
24 |
+ |
|
25 |
+ |
|
26 |
|
#ifdef __CINT__ |
27 |
|
#pragma link off all globals; |
28 |
|
#pragma link off all classes; |
32 |
|
#pragma link C++ namespace mithep; |
33 |
|
|
34 |
|
#pragma link C++ class mithep::BaseCollection+; |
35 |
+ |
|
36 |
+ |
#pragma link C++ class mithep::BitMaskT<UChar_t>+; |
37 |
+ |
#pragma link C++ class mithep::BitMaskT<UShort_t>+; |
38 |
+ |
#pragma link C++ class mithep::BitMaskT<UInt_t>+; |
39 |
+ |
#pragma link C++ class mithep::BitMask<6>+; |
40 |
+ |
#pragma link C++ class mithep::BitMaskT<ULong64_t>+; |
41 |
+ |
#pragma link C++ class mithep::BitMask<16>+; |
42 |
+ |
#pragma link C++ class mithep::BitMask<32>+; |
43 |
+ |
#pragma link C++ typedef mithep::BitMask8; |
44 |
+ |
#pragma link C++ typedef mithep::BitMask16; |
45 |
+ |
#pragma link C++ typedef mithep::BitMask32; |
46 |
+ |
#pragma link C++ typedef mithep::BitMask48; |
47 |
+ |
#pragma link C++ typedef mithep::BitMask64; |
48 |
+ |
#pragma link C++ typedef mithep::BitMask128; |
49 |
+ |
#pragma link C++ typedef mithep::BitMask256; |
50 |
+ |
|
51 |
+ |
#pragma link C++ class mithep::CacheFlag-; |
52 |
+ |
#pragma link C++ class mithep::RefResolver+; |
53 |
+ |
#pragma link C++ class mithep::ProcIDRef-; |
54 |
+ |
|
55 |
+ |
#pragma link C++ class mithep::Collection<mithep::ProcIDRef>+; |
56 |
+ |
#pragma link C++ class mithep::FastArray<mithep::ProcIDRef>-; |
57 |
+ |
#pragma link C++ class mithep::FastArrayBasic<Double_t>-; |
58 |
+ |
#pragma link C++ class mithep::FastArrayBasic<Double32_t,kTRUE>-; |
59 |
+ |
#pragma link C++ class mithep::FastArrayBasic<Int_t>-; |
60 |
+ |
#pragma link C++ class mithep::FastArrayBasic<UInt_t>-; |
61 |
+ |
#pragma link C++ class mithep::FastArrayBasic<Short_t>-; |
62 |
+ |
#pragma link C++ class mithep::FastArrayBasic<UShort_t>-; |
63 |
+ |
#pragma link C++ class mithep::FastArrayBasic<Char_t>-; |
64 |
+ |
#pragma link C++ class mithep::FastArrayBasic<UChar_t>-; |
65 |
+ |
#pragma link C++ typedef mithep::FArrDouble; |
66 |
+ |
#pragma link C++ typedef mithep::FArrDouble32; |
67 |
+ |
#pragma link C++ typedef mithep::FArrInt; |
68 |
+ |
#pragma link C++ typedef mithep::FArrUInt; |
69 |
+ |
|
70 |
+ |
#pragma link C++ class mithep::Collection<TObject>+; |
71 |
+ |
#pragma link C++ class mithep::ObjArray<TObject>+; |
72 |
+ |
|
73 |
+ |
#pragma link C++ class std::pair<UInt_t,UInt_t>+; |
74 |
+ |
#pragma link C++ class std::set<std::pair<UInt_t,UInt_t> >+; |
75 |
+ |
|
76 |
+ |
#pragma link C++ typedef mithep::RunLumiSet::RunLumiPairType; |
77 |
+ |
#pragma link C++ typedef mithep::RunLumiSet::SetType; |
78 |
+ |
|
79 |
+ |
#pragma link C++ class mithep::RunLumiRangeMap+; |
80 |
+ |
#pragma link C++ class mithep::RunLumiSet+; |
81 |
+ |
|
82 |
|
#endif |