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

LateShowerer.h

Go to the documentation of this file.
00001 #ifndef FASTSHOWER_LATESHOWERER_H
00002 #define FASTSHOWER_LATESHOWERER_H
00003 
00004 #ifndef FASTSHOWER_SP_H
00005 #include "FastShowerUtils/SP.h"
00006 #endif
00007 
00008 namespace FastShower{
00013   class Showerer;
00014 
00015   class LateShowerer {
00016   public:
00017     LateShowerer (Showerer* ecalPencil, 
00018                   Showerer* hcalCore, 
00019                   Showerer* hcalHalo );
00021     void shower(const ParticleParameters&, Gridlet&);
00022   private:
00023     Showerer* m_ecalPencil;
00024     Showerer* m_hcalCore;
00025     Showerer* m_hcalHalo;
00026   };
00027 }
00028 #endif

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