// @(#)$Id: hpidalgringpropertiespar.cc,v 1.5 2004-07-08 13:45:51 christ Exp $ //*-- Author : Marcin Jaskula 14/10/2002 //////////////////////////////////////////////////////////////////////////////// // // HPidAlgRingPropertiesPar // // HPidAlgRingProperties parameters for distributions calculations // //////////////////////////////////////////////////////////////////////////////// #include "hpidalgringpropertiespar.h" #include "hparamlist.h" // ----------------------------------------------------------------------------- ClassImp(HPidAlgRingPropertiesPar) // ----------------------------------------------------------------------------- HPidAlgRingPropertiesPar::HPidAlgRingPropertiesPar(const char *name, const char *title, const char *context) : HPidHistogramsCont(name, title, context, 18) { // Containers for HPidAlgRingProperties class // For the algorithm description look into HPidAlgRingProperties class // // Init HPidHistogramsCont with 18 histograms per particle. // One for each theta bin (20 degree bins) for leptons which holds the joint PDF of single and double rings! // and one for each theta bin (20 degree bins) for hadrons which holds the PDF of rings which were accidentially // recognized but not of leptonic origin and were correlated with a hadronic KT. The last2 histograms hold the // normalization factors for the species as a function of momentum for the 'healthy' sectors and sector 0 // One histogram for the confidence levels in the eigencoordinates for both // types of rings in each theta bin //Order of arrangement in the histo-container: // PID: leptonic hadronic // Offset: // // 0 pdf_centroid_10_to30_degrees pdf_centroid_10_to30_degrees // //------------> all other angles // // 4 pdf_nocentroid_10_to30_degrees pdf_nocentroid_10_to30_degrees // //------------> all other angles // // 8 cl_centroid_10_to30_degrees cl_centroid_10_to30_degrees // //------------> all other angles // // 12 cl_nocentroid_10_to30_degrees cl_nocentroid_10_to30_degrees // //------------> all other angles // // 16 normalization factors for healthy sectors // 17 normalization factors for sectors with only one MDC }