Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

LocalEptoRhoGamSelector.h

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

Generated on Wed Feb 2 15:41:53 2011 for BOSS6.5.5 by  doxygen 1.3.9.1