FlyoDoc_2011 Pisa 2011 by GmP --- 011

flyopunta/src/src_par/partmunu.h

00001 /***************************************************************************
00002                           partmunu.h  -  description
00003                              -------------------
00004     begin                : Sun May 9 2004
00005     copyright            : (C) 2004 by gmp
00006     email                : peppe@newpeppe
00007  ***************************************************************************/
00008 
00009 #ifndef PARTMUNU_H
00010 #define PARTMUNU_H
00011 #include <particella.h>
00017 //-------------------------
00018 class PartMunu : public Particella
00019 {   // controlla il decadimento Kel3: Particella dummy: munu
00020  public:
00021     PartMunu(){};
00022     virtual ~PartMunu(){};  
00023     void DecParm();
00024 };
00025 
00026 #endif
 All Classes Namespaces Files Functions Variables