Belle II Software development
linkdef.h
1#ifdef __CINT__
2#pragma link off all globals;
3#pragma link off all classes;
4#pragma link off all functions;
5#pragma link C++ nestedclasses;
6
7#pragma link C++ class Belle2::SoftwareTrigger::SoftwareTriggerCut-;
8#pragma link C++ class Belle2::SoftwareTrigger::SoftwareTriggerObject-;
9#pragma link C++ class Belle2::SoftwareTrigger::SoftwareTriggerDBHandler-;
10#pragma link C++ class Belle2::SoftwareTrigger::FinalTriggerDecisionCalculator-;
11#endif