// File: hrichlocal.cc
//
// Author: Soenke Schroeder <soenke.schroeder@physik.tu-muenchen.de>
// Last update by Soenke Schroeder: 01/05/14 15:05:24
//
using namespace std;
#include <iostream>
#include <iomanip>
#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;
}
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.