Bayeux  3.4.1
Core Foundation library for SuperNEMO
Public Member Functions | List of all members
geomtools::base_hit::i_measurement Class Referenceabstract

Generic abstract interface for a measurement on a hit. More...

#include <bayeux/geomtools/base_hit.h>

Public Member Functions

virtual void do_measurement (base_hit &)=0
 Main virtual interface method that performs a measurement on a hit. More...
 
base_hitoperator() (base_hit &)
 Functor interface. More...
 

Detailed Description

Generic abstract interface for a measurement on a hit.

Member Function Documentation

◆ do_measurement()

virtual void geomtools::base_hit::i_measurement::do_measurement ( base_hit )
pure virtual

Main virtual interface method that performs a measurement on a hit.

◆ operator()()

base_hit& geomtools::base_hit::i_measurement::operator() ( base_hit )

Functor interface.


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