#ifndef HPIDALGSTANDCUTSPAR_H
#define HPIDALGSTANDCUTSPAR_H
#include "hpidhistogramscont.h"
#define PIDALGSTANDCUTSPAR_NAME "PidAlgStandCutsPar"
#define PIDALGSTANDCUTSPAR_TITLE "Parameters for HPidAlgStandCutsPar"
#define PIDALGSTANDCUTSPAR_CONTEXT "HPidAlgStandCutsParContext"
class HPidAlgStandCutsPar : public HPidHistogramsCont
{
public:
HPidAlgStandCutsPar(
const Char_t *name = PIDALGSTANDCUTSPAR_NAME,
const Char_t *title = PIDALGSTANDCUTSPAR_TITLE,
const Char_t *context = PIDALGSTANDCUTSPAR_CONTEXT);
virtual ~HPidAlgStandCutsPar(void) {printf("HPidAlgStandCutsPar deleted\n");}
ClassDef(HPidAlgStandCutsPar, 1)
};
#endif /* !HPidAlgStandCutsPar_H */
Last change: Sat May 22 13:06:56 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.