ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/MitAnaDataTreeLinkDef.h
Revision: 1.69
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_009c, Mit_009b
Changes since 1.68: +3 -389 lines
Log Message:
Added proper fwd defs plus split up complilation of MitAna/DataTree LinkDefs.

File Contents

# Content
1 // $Id: MitAnaDataTreeLinkDef.h,v 1.68 2009/06/11 12:21:26 loizides Exp $
2
3 #ifndef MITANA_DATATREE_LINKDEF_H
4 #define MITANA_DATATREE_LINKDEF_H
5
6 #include "MitAna/DataTree/interface/BranchName.h"
7 #include "MitAna/DataTree/interface/BranchTable.h"
8 #include "MitAna/DataTree/interface/LAHeader.h"
9 #include "MitAna/DataTree/interface/MCEventInfo.h"
10 #include "MitAna/DataTree/interface/Names.h"
11 #include "MitAna/DataTree/interface/RunInfo.h"
12 #include "MitAna/DataTree/interface/TriggerName.h"
13 #include "MitAna/DataTree/interface/TriggerTable.h"
14 #endif
15
16 #ifdef __CINT__
17 #pragma link off all globals;
18 #pragma link off all classes;
19 #pragma link off all functions;
20 #pragma link C++ nestedclass;
21 #pragma link C++ nestedtypedef;
22 #pragma link C++ namespace mithep;
23
24 #pragma link C++ class mithep::BranchName+;
25 #pragma link C++ class mithep::BranchTable+;
26 #pragma link C++ class mithep::LAHeader+;
27 #pragma link C++ class mithep::MCEventInfo+;
28 #pragma link C++ class mithep::Names+;
29 #pragma link C++ class mithep::RunInfo+;
30 #pragma link C++ class mithep::TriggerName+;
31 #pragma link C++ class mithep::TriggerTable+;
32 #endif