#if !defined HCALCLOCATION_H
#define HCALCLOCATION_H
#include "TList.h"
class HDetSet;
class HCalcLocation : public TObject {
protected:
HCalcLocation() : TObject() {}
public:
virtual ~HCalcLocation() {}
static TList* transform(Int_t acat, TList* pList, Bool_t kill=kFALSE);
static TList* calcLocList(HDetSet *pSet);
static void calcLoc(HDetSet *pSet);
public:
ClassDef(HCalcLocation,0)
};
#endif
Last change: Sat May 22 12:53:45 2010
Last generated: 2010-05-22 12:53
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.