ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/MitAnaDataTreeLinkDef.h
(Generate patch)

Comparing UserCode/MitAna/DataTree/src/MitAnaDataTreeLinkDef.h (file contents):
Revision 1.57 by loizides, Tue Mar 3 17:03:54 2009 UTC vs.
Revision 1.58 by loizides, Sun Mar 8 12:09:59 2009 UTC

# Line 3 | Line 3
3   #ifndef MITANA_DATATREE_LINKDEF_H
4   #define MITANA_DATATREE_LINKDEF_H
5  
6 + #include "MitAna/DataCont/interface/Ref.h"
7   #include "MitAna/DataTree/interface/Collections.h"
8   #include "MitAna/DataTree/interface/Names.h"
9   #include "MitAna/DataTree/interface/ObjTypes.h"
9 #include "MitAna/DataCont/interface/Ref.h"
10   #include "MitAna/DataTree/interface/Types.h"
11  
12   #include "MitAna/DataTree/interface/DataBase.h"
13 #include "MitAna/DataTree/interface/BitMask.h"
13   #include "MitAna/DataTree/interface/EventHeader.h"
14   #include "MitAna/DataTree/interface/LAHeader.h"
15   #include "MitAna/DataTree/interface/MCEventInfo.h"
16   #include "MitAna/DataTree/interface/RunInfo.h"
17   #include "MitAna/DataTree/interface/TriggerName.h"
18 < #include "MitAna/DataTree/interface/Vect3.h"
20 < #include "MitAna/DataTree/interface/Vect3C.h"
21 < #include "MitAna/DataTree/interface/Vect4M.h"
18 > #include "MitAna/DataTree/interface/TriggerMask.h"
19  
20   #include "MitAna/DataTree/interface/DataObject.h"
21   #include "MitAna/DataTree/interface/BaseVertex.h"
# Line 61 | Line 58
58   #pragma link C++ class mithep::Collection<TObject>+;
59   #pragma link C++ class mithep::ObjArray<TObject>+;
60  
64 #pragma link C++ class mithep::CacheFlag-;
65
61   #pragma link C++ class mithep::DataBase+;
62   #pragma link C++ class mithep::Collection<mithep::DataBase>+;
63   #pragma link C++ class mithep::Array<mithep::DataBase>+;
# Line 72 | Line 67
67   #pragma link C++ typedef mithep::DataObjectOArr;
68   #pragma link C++ enum mithep::EObjType;
69  
75 #pragma link C++ class mithep::BitMask<1>+;
76 #pragma link C++ class mithep::BitMask<2>+;
77 #pragma link C++ class mithep::BitMask<4>+;
78 #pragma link C++ class mithep::BitMask<6>+;
79 #pragma link C++ class mithep::BitMask<8>+;
80 #pragma link C++ class mithep::BitMask<16>+;
81 #pragma link C++ class mithep::BitMask<32>+;
82 #pragma link C++ typedef mithep::BitMask8;
83 #pragma link C++ typedef mithep::BitMask16;
84 #pragma link C++ typedef mithep::BitMask32;
85 #pragma link C++ typedef mithep::BitMask48;
86 #pragma link C++ typedef mithep::BitMask64;
87 #pragma link C++ typedef mithep::BitMask128;
88 #pragma link C++ typedef mithep::BitMask256;
89 #pragma link C++ class mithep::Collection<mithep::BitMask<1> >+;
90 #pragma link C++ class mithep::Vector<mithep::BitMask<1> >+;
91 #pragma link C++ typedef mithep::BitMask8Col;
92 #pragma link C++ typedef mithep::BitMask8Vec;
93 #pragma link C++ class mithep::Collection<mithep::BitMask<2> >+;
94 #pragma link C++ class mithep::Vector<mithep::BitMask<2> >+;
95 #pragma link C++ typedef mithep::BitMask16Col;
96 #pragma link C++ typedef mithep::BitMask16Vec;
97 #pragma link C++ class mithep::Collection<mithep::BitMask<4> >+;
98 #pragma link C++ class mithep::Vector<mithep::BitMask<4> >+;
99 #pragma link C++ typedef mithep::BitMask32Col;
100 #pragma link C++ typedef mithep::BitMask32Vec;
101 #pragma link C++ class mithep::Collection<mithep::BitMask<6> >+;
102 #pragma link C++ class mithep::Vector<mithep::BitMask<6> >+;
103 #pragma link C++ typedef mithep::BitMask48Col;
104 #pragma link C++ typedef mithep::BitMask48Vec;
105 #pragma link C++ class mithep::Collection<mithep::BitMask<8> >+;
106 #pragma link C++ class mithep::Vector<mithep::BitMask<8> >+;
107 #pragma link C++ typedef mithep::BitMask64Col;
108 #pragma link C++ typedef mithep::BitMask64Vec;
109 #pragma link C++ class mithep::Collection<mithep::BitMask<16> >+;
110 #pragma link C++ class mithep::Vector<mithep::BitMask<16> >+;
111 #pragma link C++ typedef mithep::BitMask128Col;
112 #pragma link C++ typedef mithep::BitMask128Vec;
113 #pragma link C++ class mithep::Collection<mithep::BitMask<32> >+;
114 #pragma link C++ class mithep::Vector<mithep::BitMask<32> >+;
115 #pragma link C++ typedef mithep::BitMask256Col;
116 #pragma link C++ typedef mithep::BitMask256Vec;
117
70   #pragma link C++ class mithep::EventHeader+;
71   #pragma link C++ class mithep::LAHeader+;
72   #pragma link C++ class mithep::MCEventInfo+;
73   #pragma link C++ class mithep::RunInfo+;
74   #pragma link C++ class mithep::TriggerName+;
123 #pragma link C++ class mithep::Vect3+;
124 #pragma link C++ class mithep::Vect3C+;
125 #pragma link C++ class mithep::Vect4M+;
75  
76   #pragma link C++ class mithep::DataObject+;
77   #pragma link C++ class mithep::Collection<mithep::DataObject>+;
# Line 167 | Line 116
116   #pragma link C++ typedef mithep::BeamSpotCol;
117   #pragma link C++ typedef mithep::BeamSpotArr;
118  
170 #pragma link C++ class mithep::Collection<mithep::BitMask256>+;
171 #pragma link C++ class mithep::Vector<mithep::BitMask256>+;
172
119   #pragma link C++ class mithep::BasicCluster+;
120   #pragma link C++ class mithep::Collection<mithep::BasicCluster>+;
121   #pragma link C++ class mithep::Array<mithep::BasicCluster>+;
# Line 294 | Line 240
240   #pragma link C++ typedef mithep::TriggerObjectOArr;
241   #pragma link C++ enum mithep::TriggerObject::ETriggerObject;
242  
243 + #pragma link C++ class mithep::TriggerMask+;
244 + #pragma link C++ class mithep::Collection<mithep::TriggerMask>+;
245 + #pragma link C++ class mithep::Array<mithep::TriggerMask>+;
246 + #pragma link C++ class mithep::ObjArray<mithep::TriggerMask>+;
247 + #pragma link C++ typedef mithep::TriggerMaskCol;
248 + #pragma link C++ typedef mithep::TriggerMaskArr;
249 + #pragma link C++ typedef mithep::TriggerMaskOArr;
250 +
251   #pragma link C++ class mithep::CompositeParticle+;
252   #pragma link C++ class mithep::Collection<mithep::CompositeParticle>+;
253   #pragma link C++ class mithep::Array<mithep::CompositeParticle>+;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines