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
|