Belle II Software  release-08-01-10
Selector Class Referenceabstract

Abstract base class for curl track selectors. More...

#include <Selector.h>

Inheritance diagram for Selector:

Public Member Functions

 Selector ()
 Constructor.
 
virtual ~Selector ()
 Destructor.
 
virtual float getResponse (Particle *, Particle *)=0
 returns selector response after comparing the two particles higher values indicate a higher certainty that the two reconstructed particles correspond to the same underlying true particle
 
virtual std::vector< float > getVariables (Particle *, Particle *)=0
 returns vector of variables used by the selector
 
virtual float getOptimalResponseCut ()
 returns optimal cut to use with selector
 
virtual void initialize ()
 initialise selector if needed
 
virtual void finalize ()
 finalise selector if needed
 
virtual void collectTrainingInfo (Particle *, Particle *)
 collect information for training for mva or other selectors
 

Detailed Description

Abstract base class for curl track selectors.

Definition at line 22 of file Selector.h.


The documentation for this class was generated from the following file: