ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/DCASigColLinkDef.h
Revision: 1.1
Committed: Sun Mar 11 22:32:01 2012 UTC (13 years, 1 month 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, HEAD
Branch point for: Mit_025c_branch
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pharris 1.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/DCASigCol.h"
6     #endif
7    
8     #ifndef __CINT__
9     # define _R__UNIQUEIDENTIFIER_ DCASigCol
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::DCASig+;
24     #pragma link C++ class mithep::Collection<mithep::DCASig>+;
25     #pragma link C++ class mithep::Array<mithep::DCASig>+;
26     #pragma link C++ class mithep::ObjArray<mithep::DCASig>+;
27     #pragma link C++ class mithep::Ref<mithep::DCASig>+;
28     #pragma link C++ typedef mithep::DCASigCol;
29     #pragma link C++ typedef mithep::DCASigArr;
30     #pragma link C++ typedef mithep::DCASigOArr;
31     #endif