// File: hrichlocal.cc // // Author: Soenke Schroeder // Last update by Soenke Schroeder: 01/05/14 15:05:24 // using namespace std; #include #include #pragma implementation #include "hrichlocal.h" ClassImp(HRichLocal) Int_t HRichLocal::clear() { fRow = -1; fCol = -1; fSector = -1; fAddress = -1; fEventNr = 0; fLocalEventNr = 0; fLocalCharge = 0.; fLocalTheta = 0.; fLocalPhi = 0.; fLocalEnergy = 0.; fRing = 0; return 1; }