//*-- AUTHOR : B. Spruck
//*-- Modified : 2 Nov 2005

#ifndef HHYP_PP_EP_EM_GAMMA_H
#define HHYP_PP_EP_EM_GAMMA_H

#include "TObject.h"
#include "TArrayI.h"
#include "hhypbasealgorithm.h"
#include "hhyplistfiller.h"

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

class HHypPPEpEmGammaAlg:public HHypBaseAlgorithm
{

  // ***************************************************************************
private:

  Float_t          lower_gamma_cut, upper_gamma_cut; //GAMMA cuts values from pParams

protected:

public:

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

  virtual ~ HHypPPEpEmGammaAlg(void);

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

  ClassDef(HHypPPEpEmGammaAlg, 0)       // exclusive dalitz decay in pp reactions
};

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

#endif

Last change: Sat May 22 12:57:55 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.