#ifndef HTBOXSUM_H
#define HTBOXSUM_H
#include "hreconstructor.h"
#include "hlocation.h"
#include "hstartdef.h"
class HCategory;
class HIterator;
class HTBoxSum : public HReconstructor {
protected:
Int_t evsum;
HCategory *tboxCat;
HCategory *tboxsCat;
TIterator *iter;
TIterator *iters;
HLocation loc;
Int_t scaler1lsum[8];
Int_t scaler2lsum[8];
Int_t scaler3lsum[8];
Int_t scaler4lsum[8];
Int_t nChan;
Int_t timeInSpill;
Bool_t spill;
public:
HTBoxSum(void);
HTBoxSum(const Text_t* name,const Text_t* title);
~HTBoxSum(void);
Bool_t init(void);
Bool_t finalize(void);
Int_t execute(void);
public:
ClassDef(HTBoxSum,0)
};
#endif /* !HTBoxSum_H */
Last change: Sat May 22 13:15:07 2010
Last generated: 2010-05-22 13:15
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.