FlyoDoc_2011 Pisa 2011 by GmP --- 011

flyopunta/src/src_par/partlepton.h

00001 /***************************************************************************
00002  *   Copyright (C) 2005 by Giuseppe Pierazzini          Pisa 05.09.05      *
00003  *   pierazzini@unipi.it                                                   * 
00004  *                                     F l y o                             *
00005  *   Epsi/NA48                                                             *
00006  ***************************************************************************/
00007 #ifndef PARTLEPTON_H
00008 #define PARTLEPTON_H
00009 #include "particella.h"
00010 
00016 class PartLepton : public Particella
00017 {
00018 public:
00019     PartLepton();
00020     virtual ~PartLepton();  
00021   double brems_factor;
00022   double Ecut,ngam,ebrem,mbrem,mbremq;
00023   double rappe;
00024 void DecParm(){};
00025   void DecParm_Brems();
00026 int Get_Brems(Device *dev,double &path,double &rad);
00027   double Get_Ecut(){return Ecut;}
00028   double Get_brem(){return ebrem;};
00029 
00030 };
00031 
00032 #endif
 All Classes Namespaces Files Functions Variables