ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/TriggerObjectColLinkDef.h
Revision: 1.2
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_018, Mit_017, Mit_017pre3, Mit_017pre2, Mit_017pre1, Mit_016, Mit_015b, Mit_015a, Mit_015, Mit_014e, Mit_014d, Mit_014c, Mit_014b, Mit_014a, Mit_014, Mit_014pre3, Mit_014pre2, Mit_014pre1, Mit_013d, Mit_013c, Mit_013b, Mit_013a, Mit_013, Mit_013pre1, Mit_012i, Mit_012h, Mit_012g, Mit_012f, Mit_012e, Mit_012d, Mit_012c, Mit_012b, Mit_012a, Mit_012, Mit_011a, Mit_011, Mit_010a, Mit_010
Changes since 1.1: +1 -13 lines
Log Message:
Split trigger classes into seperate files.

File Contents

# User Rev Content
1 loizides 1.2 // $Id: TriggerObjectColLinkDef.h,v 1.1 2009/06/15 15:00:16 loizides Exp $
2 loizides 1.1
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::TriggerObject+;
18     #pragma link C++ class mithep::Collection<mithep::TriggerObject>+;
19     #pragma link C++ class mithep::Array<mithep::TriggerObject>+;
20     #pragma link C++ class mithep::ObjArray<mithep::TriggerObject>+;
21     #pragma link C++ typedef mithep::TriggerObjectCol;
22     #pragma link C++ typedef mithep::TriggerObjectArr;
23     #pragma link C++ typedef mithep::TriggerObjectOArr;
24     #pragma link C++ enum mithep::TriggerObject::ETriggerObject;
25     #endif