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

Comparing UserCode/MitAna/DataCont/src/MitAnaDataContLinkDef.h (file contents):
Revision 1.2 by loizides, Tue Oct 14 05:28:21 2008 UTC vs.
Revision 1.3 by bendavid, Fri Oct 31 18:56:14 2008 UTC

# Line 4 | Line 4
4   #define MITANA_DATACONT_LINKDEF_H
5  
6   #include "MitAna/DataCont/interface/BaseCollection.h"
7 + #include "MitAna/DataCont/interface/StackArray.h"
8 + #include "MitAna/DataCont/interface/StackArrayBasic.h"
9 + #include "MitAna/DataCont/interface/ProcIDRef.h"
10   #endif
11  
12   #ifdef __CINT__
# Line 15 | Line 18
18   #pragma link C++ namespace mithep;
19  
20   #pragma link C++ class mithep::BaseCollection+;
21 + #pragma link C++ class mithep::ProcIDRef-;
22 + #pragma link C++ class mithep::Collection<mithep::ProcIDRef>+;
23 + #pragma link C++ class mithep::StackArrayBasic<UInt_t, 32>-;
24 + #pragma link C++ class mithep::StackArray<mithep::ProcIDRef,32>-;
25 + #pragma link C++ class mithep::StackArrayBasic<UInt_t, 128>-;
26 + #pragma link C++ class mithep::StackArray<mithep::ProcIDRef,128>-;
27 + #pragma link C++ class mithep::StackArrayBasic<UInt_t, 1024>-;
28 + #pragma link C++ class mithep::StackArray<mithep::ProcIDRef,1024>-;
29   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines