ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataCont/src/MitAnaDataContLinkDef.h
Revision: 1.14
Committed: Sun May 15 20:40:29 2011 UTC (13 years, 11 months ago) by bendavid
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_032, Mit_031, Mit_025c_branch2, Mit_025c_branch1, Mit_030, Mit_029c, Mit_029b, Mit_030_pre1, Mit_029a, Mit_029, Mit_029_pre1, Mit_028a, Mit_025c_branch0, Mit_028, Mit_027a, Mit_027, Mit_026, Mit_025e, Mit_025d, Mit_025c, Mit_025b, Mit_025a, Mit_025, Mit_025pre2, Mit_024b, Mit_025pre1, Mit_024a, Mit_024, Mit_023, Mit_022a, Mit_022, Mit_021, Mit_021pre2, HEAD
Branch point for: Mit_025c_branch
Changes since 1.13: +4 -1 lines
Log Message:
support more than 256 hlt paths

File Contents

# Content
1 // $Id: MitAnaDataContLinkDef.h,v 1.13 2011/03/11 04:02:39 bendavid Exp $
2
3 #ifndef MITANA_DATACONT_LINKDEF_H
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;
29 #pragma link off all functions;
30 #pragma link C++ nestedclass;
31 #pragma link C++ nestedtypedef;
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++ class mithep::BitMask<128>+;
44 #pragma link C++ typedef mithep::BitMask8;
45 #pragma link C++ typedef mithep::BitMask16;
46 #pragma link C++ typedef mithep::BitMask32;
47 #pragma link C++ typedef mithep::BitMask48;
48 #pragma link C++ typedef mithep::BitMask64;
49 #pragma link C++ typedef mithep::BitMask128;
50 #pragma link C++ typedef mithep::BitMask256;
51 #pragma link C++ typedef mithep::BitMask1024;
52
53
54 #pragma link C++ class mithep::CacheFlag-;
55 #pragma link C++ class mithep::RefResolver+;
56 #pragma link C++ class mithep::ProcIDRef-;
57
58 #pragma link C++ class mithep::Collection<mithep::ProcIDRef>+;
59 #pragma link C++ class mithep::FastArray<mithep::ProcIDRef>-;
60 #pragma link C++ class mithep::FastArrayBasic<Double_t>-;
61 #pragma link C++ class mithep::FastArrayBasic<Double32_t,kTRUE>-;
62 #pragma link C++ class mithep::FastArrayBasic<Int_t>-;
63 #pragma link C++ class mithep::FastArrayBasic<UInt_t>-;
64 #pragma link C++ class mithep::FastArrayBasic<Short_t>-;
65 #pragma link C++ class mithep::FastArrayBasic<UShort_t>-;
66 #pragma link C++ class mithep::FastArrayBasic<Char_t>-;
67 #pragma link C++ class mithep::FastArrayBasic<UChar_t>-;
68 #pragma link C++ typedef mithep::FArrDouble;
69 #pragma link C++ typedef mithep::FArrDouble32;
70 #pragma link C++ typedef mithep::FArrInt;
71 #pragma link C++ typedef mithep::FArrUInt;
72
73 #pragma link C++ class mithep::Collection<TObject>+;
74 #pragma link C++ class mithep::ObjArray<TObject>+;
75
76 #pragma link C++ class std::pair<UInt_t,UInt_t>+;
77 #pragma link C++ class std::set<std::pair<UInt_t,UInt_t> >+;
78
79 #pragma link C++ typedef mithep::RunLumiSet::RunLumiPairType;
80 #pragma link C++ typedef mithep::RunLumiSet::SetType;
81
82 #pragma link C++ class mithep::RunLumiRangeMap+;
83 #pragma link C++ class mithep::RunLumiSet+;
84
85 #endif