#ifndef HKICKSHOWERTRANS
#define HKICKSHOWERTRANS
#include "hreconstructor.h"
#include "hcategory.h"
#include "hiterator.h"
#include "TObject.h"
class HKickShowerTrans : public HReconstructor {
protected:
HCategory *fShoInput;
HCategory *fShoOutput;
HCategory *fShoOutput2;
HCategory *fCatKine;
HIterator *fInIter;
HLocation fLoc;
Float_t fResolutionX;
Float_t fResolutionY;
public:
HKickShowerTrans(const Text_t name[]="shotrans",const Text_t title[]="shotrans");
~HKickShowerTrans(void);
Int_t execute(void);
Bool_t init(void);
Bool_t finalize(void);
void setResolution(Float_t x, Float_t y) { fResolutionX=x; fResolutionY=y; }
ClassDef(HKickShowerTrans,1)
};
#endif
Last change: Sat May 22 12:58:36 2010
Last generated: 2010-05-22 12:58
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.