#ifndef HRPCCLUSTERF_H
#define HRPCCLUSTERF_H
#include "hreconstructor.h"
#include "hlocation.h"
class HCategory;
class HRpcClusterF : public HReconstructor {
protected:
HCategory *pHitCat;
HCategory *pClusterCat;
HCategory *pGeantRpcCat;
HLocation loc;
HLocation loc_cluster;
Int_t maxcells;
Bool_t simulation;
public:
HRpcClusterF();
HRpcClusterF(const Text_t* name,const Text_t* title);
~HRpcClusterF();
void initParContainer();
Bool_t init();
Bool_t finalize() { return kTRUE; }
Int_t execute();
public:
ClassDef(HRpcClusterF,0)
};
#endif /* !HRPCCLUSTERF_H */
Last change: Sat May 22 13:11:06 2010
Last generated: 2010-05-22 13:11
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.