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

beamtime/cern-oct11/go4/RICH/TRICHEvent.cxx (r4864/r3159)

Go to the documentation of this file.
00001 /* Generated by Together */
00002 
00003 #include "TRICHEvent.h"
00004 #include "TGo4Version.h"
00005 #if __GO4BUILDVERSION__ > 40502
00006 #include "go4iostream.h"
00007 #else
00008 #include "Riostream.h"
00009 #endif
00010 
00011 TRICHEvent::TRICHEvent(const char* name, Short_t id) :
00012    TGo4EventElement(name,name,id)
00013 {
00014   cout << "**** TRICHEvent: Create instance " << name <<" with composite id "<<id << endl;
00015 }
00016 TRICHEvent::TRICHEvent() :
00017    TGo4EventElement()
00018 {
00019 
00020 }
00021 TRICHEvent::~TRICHEvent()
00022 {
00023 }
00024 
00025 
00026 
00027 void  TRICHEvent::Clear(Option_t *t)
00028 {
00029   // all members should be cleared.
00030 
00031   
00032    for (int ix = 0; ix < NUM_MAPMP_CELLS; ++ix) {
00033       fMAPM_Integral[ix]=0;
00034       fMAPM_Integral_raw[ix]=0;
00035       fMAPM_X[ix]=0;
00036       fMAPM_Y[ix]=0;
00037       fMAPM_Xcoord[ix]=0;
00038       fMAPM_Ycoord[ix]=0;
00039       fMAPM_DeltaT[ix]=0;
00040    }
00041 }

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