#ifndef HKICKCANDIDATEEVALUATORSIM2_H
#define HKICKCANDIDATEEVALUATORSIM2_H
#include "hkickcandidateevaluatorsim.h"
class HKickCandidateEvaluatorSim2 : public HKickCandidateEvaluatorSim {
public:
HKickCandidateEvaluatorSim2(HKickPlane2 *k, HKickMatchPar *p,HCategory *c) :
HKickCandidateEvaluatorSim(k,p,c) {}
~HKickCandidateEvaluatorSim2(void) {}
void evaluate(HKickImpact *imp,HTofHit *hit,
HKickCandidate &out);
ClassDef(HKickCandidateEvaluatorSim2,0)
};
#endif
Last change: Sat May 22 12:58:15 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.