ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/TriggerObjectColLinkDef.h
(Generate patch)

Comparing UserCode/MitAna/DataTree/src/TriggerObjectColLinkDef.h (file contents):
Revision 1.1 by loizides, Mon Jun 15 15:00:16 2009 UTC vs.
Revision 1.3 by bendavid, Fri Mar 11 04:03:00 2011 UTC

# Line 6 | Line 6
6   #include "MitAna/DataTree/interface/TriggerObjectCol.h"
7   #endif
8  
9 + #ifndef __CINT__
10 + #   define _R__UNIQUEIDENTIFIER_ TriggerObjectCol
11 + #   define _R__JOIN3_(F,X,Y) _NAME3_(F,X,Y)
12 + #   undef _R__UNIQUE_
13 + #   define _R__UNIQUE_(X) _R__JOIN3_( _R__UNIQUEIDENTIFIER_,X,__LINE__)
14 + #endif
15 +
16   #ifdef __CINT__
17   #pragma link off all globals;
18   #pragma link off all classes;
# Line 14 | Line 21
21   #pragma link C++ nestedtypedef;
22   #pragma link C++ namespace mithep;
23  
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;
24   #pragma link C++ class mithep::TriggerObject+;
25   #pragma link C++ class mithep::Collection<mithep::TriggerObject>+;
26   #pragma link C++ class mithep::Array<mithep::TriggerObject>+;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines