// 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;
}

Last change: Sat May 22 13:09:19 2010
Last generated: 2010-05-22 13:09

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.