BOSS 7.0.1
BESIII Offline Software System
Loading...
Searching...
No Matches
Event/BesDChain/BesDChain-00-00-14/BesDChain/BesDCSelector.h
Go to the documentation of this file.
1#ifndef BES_DCHAIN_SELECTOR_H
2#define BES_DCHAIN_SELECTOR_H
3
4#include "GaudiKernel/IDataProviderSvc.h"
5#include "VertexFit/IVertexDbSvc.h"
6#include "DecayChain/Function/DCSelectionFunction.h"
7
8
9template < class Arg >
11{
12
13 public:
14
15 BesDCSelector() : m_evtSvc(0) {};
16 virtual ~BesDCSelector() {};
17
18
19 protected:
20
21 IDataProviderSvc* eventSvc();
23
24 private:
25
26 IDataProviderSvc* m_evtSvc;
27 IVertexDbSvc* m_vtxSvc;
28};
29
30#include "BesDChain/Template/BesDCSelector.cc"
31
32#endif