#ifndef HHYPRECONSTRUCTOR_H
#define HHYPRECONSTRUCTOR_H
#include "TObject.h"
#include "TClass.h"
#include "TFile.h"
#include "TArrayI.h"
#include "hades.h"
#include "hypinfodef.h"
#include "hhypchannel.h"
#include "hhyplist.h"
#include "hhypcomb.h"
#include "hreconstructor.h"
#include "hhypbasealgorithm.h"
#include "hhypQA.h"
class HCategory;
class HIterator;
#define hHypMaxNumOfAlgos 150
class HHypReconstructor:public HReconstructor
{
protected:
Int_t numOfAlgorithms;
HHypBaseAlgorithm *hHypAlgList[hHypMaxNumOfAlgos];
TFile *histofiles[hHypMaxNumOfAlgos];
HHypChannel channel;
Bool_t skip_event_enable;
Int_t num_accepted_events;
Int_t controlMatrix[hHypMaxNumOfAlgos][5];
HCategory *m_pContCatComb, *m_pContCatList, *m_pContCatKine;
HHypQA *hypqa;
HHypRecPar *pParams;
HIterator *pitHypList;
Bool_t orderBeforeExecute();
Bool_t has_build_cat;
void Dump(Int_t, TString);
public:
HHypReconstructor(const Text_t * name,const Text_t * title, TString opt);
HHypReconstructor();
~HHypReconstructor();
Bool_t AddAlgorithm(const Char_t *in, HHypBaseAlgorithm * hHypAlgoIn,
const Char_t *out);
Bool_t AddAlgorithm(const Char_t *in, HHypBaseAlgorithm * hHypAlgoIn,
const Char_t *out, TFile * file);
Bool_t AddQA(TFile * file, const Option_t par[] = NULL);
Int_t execute();
Bool_t finalize();
Bool_t init();
Bool_t reinit();
void SetBeam(TLorentzVector * mybeam) {beam = mybeam;};
void SetTargetPID(Int_t target){ target_pid=target;};
void SetBeamPID(Int_t projectile){ beam_pid=projectile;};
TLorentzVector *beam;
Int_t beam_pid, target_pid;
ClassDef(HHypReconstructor, 0)
};
#endif // HHYPRECONSTRUCTOR_H
Last change: Sat May 22 12:58:08 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.