////////////////////////////////////////////////////////////////////////////////
//
// HPidAlgMdcElossPar
//
// HPidAlgMdcEloss parameters for PID
//
////////////////////////////////////////////////////////////////////////////////

#include "hpidalgmdcelosspar.h"
#include "hparamlist.h"

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

ClassImp(HPidAlgMdcElossPar)

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

 HPidAlgMdcElossPar::HPidAlgMdcElossPar(const char *name, const char *title,
                            const char *context)
                            : HPidHistogramsCont(name, title, context, 1)
{

// Containers for HPidAlgMdceloss class
// For the algorithm description look into HPidAlgMdceloss class
//
// Init HPidHistogramsCont with 1 histograms per particle and sector. (The histogram is the same in each sector!)
// The histogram stores the measured energy loss in the drift chamber summed over inner and outer chambers

  
}


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.