#ifndef HKICKCANDIDATEEVALUATORSIM_H
#define HKICKCANDIDATEEVALUATORSIM_H

#include "hkickcandidateevaluator.h"

class HCategory;

class HKickCandidateEvaluatorSim : public HKickCandidateEvaluator {

 protected:
  HCategory *fGeantCat; //!
public:
  HKickCandidateEvaluatorSim(HKickPlane2 *k,HKickMatchPar *p,HCategory *c) : 
    HKickCandidateEvaluator(k,p) { fGeantCat=c;}
  ~HKickCandidateEvaluatorSim(void) {}
  void evaluate(HKickImpact *imp,HTofHit *hit,
		HKickCandidate &out);
  void evaluate(HKickImpact *imp,HTofCluster *cluster,HKickCandidate &out);
  void evaluate(HKickImpact *imp,HShowerHit *hit,HKickCandidate &out);
  ClassDef(HKickCandidateEvaluatorSim,0)
};

#endif

Last change: Sat May 22 12:58:14 2010
Last generated: 2010-05-22 12:58

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.