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

TryToShower.h

Go to the documentation of this file.
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 #ifndef ATLFAST_TRYTOSHOWER_H
00009 #define ATLFAST_TRYTOSHOWER_H
00010 
00011 namespace Atlfast{
00012 
00013   class Calorimeter;
00014   class TransportedParticle;
00015 
00016   class TryToShower{
00017   public:
00018     TryToShower(Calorimeter* c);
00019     bool operator()(const TransportedParticle* );
00020   private:
00021     Calorimeter* m_calorimeter; 
00022   };
00023 }//namespace
00024 #endif
00025 
00026 
00027 
00028 
00029 
00030 
00031 
00032 

Generated on Tue Mar 18 11:18:25 2003 for AtlfastAlgs by doxygen1.3-rc1