11 |
|
#include "MitAna/DataTree/interface/RunInfo.h" |
12 |
|
#include "MitAna/DataTree/interface/TriggerName.h" |
13 |
|
#include "MitAna/DataTree/interface/TriggerTable.h" |
14 |
+ |
#include "MitAna/DataTree/interface/TriggerObjectsTable.h" |
15 |
|
#endif |
16 |
|
|
17 |
|
#ifdef __CINT__ |
29 |
|
#pragma link C++ class mithep::Names+; |
30 |
|
#pragma link C++ class mithep::RunInfo+; |
31 |
|
#pragma link C++ class mithep::TriggerName+; |
32 |
+ |
#pragma link C++ class mithep::TriggerObjectsTable+; |
33 |
|
#pragma link C++ class mithep::TriggerTable+; |
34 |
|
#endif |