#include "hrichhit.h"
#include "hrichanalysispar.h"
#include "hrichhitselection.h"
ClassImp(HRichHitSelection)
//_HADES_CLASS_DESCRIPTION
///////////////////////////////////////////////////////////////////////
// HRichHitSelection
//
// HRichHitSelection contains definition of hit... (maybe)
// This is used to choose data for HRichPID level in HRichHit
//
//////////////////////////////////////////////////////////////////////
Float_t HRichHitSelection::richHitSelection(HRichHit* pHit,
Int_t& ret, HRichAnalysisPar* pParams) {
// dummy action
return 1.0; // criterium passed
}
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.