ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/TriggerObjectColLinkDef.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_TRIGGEROBJECTCOLLINKDEF_H
4     #define MITANA_DATATREE_TRIGGEROBJECTCOLLINKDEF_H
5    
6     #include "MitAna/DataTree/interface/TriggerObjectCol.h"
7     #endif
8    
9     #ifdef __CINT__
10     #pragma link off all globals;
11     #pragma link off all classes;
12     #pragma link off all functions;
13     #pragma link C++ nestedclass;
14     #pragma link C++ nestedtypedef;
15     #pragma link C++ namespace mithep;
16    
17     #pragma link C++ class mithep::TriggerObjectRel+;
18     #pragma link C++ class mithep::Collection<mithep::TriggerObjectRel>+;
19     #pragma link C++ class mithep::Array<mithep::TriggerObjectRel>+;
20     #pragma link C++ typedef mithep::TriggerObjectRelCol;
21     #pragma link C++ typedef mithep::TriggerObjectRelArr;
22     #pragma link C++ typedef mithep::TriggerObjectRelOArr;
23     #pragma link C++ class mithep::TriggerObjectBase+;
24     #pragma link C++ class mithep::Collection<mithep::TriggerObjectBase>+;
25     #pragma link C++ class mithep::Array<mithep::TriggerObjectBase>+;
26     #pragma link C++ typedef mithep::TriggerObjectBaseCol;
27     #pragma link C++ typedef mithep::TriggerObjectBaseArr;
28     #pragma link C++ typedef mithep::TriggerObjectBaseOArr;
29     #pragma link C++ class mithep::TriggerObject+;
30     #pragma link C++ class mithep::Collection<mithep::TriggerObject>+;
31     #pragma link C++ class mithep::Array<mithep::TriggerObject>+;
32     #pragma link C++ class mithep::ObjArray<mithep::TriggerObject>+;
33     #pragma link C++ typedef mithep::TriggerObjectCol;
34     #pragma link C++ typedef mithep::TriggerObjectArr;
35     #pragma link C++ typedef mithep::TriggerObjectOArr;
36     #pragma link C++ enum mithep::TriggerObject::ETriggerObject;
37     #endif