FlyoDoc_2011 Pisa 2011 by GmP --- 011

flyopunta/src/src_reaz/reagam.h

00001 /*
00002 *   Copyright (C) 2005 by Giuseppe Pierazzini          Pisa 20.12.2009     *
00003  *   pierazzini@unipi.it                                                   * 
00004  *                                     F l y o                             *
00005  *   Epsi/NA48                                                             *   
00006 */
00007 
00008 #ifndef REAGAM_H
00009 #define REAGAM_H
00010 #include <reazione.h>
00011 
00019 class ReaGam:public Reazione // gamma come beam
00020 {
00021  public:
00022    ReaGam(){ Gout<<"\n  Class ReaGam done.";};
00023    ~ReaGam(){};
00024    double Produci(){return 1.;}  
00025 };
00026 
00027 #endif // REAGAM_H
 All Classes Namespaces Files Functions Variables