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 ITransportedParticle;
00015 
00016   class TryToShower{
00017   public:
00018     TryToShower(Calorimeter* c);
00019     bool operator()(const ITransportedParticle* );
00020   private:
00021     Calorimeter* m_calorimeter; 
00022   };
00023 }//namespace
00024 #endif
00025 
00026 
00027 
00028 
00029 
00030 
00031 
00032 

Generated on Mon Sep 24 14:19:11 2007 for AtlfastAlgs by  doxygen 1.5.1