![]() |
Belle II Software
release-05-01-25
|
#include <tracking/trackFindingCDC/utilities/WeightedRelation.h>
#include <tracking/trackFindingCDC/utilities/StringManipulation.h>
#include <string>
Go to the source code of this file.
Namespaces | |
Belle2 | |
Abstract base class for different kinds of events. | |
Functions | |
std::string | getClassMnemomicParameterName (const CDCWireHit *dispatchTag __attribute__((unused))) |
Returns a short name for class CDCWireHit to be used in names of parameters. | |
std::string | getClassMnemomicParameterDescription (const CDCWireHit *dispatchTag __attribute__((unused))) |
Returns a short description for class CDCWireHit to be used in descriptions of parameters. | |
std::string | getClassMnemomicParameterName (const CDCWireHitCluster *dispatchTag __attribute__((unused))) |
Returns a short name for class CDCWireHitCluster to be used in names of parameters. | |
std::string | getClassMnemomicParameterDescription (const CDCWireHitCluster *dispatchTag __attribute__((unused))) |
Returns a short description for class CDCWireHitCluster to be used in descriptions of parameters. | |
std::string | getClassMnemomicParameterName (const CDCFacet *dispatchTag __attribute__((unused))) |
Returns a short name for class CDCFacet to be used in names of parameters. | |
std::string | getClassMnemomicParameterDescription (const CDCFacet *dispatchTag __attribute__((unused))) |
Returns a short description for class CDCFacet to be used in descriptions of parameters. | |
std::string | getClassMnemomicParameterName (const CDCSegment2D *dispatchTag __attribute__((unused))) |
Returns a short name for class CDCSegment2D to be used in names of parameters. | |
std::string | getClassMnemomicParameterDescription (const CDCSegment2D *dispatchTag __attribute__((unused))) |
Returns a short description for class CDCSegment2D to be used in descriptions of parameters. | |
std::string | getClassMnemomicParameterName (const CDCSegmentPair *dispatchTag __attribute__((unused))) |
Returns a short name for class CDCSegmentPair to be used in names of parameters. | |
std::string | getClassMnemomicParameterDescription (const CDCSegmentPair *dispatchTag __attribute__((unused))) |
Returns a short description for class CDCSegmentPair to be used in descriptions of parameters. | |
std::string | getClassMnemomicParameterName (const CDCAxialSegmentPair *dispatchTag __attribute__((unused))) |
Returns a short name for class CDCAxialSegmentPair to be used in names of parameters. | |
std::string | getClassMnemomicParameterDescription (const CDCAxialSegmentPair *tag __attribute__((unused))) |
Returns a short description for class CDCAxialSegmentPair to be used in descriptions of parameters. | |
std::string | getClassMnemomicParameterName (const CDCSegmentTriple *dispatchTag __attribute__((unused))) |
Returns a short name for class CDCSegmentTriple to be used in names of parameters. | |
std::string | getClassMnemomicParameterDescription (const CDCSegmentTriple *dispatchTag __attribute__((unused))) |
Returns a short description for class CDCSegmentTriple to be used in descriptions of parameters. | |
std::string | getClassMnemomicParameterName (const CDCTrack *dispatchTag __attribute__((unused))) |
Returns a short name for class CDCTrack to be used in names of parameters. | |
std::string | getClassMnemomicParameterDescription (const CDCTrack *dispatchTag __attribute__((unused))) |
Returns a short description for class CDCTrack to be used in descriptions of parameters. | |
template<class T > | |
std::string | getClassMnemomicParameterName (const WeightedRelation< T > *dispatchTag __attribute__((unused))) |
Returns a short name for class WeightedRelation<T> to be used in names of parameters. | |
template<class T > | |
std::string | getClassMnemomicParameterDescription (const WeightedRelation< T > *dispatchTag __attribute__((unused))) |
Returns a short description for class WeightedRelation<T> to be used in descriptions. | |
template<class From , class To > | |
std::string | getClassMnemomicParameterName (const WeightedRelation< From, To > *dispatchTag __attribute__((unused))) |
Returns a short name for class WeightedRelation<From, To> to be used in names of parameters. | |
template<class From , class To > | |
std::string | getClassMnemomicParameterDescription (const WeightedRelation< From, To > *dispatchTag __attribute__((unused))) |
Returns a short description for class WeightedRelation<From, To> to be used in descriptions. | |
Utility functions to lookup identifier and description for event data objects useful to define moduel parameters.
The functions are typically called unqualified to be found at compile time by aragument dependent lookup.
Definition in file ClassMnemomics.h.