ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/ElectronColLinkDef.h
Revision: 1.1
Committed: Mon Jun 15 15:00:15 2009 UTC (15 years, 10 months ago) by loizides
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_011a, Mit_011, Mit_010a, Mit_010, 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_ELECTRONCOLLINKDEF_H
4     #define MITANA_DATATREE_ELECTRONCOLLINKDEF_H
5    
6     #include "MitAna/DataCont/interface/Ref.h"
7     #include "MitAna/DataTree/interface/ElectronCol.h"
8     #endif
9    
10     #ifdef __CINT__
11     #pragma link off all globals;
12     #pragma link off all classes;
13     #pragma link off all functions;
14     #pragma link C++ nestedclass;
15     #pragma link C++ nestedtypedef;
16     #pragma link C++ namespace mithep;
17    
18     #pragma link C++ class mithep::Electron+;
19     #pragma link C++ class mithep::Collection<mithep::Electron>+;
20     #pragma link C++ class mithep::Array<mithep::Electron>+;
21     #pragma link C++ class mithep::ObjArray<mithep::Electron>+;
22     #pragma link C++ class mithep::Ref<mithep::Electron>+;
23     #pragma link C++ typedef mithep::ElectronCol;
24     #pragma link C++ typedef mithep::ElectronArr;
25     #pragma link C++ typedef mithep::ElectronOArr;
26     #endif