1 |
paus |
1.1 |
// $Id: PsClusterColLinkDef.h,v 1.2 2011/03/11 04:03:00 bendavid Exp $
|
2 |
|
|
|
3 |
|
|
#ifndef MITANA_DATATREE_PSCLUSTERCOLLINKDEF_H
|
4 |
|
|
#define MITANA_DATATREE_PSCLUSTERCOLLINKDEF_H
|
5 |
|
|
|
6 |
|
|
#include "MitAna/DataCont/interface/RefArray.h"
|
7 |
|
|
#include "MitAna/DataCont/interface/Ref.h"
|
8 |
|
|
#include "MitAna/DataTree/interface/PsClusterCol.h"
|
9 |
|
|
#endif
|
10 |
|
|
|
11 |
|
|
#ifndef __CINT__
|
12 |
|
|
# define _R__UNIQUEIDENTIFIER_ PsClusterCol
|
13 |
|
|
# define _R__JOIN3_(F,X,Y) _NAME3_(F,X,Y)
|
14 |
|
|
# undef _R__UNIQUE_
|
15 |
|
|
# define _R__UNIQUE_(X) _R__JOIN3_( _R__UNIQUEIDENTIFIER_,X,__LINE__)
|
16 |
|
|
#endif
|
17 |
|
|
|
18 |
|
|
#ifdef __CINT__
|
19 |
|
|
#pragma link off all globals;
|
20 |
|
|
#pragma link off all classes;
|
21 |
|
|
#pragma link off all functions;
|
22 |
|
|
#pragma link C++ nestedclass;
|
23 |
|
|
#pragma link C++ nestedtypedef;
|
24 |
|
|
#pragma link C++ namespace mithep;
|
25 |
|
|
|
26 |
|
|
#pragma link C++ class mithep::PsCluster+;
|
27 |
|
|
#pragma link C++ class mithep::Collection<mithep::PsCluster>+;
|
28 |
|
|
#pragma link C++ class mithep::Array<mithep::PsCluster>+;
|
29 |
|
|
#pragma link C++ class mithep::ObjArray<mithep::PsCluster>+;
|
30 |
|
|
#pragma link C++ class mithep::Ref<mithep::PsCluster>+;
|
31 |
|
|
#pragma link C++ class mithep::RefArray<mithep::PsCluster>+;
|
32 |
|
|
#pragma link C++ typedef mithep::PsClusterCol;
|
33 |
|
|
#pragma link C++ typedef mithep::PsClusterArr;
|
34 |
|
|
#pragma link C++ typedef mithep::PsClusterOArr;
|
35 |
|
|
#endif
|