#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
}


Last change: Sat May 22 13:09:10 2010
Last generated: 2010-05-22 13:09

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.