29 |
|
#include "MitAna/DataTree/interface/Conversion.h" |
30 |
|
#include "MitAna/DataTree/interface/StableParticle.h" |
31 |
|
#include "MitAna/DataTree/interface/StableDaughter.h" |
32 |
+ |
#include "MitAna/DataTree/interface/BitMask32.h" |
33 |
+ |
#include "MitAna/DataTree/interface/BitMask64.h" |
34 |
|
#endif |
35 |
|
|
36 |
|
#ifdef __CINT__ |
60 |
|
#pragma link C++ class mithep::MCParticle+; |
61 |
|
#pragma link C++ class mithep::StableParticle+; |
62 |
|
#pragma link C++ class mithep::StableDaughter+; |
63 |
+ |
#pragma link C++ class mithep::BitMask32+; |
64 |
+ |
#pragma link C++ class mithep::BitMask64+; |
65 |
|
|
66 |
|
#pragma link C++ class mithep::Collection<mithep::DataObject>+; |
67 |
|
#pragma link C++ class mithep::Collection<mithep::Track>+; |