ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/MitAnaDataTreeLinkDef.h
Revision: 1.70
Committed: Mon Jul 13 09:42:15 2009 UTC (15 years, 9 months ago) by loizides
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_012d, Mit_012c, Mit_012b, Mit_012a, Mit_012, Mit_011a, Mit_011, Mit_010a, Mit_010
Changes since 1.69: +3 -1 lines
Log Message:
Split trigger classes into seperate files.

File Contents

# Content
1 // $Id: MitAnaDataTreeLinkDef.h,v 1.69 2009/06/15 15:00:15 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 #include "MitAna/DataTree/interface/TriggerObjectsTable.h"
15 #endif
16
17 #ifdef __CINT__
18 #pragma link off all globals;
19 #pragma link off all classes;
20 #pragma link off all functions;
21 #pragma link C++ nestedclass;
22 #pragma link C++ nestedtypedef;
23 #pragma link C++ namespace mithep;
24
25 #pragma link C++ class mithep::BranchName+;
26 #pragma link C++ class mithep::BranchTable+;
27 #pragma link C++ class mithep::LAHeader+;
28 #pragma link C++ class mithep::MCEventInfo+;
29 #pragma link C++ class mithep::Names+;
30 #pragma link C++ class mithep::RunInfo+;
31 #pragma link C++ class mithep::TriggerName+;
32 #pragma link C++ class mithep::TriggerObjectsTable+;
33 #pragma link C++ class mithep::TriggerTable+;
34 #endif