• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

beamtime/cern-oct12/go4/RICH/TRICHEvent.cxx (r4864/r3721)

Go to the documentation of this file.
00001 #include "TRICHEvent.h"
00002 
00003 #include "TGo4Log.h"
00004 
00005 TRICHEvent::TRICHEvent(const char* name, Short_t id) :
00006    TGo4EventElement(name,name,id)
00007 {
00008    TGo4Log::Info("TRICHEvent: Create instance %s with composite id %d", name, id);
00009 }
00010 
00011 TRICHEvent::TRICHEvent() :
00012    TGo4EventElement()
00013 {
00014 }
00015 
00016 TRICHEvent::~TRICHEvent()
00017 {
00018 }
00019 
00020 void  TRICHEvent::Clear(Option_t *t)
00021 {
00022    // all members should be cleared.
00023   
00024    for (int ix = 0; ix < NUM_MAPMP_CELLS; ++ix)
00025    {
00026       fMAPM_Integral[ix]=0;
00027       fMAPM_Integral_raw[ix]=0;
00028       fMAPM_X[ix]=0;
00029       fMAPM_Y[ix]=0;
00030       fMAPM_Xcoord[ix]=0;
00031       fMAPM_Ycoord[ix]=0;
00032       fMAPM_DeltaT[ix]=0;
00033    }
00034 }

Generated on Tue Dec 10 2013 04:52:17 for ROCsoft by  doxygen 1.7.1