ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataCont/src/MitAnaDataContLinkDef.h
Revision: 1.10
Committed: Mon Jun 15 15:00:10 2009 UTC (15 years, 10 months ago) by loizides
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_014pre3, Mit_014pre2, Mit_014pre1, Mit_013d, Mit_013c, Mit_013b, Mit_013a, Mit_013, Mit_013pre1, Mit_012i, Mit_012h, Mit_012g, Mit_012f, Mit_012e, Mit_012d, Mit_012c, Mit_012b, Mit_012a, Mit_012, Mit_011a, Mit_011, Mit_010a, Mit_010, Mit_009c, Mit_009b
Changes since 1.9: +5 -1 lines
Log Message:
Added proper fwd defs plus split up complilation of MitAna/DataTree LinkDefs.

File Contents

# Content
1 // $Id: MitAnaDataContLinkDef.h,v 1.9 2009/03/20 09:35:16 loizides 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/Types.h"
15 #endif
16
17 #ifdef __CINT__
18 #pragma link off all globals;
19 #pragma link off all classes;
20 #pragma link off all functions;
21 #pragma link C++ nestedclass;
22 #pragma link C++ nestedtypedef;
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