ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/EmbedWeightColLinkDef.h
Revision: 1.1
Committed: Thu Nov 24 11:30:41 2011 UTC (13 years, 5 months ago) by pharris
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_032, Mit_031, Mit_025c_branch2, Mit_025c_branch1, Mit_030, Mit_029c, Mit_029b, Mit_030_pre1, Mit_029a, Mit_029, Mit_029_pre1, Mit_028a, Mit_025c_branch0, Mit_028, Mit_027a, Mit_027, Mit_026, Mit_025e, Mit_025d, Mit_025c, Mit_025b, HEAD
Branch point for: Mit_025c_branch
Error occurred while calculating annotation data.
Log Message:
Add Embedded Weight

File Contents

# Content
1 #ifndef MITANA_DATATREE_EMBEDWEIGHTCOLLINKDEF_H
2 #define MITANA_DATATREE_EMBEDWEIGHTCOLLINKDEF_H
3
4 #include "MitAna/DataCont/interface/Ref.h"
5 #include "MitAna/DataTree/interface/EmbedWeightCol.h"
6 #endif
7
8 #ifndef __CINT__
9 # define _R__UNIQUEIDENTIFIER_ EmbedWeightCol
10 # define _R__JOIN3_(F,X,Y) _NAME3_(F,X,Y)
11 # undef _R__UNIQUE_
12 # define _R__UNIQUE_(X) _R__JOIN3_( _R__UNIQUEIDENTIFIER_,X,__LINE__)
13 #endif
14
15 #ifdef __CINT__
16 #pragma link off all globals;
17 #pragma link off all classes;
18 #pragma link off all functions;
19 #pragma link C++ nestedclass;
20 #pragma link C++ nestedtypedef;
21 #pragma link C++ namespace mithep;
22
23 #pragma link C++ class mithep::EmbedWeight+;
24 #pragma link C++ class mithep::Collection<mithep::EmbedWeight>+;
25 #pragma link C++ class mithep::Array<mithep::EmbedWeight>+;
26 #pragma link C++ class mithep::ObjArray<mithep::EmbedWeight>+;
27 #pragma link C++ class mithep::Ref<mithep::EmbedWeight>+;
28 #pragma link C++ typedef mithep::EmbedWeightCol;
29 #pragma link C++ typedef mithep::EmbedWeightArr;
30 #pragma link C++ typedef mithep::EmbedWeightOArr;
31 #endif