6 |
|
#include "MitAna/DataTree/interface/DecayParticleCol.h" |
7 |
|
#endif |
8 |
|
|
9 |
+ |
#ifndef __CINT__ |
10 |
+ |
# define _R__UNIQUEIDENTIFIER_ DecayParticleCol |
11 |
+ |
# define _R__JOIN3_(F,X,Y) _NAME3_(F,X,Y) |
12 |
+ |
# undef _R__UNIQUE_ |
13 |
+ |
# define _R__UNIQUE_(X) _R__JOIN3_( _R__UNIQUEIDENTIFIER_,X,__LINE__) |
14 |
+ |
#endif |
15 |
+ |
|
16 |
|
#ifdef __CINT__ |
17 |
|
#pragma link off all globals; |
18 |
|
#pragma link off all classes; |
25 |
|
#pragma link C++ class mithep::Collection<mithep::DecayParticle>+; |
26 |
|
#pragma link C++ class mithep::Array<mithep::DecayParticle>+; |
27 |
|
#pragma link C++ class mithep::ObjArray<mithep::DecayParticle>+; |
28 |
+ |
#pragma link C++ class mithep::Ref<mithep::DecayParticle>+; |
29 |
+ |
#pragma link C++ class mithep::RefArray<mithep::DecayParticle>+; |
30 |
|
#pragma link C++ typedef mithep::DecayParticleCol; |
31 |
|
#pragma link C++ typedef mithep::DecayParticleArr; |
32 |
|
#pragma link C++ typedef mithep::DecayParticleOArr; |