FlyoDoc_2011 Pisa 2011 by GmP --- 011

flyopunta/src/src_par/partgam.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 PARTGAM_H
00008 #define PARTGAM_H
00009 #include "particella.h"
00010 
00016 class PartGam: public Particella
00017 {
00018 public:
00019     PartGam();
00020     virtual ~PartGam(){}; 
00021     void DecParm_Pair();
00022     void Get_Pair(Device *,double &,double &);
00023     double prnorm,masspair;
00024 
00025 private:
00026     double pathok;
00027 };
00028 
00029 #endif
 All Classes Namespaces Files Functions Variables