BOSS 7.1.1
BESIII Offline Software System
Loading...
Searching...
No Matches
LocalKsSelector.h
Go to the documentation of this file.
1#ifndef LOCAL_KS_SELECTOR_H
2#define LOCAL_KS_SELECTOR_H
3
4#include "BesDChain/CDKs.h"
6
8{
9 public :
10
12
13 bool operator() (CDKs& aKs);
14
15 private :
16
18 const LocalKsSelector& operator= ( const LocalKsSelector& );
19
20 double m_minMass;
21 double m_maxMass;
22 double m_maxChisq;
23
24 bool m_doSecondaryVFit;
25 double m_maxVFitChisq;
26 double m_minFlightSig;
27
28 bool m_useVFrefine;
29
30};
31
33
34#endif
LocalKsSelector ksSelector
#define private
Definition CDKs.h:60
bool operator()(CDKs &aKs)