00001 #ifndef FASTSHOWER_EMSHOWERNORMALISATION_H 00002 #define FASTSHOWER_EMSHOWERNORMALISATION_H 00003 00004 namespace FastShower{ 00009 double emResponse( const ParticleParameters& ); 00010 double emTransition( const ParticleParameters& ); 00011 double emResolution( const ParticleParameters& ); 00012 double emNormalisation( const ParticleParameters& ); 00013 } 00014 #endif