#ifndef HSTARTHITFPROTON_H
#define HSTARTHITFPROTON_H
#include "hreconstructor.h"
#include "hlocation.h"
#include "htofinocalpar.h"
#include "hdetector.h"
class HCategory;
class HIterator;
class HSpectrometer;
class HStartHitFProton : public HReconstructor {
protected:
HCategory *pCalCat;
HCategory *pHitCat;
HIterator *pIterCal;
HLocation loc;
public:
HStartHitFProton(void);
HStartHitFProton(const Text_t* name,const Text_t* title);
~HStartHitFProton(void);
Bool_t init(void);
Int_t execute(void);
Bool_t finalize(void);
void clear();
ClassDef(HStartHitFProton,0)
};
#endif /* !HSTARTHITFPROTON_H */
Last change: Sat May 22 13:14:46 2010
Last generated: 2010-05-22 13:14
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.