Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

HadronBarAcceptor.h

Go to the documentation of this file.
00001 #ifndef FASTSHOWER_HADRONBARACCEPTOR_H
00002 #define FASTSHOWER_HADRONBARACCEPTOR_H
00003 
00004 #ifndef FASTSHOWER_IACCEPTOR_H
00005 #include "FastShowerUtils/IAcceptor.h"
00006 #endif
00007 
00008 #ifndef FASTSHOWER_DEBUGBASE_H
00009 #include "FastShowerUtils/DebugBase.h"
00010 #endif
00011 
00012 #include <iostream>
00013 namespace FastShower{
00021   class ParticleParameters;
00022 
00023   class HadronBarAcceptor: virtual public IAcceptor, private DebugBase{
00024   public:
00025     HadronBarAcceptor();
00027     virtual IAcceptor* clone() const;
00028     virtual bool accept(const ParticleParameters&) const;
00029   };
00030 }//namespace
00031 #endif
00032 
00033 
00034 

Generated on Tue Mar 18 11:50:00 2003 for FastShowerUtils by doxygen1.3-rc1