FlyoDoc_2011 Pisa 2011 by GmP --- 011

flyopunta/src/src_par/partdltz.h

00001 /***************************************************************************
00002                           partdltz.h  -  description
00003                              -------------------
00004     begin                : Sun May 9 2004
00005     copyright            : (C) 2004 by gmp
00006     email                : peppe@newpeppe
00007  ***************************************************************************/
00008 
00009 #ifndef PARTDLTZ_H
00010 #define PARTDLTZ_H
00011 #include <particella.h>
00012 
00017 //-------------------------
00018 class PartDltz : public Particella
00019 {   // controlla la produzione dalitz: Particella dummy: dlz
00020  public:
00021     PartDltz(){dlznorm=0.0;};
00022     virtual ~PartDltz(){};  
00023     void DecParm();
00024     double dlznorm, probdlz[102];
00025     double xmindlz,xmaxdlz,stepdlz,massdlz;
00026 };
00027 
00028 #endif
 All Classes Namespaces Files Functions Variables