CGEM BOSS 6.6.5.h
BESIII Offline Software System
Loading...
Searching...
No Matches
LocalEptoPiPiEtaSelector.h
Go to the documentation of this file.
1#ifndef LOCAL_EPTOPIPIETA_SELECTOR_H
2#define LOCAL_EPTOPIPIETA_SELECTOR_H
3
4#include "BesDChain/CDDecay.h"
6
8{
9 public :
10
12
13 bool operator() (CDDecay& aEp);
14
15
16 private :
17
19 const LocalEptoPiPiEtaSelector& operator= ( const LocalEptoPiPiEtaSelector& );
20
21 double m_minMass;
22 double m_maxMass;
23
24};
25
27
28#endif
LocalEptoPiPiEtaSelector eptoPiPiEtaSelector
#define private