18 #ifndef INTERACTIONEXCEPTION_H_ 
   19 #define INTERACTIONEXCEPTION_H_ 
   36         void                Print       (std::ostream & stream) 
const;
 
   40         const char * 
what  () 
const throw()  { 
return this->
fReason.c_str(); };
 
const std::string & ShowReason() const 
 
Exception used inside Interaction classes. 
 
ostream & operator<<(ostream &stream, const TClonesArray *particle_list)
 
friend std::ostream & operator<<(std::ostream &stream, const InteractionException &exception)
 
void Print(std::ostream &stream) const 
 
const char * what() const