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

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

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

ClassImp(HPidAlgMdcElossPar)

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

HPidAlgMdcElossPar::HPidAlgMdcElossPar(const Char_t *name, const Char_t *title,
                            const Char_t *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

  
}

Last change: Sat May 22 13:06:49 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.