BOSS 7.0.9
BESIII Offline Software System
Loading...
Searching...
No Matches
LocalEtatoGGSelector.h
Go to the documentation of this file.
1#ifndef LOCAL_ETATOGG_SELECTOR_H
2#define LOCAL_ETATOGG_SELECTOR_H
3
4#include "BesDChain/CDEta.h"
6
8{
9 public :
10
12
13 bool operator() (CDEta& aEta);
14
15
16 private :
17
19 const LocalEtatoGGSelector& operator= ( const LocalEtatoGGSelector& );
20
21 double m_minMass;
22 double m_maxMass;
23 double m_maxChisq;
24
25};
26
28
29#endif
LocalEtatoGGSelector etatoGGSelector
#define private
Definition: CDEta.h:31
bool operator()(CDEta &aEta)