BOSS
8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Event/BesDChain/include/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
6
#include "DecayChain/Function/DCSelectionFunction.h"
7
#include "VertexDbSvc/IVertexDbSvc.h"
8
9
template
<
class
Arg>
class
BesDCSelector
:
public
DCSelectionFunction
<Arg> {
10
11
public
:
12
BesDCSelector
() : m_evtSvc( 0 ){};
13
virtual
~BesDCSelector
(){};
14
15
protected
:
16
IDataProviderSvc*
eventSvc
();
17
IVertexDbSvc
*
vtxDbSvc
();
18
19
private
:
20
IDataProviderSvc* m_evtSvc;
21
IVertexDbSvc
* m_vtxSvc;
22
};
23
24
#include "BesDChain/Template/BesDCSelector.cc"
25
26
#endif
BesDCSelector::BesDCSelector
BesDCSelector()
Definition
Event/BesDChain/include/BesDChain/BesDCSelector.h:12
BesDCSelector::~BesDCSelector
virtual ~BesDCSelector()
Definition
Event/BesDChain/include/BesDChain/BesDCSelector.h:13
BesDCSelector::eventSvc
IDataProviderSvc * eventSvc()
Definition
Event/BesDChain/include/BesDChain/Template/BesDCSelector.cc:8
BesDCSelector::vtxDbSvc
IVertexDbSvc * vtxDbSvc()
Definition
Event/BesDChain/include/BesDChain/Template/BesDCSelector.cc:19
DCSelectionFunction::DCSelectionFunction
DCSelectionFunction()
Definition
Event/DecayChain/include/DecayChain/Function/DCSelectionFunction.h:69
IVertexDbSvc
Definition
Analysis/VertexDbSvc/include/VertexDbSvc/IVertexDbSvc.h:14
8.0.0
BOSS_Source
Event
BesDChain
include
BesDChain
BesDCSelector.h
Generated by
1.16.1