Diana Software
QTriggerFactory.hh
Go to the documentation of this file.
1 #ifndef _Q_TRIGGER_FACTORY_HH_
2 #define _Q_TRIGGER_FACTORY_HH_
3 
12 #include "QDiana.hh"
13 #include <string.h>
15 
16 class QTrigger;
17 
18 QTrigger* QTriggerFactory(const std::string name);
19 
21 
22 #endif
23 
#define Q_END_NAMESPACE
Definition: QDiana.hh:22
#define Q_BEGIN_NAMESPACE
Definition: QDiana.hh:20
QTrigger * QTriggerFactory(const std::string name)
Function for selecting trigger type.
Base class for trigger algorithms.
Definition: QTrigger.hh:28