BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
LocalEptoPiPiEta3PiSelector.h
Go to the documentation of this file.
1#ifndef LOCAL_EPTOPIPIETA3PI_SELECTOR_H
2#define LOCAL_EPTOPIPIETA3PI_SELECTOR_H
3
4#include "BesDChain/CDDecay.h"
5#include "ITools.h"
6
7class LocalEptoPiPiEta3PiSelector : public extends<AlgTool, ISelectorTool<CDDecay>> {
8public:
9 LocalEptoPiPiEta3PiSelector( const std::string& type, const std::string& name,
10 const IInterface* parent );
11
12 bool operator()( CDDecay& aEp );
13
14private:
17
18 double m_minMass;
19 double m_maxMass;
20};
21
23
24#endif
LocalEptoPiPiEta3PiSelector eptoPiPiEta3PiSelector
LocalEptoPiPiEta3PiSelector(const std::string &type, const std::string &name, const IInterface *parent)