# | Line 8 | Line 8 | |
---|---|---|
8 | #include "MitAna/DataTree/interface/ParticleCol.h" | |
9 | #endif | |
10 | ||
11 | + | #ifndef __CINT__ |
12 | + | # define _R__UNIQUEIDENTIFIER_ ParticleCol |
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; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |