#ifndef HPIDALGSHOWERPAR_H
#define HPIDALGSHOWERPAR_H
#include "hpidhistogramscont.h"
#define PIDALGSHOWERPAR_NAME "PidAlgShowerPar"
#define PIDALGSHOWERPAR_TITLE "Parameters for HPidAlgShower"
#define PIDALGSHOWERPAR_CONTEXT "HPidAlgShowerContext"
#define PIDALGSHOWERPAR_HIST_NUM 4
#define SUM0_OFFSET 0
#define MAXF_OFFSET 1
class HPidAlgShowerPar : public HPidHistogramsCont
{
public:
HPidAlgShowerPar(
const Char_t *name = PIDALGSHOWERPAR_NAME,
const Char_t *title = PIDALGSHOWERPAR_TITLE,
const Char_t *context = PIDALGSHOWERPAR_CONTEXT);
virtual ~HPidAlgShowerPar(void) {}
Float_t getParameterValue(Int_t iPartId, Int_t iParam,
Int_t iSector,
Float_t fMom, Float_t fTheta) const
{ return getValue(iPartId, iParam, iSector,fMom, fTheta ); }
ClassDef(HPidAlgShowerPar, 1)
};
#endif /* !HPIDALGSHOWERPAR_H */
Last change: Sat May 22 13:06:54 2010
Last generated: 2010-05-22 13:06
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.