18 |
|
#include "MitAna/DataTree/interface/RunInfo.h" |
19 |
|
#include "MitAna/DataTree/interface/TriggerName.h" |
20 |
|
#include "MitAna/DataTree/interface/TriggerMask.h" |
21 |
+ |
#include "MitAna/DataTree/interface/TriggerTable.h" |
22 |
|
|
23 |
|
#include "MitAna/DataTree/interface/DataObject.h" |
24 |
|
#include "MitAna/DataTree/interface/BaseVertex.h" |
91 |
|
#pragma link C++ class mithep::MCEventInfo+; |
92 |
|
#pragma link C++ class mithep::RunInfo+; |
93 |
|
#pragma link C++ class mithep::TriggerName+; |
94 |
+ |
#pragma link C++ class mithep::TriggerTable+; |
95 |
|
|
96 |
|
#pragma link C++ class mithep::DataObject+; |
97 |
|
#pragma link C++ class mithep::Collection<mithep::DataObject>+; |