// @(#)$Id: hpidreconstructorpar.cc,v 1.4 2008-05-09 16:15:06 halo Exp $
//*-- Author : Marcin Jaskula 10/10/2002

//_HADES_CLASS_DESCRIPTION
////////////////////////////////////////////////////////////////////////////////
//
// HPidReconstructorPar
//
// HPidReconstructor parameters with particles intensities
// There are two histograms per species and sector: The relints for TOF and
// the relints for SHOWER
//
////////////////////////////////////////////////////////////////////////////////

#include "hpidreconstructorpar.h"
#include "hparamlist.h"

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

ClassImp(HPidReconstructorPar)

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

HPidReconstructorPar::HPidReconstructorPar(const Char_t *name, const Char_t *title,
                            const Char_t *context)
                            : HPidHistogramsCont(name, title, context, 2)
{
// Init HPidHistogramsCont with 2 histograms (systems) per particle
}

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.