CGEM BOSS 6.6.5.i
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};
25
27
28#endif
LocalKsSelector ksSelector
#define private
Definition CDKs.h:60
bool operator()(CDKs &aKs)