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