Belle II Software  release-08-01-10
Mapping< T > Class Template Reference

Interface defining a mapping of objects to attribute values e.g. a color. More...

#include <Mapping.h>

Inheritance diagram for Mapping< T >:

Public Member Functions

virtual ~Mapping ()=default
 Destructor of interfaces should be virtual.
 
virtual std::string map (int index, T &t)
 Main function returning an attribute value for an object at the given index.
 
virtual std::string info ()
 Informal string summarizing the translation from the object to the attribute value.
 

Detailed Description

template<class T>
class Belle2::TrackFindingCDC::Mapping< T >

Interface defining a mapping of objects to attribute values e.g. a color.

Definition at line 23 of file Mapping.h.


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