//*-- AUTHOR : B. Spruck
//*-- Modified : 20 Sep 2006

#ifndef HHYP_CORRECT_ELOSS_H
#define HHYP_CORRECT_ELOSS_H

#include "TObject.h"
#include "TArrayI.h"
#include "TNtuple.h"
#include "hhypbasealgorithm.h"
// from MdcG:
#include "henergylosscorrpar.h"

// ***************************************************************************

class HHypCorrectEloss:public HHypBaseAlgorithm
{

  // ***************************************************************************
private:
	TNtuple       * qa;// QA ntuple
	HEnergyLossCorrPar *enLossCorr;
protected:

public:

  HHypCorrectEloss(Char_t *name_i = NULL, Option_t par[] = NULL);

  virtual ~ HHypCorrectEloss(void);

  Bool_t          execute();
  Bool_t          init();
  Bool_t          reinit();
  Bool_t          finalize();

  ClassDef(HHypCorrectEloss, 0)// Corrects Momentum for Energy loss 
};

//============================================================================

#endif

Last change: Sat May 22 12:57:43 2010
Last generated: 2010-05-22 12:57

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.