ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/TrackColLinkDef.h
Revision: 1.1
Committed: Mon Jun 15 15:00:16 2009 UTC (15 years, 10 months ago) by loizides
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_009c, Mit_009b
Log Message:
Added proper fwd defs plus split up complilation of MitAna/DataTree LinkDefs.

File Contents

# User Rev Content
1 loizides 1.1 // $Id:$
2    
3     #ifndef MITANA_DATATREE_TRACKCOLLINKDEF_H
4     #define MITANA_DATATREE_TRACKCOLLINKDEF_H
5    
6     #include "MitAna/DataCont/interface/RefArray.h"
7     #include "MitAna/DataCont/interface/Ref.h"
8     #include "MitAna/DataTree/interface/TrackCol.h"
9     #endif
10    
11     #ifdef __CINT__
12     #pragma link off all globals;
13     #pragma link off all classes;
14     #pragma link off all functions;
15     #pragma link C++ nestedclass;
16     #pragma link C++ nestedtypedef;
17     #pragma link C++ namespace mithep;
18    
19     #pragma link C++ class mithep::Track+;
20     #pragma link C++ class mithep::Collection<mithep::Track>+;
21     #pragma link C++ class mithep::Array<mithep::Track>+;
22     #pragma link C++ class mithep::ObjArray<mithep::Track>+;
23     #pragma link C++ class mithep::Ref<mithep::Track>+;
24     #pragma link C++ class mithep::RefArray<mithep::Track>+;
25     #pragma link C++ typedef mithep::TrackCol;
26     #pragma link C++ typedef mithep::TrackArr;
27     #pragma link C++ typedef mithep::TrackOArr;
28     #pragma link C++ enum mithep::Track::EHitLayer;
29     #endif