ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataCont/src/MitAnaDataContLinkDef.h
Revision: 1.5
Committed: Mon Mar 2 12:34:00 2009 UTC (16 years, 2 months ago) by loizides
Content type: text/plain
Branch: MAIN
Changes since 1.4: +5 -9 lines
Log Message:
Documentation, cleanup and object id removal.

File Contents

# User Rev Content
1 loizides 1.5 // $Id: MitAnaDataContLinkDef.h,v 1.4 2009/02/26 17:05:19 bendavid Exp $
2 loizides 1.1
3 loizides 1.2 #ifndef MITANA_DATACONT_LINKDEF_H
4     #define MITANA_DATACONT_LINKDEF_H
5 loizides 1.1
6     #include "MitAna/DataCont/interface/BaseCollection.h"
7 bendavid 1.4 #include "MitAna/DataCont/interface/FastArray.h"
8     #include "MitAna/DataCont/interface/FastArrayBasic.h"
9 bendavid 1.3 #include "MitAna/DataCont/interface/ProcIDRef.h"
10 loizides 1.5 #include "MitAna/DataCont/interface/RefResolver.h"
11     #include "MitAna/DataCont/interface/StackArray.h"
12     #include "MitAna/DataCont/interface/StackArrayBasic.h"
13 loizides 1.1 #endif
14    
15     #ifdef __CINT__
16     #pragma link off all globals;
17     #pragma link off all classes;
18     #pragma link off all functions;
19     #pragma link C++ nestedclass;
20     #pragma link C++ nestedtypedef;
21     #pragma link C++ namespace mithep;
22    
23     #pragma link C++ class mithep::BaseCollection+;
24 loizides 1.5 #pragma link C++ class mithep::RefResolver+;
25 bendavid 1.3 #pragma link C++ class mithep::ProcIDRef-;
26     #pragma link C++ class mithep::Collection<mithep::ProcIDRef>+;
27 bendavid 1.4 #pragma link C++ class mithep::FastArray<mithep::ProcIDRef>-;
28     #pragma link C++ class mithep::FastArrayBasic<UInt_t>-;
29 loizides 1.1 #endif