ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/NSVFitColLinkDef.h
Revision: 1.1
Committed: Thu May 5 12:40:37 2011 UTC (14 years ago) by rwolf
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_025c_branch2, Mit_025c_branch1, Mit_025c_branch0, Mit_025c, Mit_025b, Mit_025a, Mit_025, Mit_025pre2, Mit_024b, Mit_025pre1, Mit_024a, Mit_024, Mit_023, Mit_022a, Mit_022, Mit_021, Mit_021pre2
Branch point for: Mit_025c_branch
Log Message:
added NSVfit information

File Contents

# User Rev Content
1 rwolf 1.1 // $Id: NSVFitColLinkDef.h,v 1.2 2011/03/11 04:03:00 bendavid Exp $
2    
3     #ifndef MITANA_DATATREE_NSVFITCOLLINKDEF_H
4     #define MITANA_DATATREE_NSVFITCOLLINKDEF_H
5    
6     #include "MitAna/DataCont/interface/Ref.h"
7     #include "MitAna/DataTree/interface/NSVFitCol.h"
8     #endif
9    
10     #ifndef __CINT__
11     # define _R__UNIQUEIDENTIFIER_ NSVFitCol
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    
25     #pragma link C++ class mithep::NSVFit+;
26     #pragma link C++ class mithep::Collection<mithep::NSVFit>+;
27     #pragma link C++ class mithep::Array<mithep::NSVFit>+;
28     #pragma link C++ class mithep::ObjArray<mithep::NSVFit>+;
29     #pragma link C++ class mithep::Ref<mithep::NSVFit>+;
30     #pragma link C++ typedef mithep::NSVFitCol;
31     #pragma link C++ typedef mithep::NSVFitArr;
32     #pragma link C++ typedef mithep::NSVFitOArr;
33     #endif