FlyoDoc_2011 Pisa 2011 by GmP --- 011

flyopunta/src/src_uti/triggerbox.cpp

00001 /***************************************************************************
00002                           devmbox.cpp  -  description
00003                              -------------------
00004     begin                : Tue Jul 31 2001
00005     copyright            : (C) 2001 by Giuseppe Pierazzini
00006     email                : peppe@unipi.it
00007   ***************************************************************************
00008   *                                                                         *
00009   *   NA48  simulation program.                                             *
00010   *                                                                         *
00011   ***************************************************************************/
00012 #include "flyoh.h"
00013 
00014 //using namespace std;
00015 
00016 TriggerBox::TriggerBox()
00017 {
00018   Nlkr=Nhad=0;
00019   Gout<<"\n  TriggerBox done ";
00020 }
00021 TriggerBox::~TriggerBox()
00022 {}
00023 //--------------------------------------------
00024 
00025 int  TriggerBox::Level0()
00026 {
00027  
00028   if(Rich->mhit<1) return 0;
00029 //  if(hodox->mhit<1) return 0;
00030   return 1;
00031 }
00032 
00033 
00034 
00035 
00036 
 All Classes Namespaces Files Functions Variables