/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Reconstruction/DTagAlg/DTagAlg-00-01-04/DTagAlg/LocalEptoPiPiEta3PiSelector.h

Go to the documentation of this file.
00001 #ifndef LOCAL_EPTOPIPIETA3PI_SELECTOR_H
00002 #define LOCAL_EPTOPIPIETA3PI_SELECTOR_H
00003 
00004 #include "BesDChain/CDDecay.h"
00005 #include "DecayChain/Function/DCSelectionFunction.h"
00006 
00007 class LocalEptoPiPiEta3PiSelector : public DCSelectionFunction<CDDecay>
00008 {
00009  public :
00010 
00011   LocalEptoPiPiEta3PiSelector();
00012 
00013   bool operator() (CDDecay& aEp);
00014 
00015 
00016  private :
00017 
00018   LocalEptoPiPiEta3PiSelector( const LocalEptoPiPiEta3PiSelector& );
00019   const LocalEptoPiPiEta3PiSelector& operator= ( const LocalEptoPiPiEta3PiSelector& );
00020 
00021   double m_minMass;
00022   double m_maxMass;
00023 
00024 };
00025 
00026 extern LocalEptoPiPiEta3PiSelector eptoPiPiEta3PiSelector;
00027 
00028 #endif

Generated on Tue Nov 29 23:13:00 2016 for BOSS_7.0.2 by  doxygen 1.4.7