//*-- AUTHOR : Tiago Perez
//*-- Modified : 05/01/2005 by Tiago Perez
//*-- Modified : 04/07/2005 by I. Froehlich

#ifndef HHYP_PP_PIP_PIM_MPPMINV_H
#define HHYP_PP_PIP_PIM_MPPMINV_H

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

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

class HHypPPPipPimMppMinvAlg: public HHypBaseAlgorithm
{

  // ***************************************************************************
private:
  
  Float_t          lower_pi_cut, upper_pi_cut; //PI0 cuts values from pParams
  
protected:

public:

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

  virtual         ~HHypPPPipPimMppMinvAlg(void);

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

  ClassDef(HHypPPPipPimMppMinvAlg, 0)  // Cutting on Mpp >  Minv
};

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

#endif

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