// @(#)$Id:
//*-- Author : Tomasz  Wojcik 14/02/2005

//_HADES_CLASS_DESCRIPTION 
////////////////////////////////////////////////////////////////////////////////
//
// HPidAlgShowerPar
//
// HPidAlgShowerPar parameters for PID
// Container stores PDFs for charge multiplication factors and
// PDFs for sum of charges from Pre-chamber (3x3 pads)
//
////////////////////////////////////////////////////////////////////////////////

#include "hpidalgshowerpar.h"
#include "hparamlist.h"

// -----------------------------------------------------------------------------

ClassImp(HPidAlgShowerPar)

// -----------------------------------------------------------------------------

 HPidAlgShowerPar::HPidAlgShowerPar(const char *name, const char *title,
                            const char *context)
			: HPidHistogramsCont(name, title, context, PIDALGSHOWERPAR_HIST_NUM)
{
// Containers for HPidAlgShower class
// For the algorithm descrition look into HPidAlgShower class
//
}


ROOT page - Class index - Class Hierarchy - Top of the page

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.