ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/DataObjectColLinkDef.h
Revision: 1.3
Committed: Wed Mar 28 12:15:35 2012 UTC (13 years, 1 month ago) by paus
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_032, Mit_031, Mit_030, Mit_029c, Mit_029b, Mit_030_pre1, Mit_029a, Mit_029, Mit_029_pre1, Mit_028a, Mit_028, Mit_027a, Mit_027, Mit_026, Mit_025e, HEAD
Changes since 1.2: +8 -1 lines
Log Message:
Enable skimming.

File Contents

# Content
1 // $Id: DataObjectColLinkDef.h,v 1.2 2011/03/11 04:03:00 bendavid Exp $
2
3 #ifndef MITANA_DATATREE_DATAOBJECTCOLLINKDEF_H
4 #define MITANA_DATATREE_DATAOBJECTCOLLINKDEF_H
5
6 #include "MitAna/DataCont/interface/Ref.h"
7 #include "MitAna/DataTree/interface/DataObjectCol.h"
8 #endif
9
10 #ifndef __CINT__
11 # define _R__UNIQUEIDENTIFIER_ DataObjectCol
12 # define _R__JOIN3_(F,X,Y) _NAME3_(F,X,Y)
13 # undef _R__UNIQUE_
14 # define _R__UNIQUE_(X) _R__JOIN3_( _R__UNIQUEIDENTIFIER_,X,__LINE__)
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 #pragma read \
25 sourceClass="mithep::DataObject" \
26 version="[-2]" \
27 source="dummysource" \
28 targetClass="mithep::DataObject" \
29 target="fMarker" \
30 code="{ fMarker = 0; }" \
31
32 #pragma link C++ typedef mithep::DataObjectCol;
33 #pragma link C++ typedef mithep::DataObjectArr;
34 #pragma link C++ typedef mithep::DataObjectOArr;
35 #pragma link C++ class mithep::DataObject+;
36 #pragma link C++ class mithep::Collection<mithep::DataObject>+;
37 #pragma link C++ class mithep::Array<mithep::DataObject>+;
38 #pragma link C++ class mithep::ObjArray<mithep::DataObject>+;
39 #pragma link C++ class mithep::Ref<mithep::DataObject>+;
40 #pragma link C++ typedef mithep::DataObjectCol;
41 #pragma link C++ typedef mithep::DataObjectArr;
42 #pragma link C++ typedef mithep::DataObjectOArr;
43 #endif