FlyoDoc_2011 Pisa 2011 by GmP --- 011

flyopunta/src/src_dev62/devchanti.cpp

00001  /***************************************************************************
00002                           devchanti.cpp  -  description
00003                              -------------------
00004     begin                : Sat Jul 28 2001
00005     copyright            : (C) 2001 by Giuseppe Pierazzini
00006     email                : peppe@unipi.it
00007   ***************************************************************************
00008   *                                                                         *
00009   *   NA48  simulation program.                                             *
00010   *                                                                         *
00011   ***************************************************************************/
00012 #include "parm.h"
00013 #include "devchanti.h"
00014 #include "evento.h"
00015 #include "triggerbox.h"
00016 
00017 DevChanti::DevChanti()
00018 {
00019     devtype=TypDevChanti;
00020     devclass="Charged Anti";
00021     Gout<<"\n\n < "<<nome <<" > Dev Id "<<idev<<" Device type <"<<devclass<<"> typ "<<devtype; 
00022 }
00023 DevChanti::~DevChanti()
00024 {
00025 }
00026 //======================================================
00027 //----------------- -----P o s i z i o n e ---
00028 int DevChanti::SimulaDev()
00029 {
00030     if ( mhit<1 ) return nhit;
00031 
00032     return nhit;
00033 }
 All Classes Namespaces Files Functions Variables