#ifndef HPIDRECONSTRUCTORPAR_H
#define HPIDRECONSTRUCTORPAR_H
#include "hpidhistogramscont.h"
#define PIDRECONSTRUCTORPAR_NAME "PidReconstructorPar"
#define PIDRECONSTRUCTORPAR_TITLE "Parameters for HPidReconstructor"
#define PIDRECONSTRUCTORPAR_CONTEXT "PidReconstructorParContextRUNGEKUTTA"
class HPidReconstructorPar : public HPidHistogramsCont
{
public:
HPidReconstructorPar(
const Char_t *name = PIDRECONSTRUCTORPAR_NAME,
const Char_t *title = PIDRECONSTRUCTORPAR_TITLE,
const Char_t *context = PIDRECONSTRUCTORPAR_CONTEXT);
virtual ~HPidReconstructorPar(void) {;}
Float_t getIntensity(Int_t iPartId, Int_t iSystem, Int_t iSector,
Float_t fMom, Float_t fTheta) const
{ return getValue(iPartId, iSystem, iSector, fMom, fTheta); }
ClassDef(HPidReconstructorPar, 1)
};
#endif /* !HPIDRECONSTRUCTORPAR_H */
Last change: Sat May 22 13:07:24 2010
Last generated: 2010-05-22 13:07
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.