//////////////////////////////////////////////////////////////////////////
// //
// TMBTree EmCells class //
// //
// Created by E. Nagy //
// //
// September 3rd 2002 //
// //
//////////////////////////////////////////////////////////////////////////
#include "tmb_tree/TMBEmCells.hpp"
ClassImp(TMBEmCells)
TMBEmCells::TMBEmCells(Int_t ieta, Int_t iphi, Int_t ilyr, Float_t E)
{
Set(ieta, iphi, ilyr, E);
}
void TMBEmCells::Set(Int_t ieta, Int_t iphi, Int_t ilyr, Float_t E)
{
_ieta = ieta;
_iphi = iphi;
_ilyr = ilyr;
_E = E;
}
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.