#pragma implementation
#include "hrpccal.h"
#include <TDirectory.h>
#include <TTree.h>

//*-- Author : D. Gonzalez-Diaz 08/06/2006
////////////////////////////
//HRpcCal
//
// This class contains RPC cal data
//
////////////////////////////

ClassImp(HRpcCal)

   void  HRpcCal::doit(void) {
    TTree *tree=(TTree *)gDirectory->Get("T");
    tree->Draw("HRpcCal.fData.fLeftT>>newhist"); //Really?
}

 HRpcCal::HRpcCal(void) {
     rightT= leftT=0.0;
     rightTot= leftTot=0.0;
}

 HRpcCal::~HRpcCal(void) {
}



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.