Belle II Software development
ClassMnemomics.h
Go to the documentation of this file.
1/**************************************************************************
2 * basf2 (Belle II Analysis Software Framework) *
3 * Author: The Belle II Collaboration *
4 * *
5 * See git log for contributors and copyright holders. *
6 * This file is licensed under LGPL-3.0, see LICENSE.md. *
7 **************************************************************************/
8#pragma once
9
10#include <string>
11
16namespace Belle2 {
21 class RecoTrack;
22
24 inline std::string getClassMnemomicParameterName(const RecoTrack* dispatchTag __attribute__((unused)))
25 {
26 return "recoTrack";
27 }
28
30 inline std::string getClassMnemomicParameterDescription(const RecoTrack* dispatchTag __attribute__((unused)))
31 {
32 return "Reco Track";
33 }
35}
std::string getClassMnemomicParameterDescription(const RecoTrack *dispatchTag)
Returns a short description for class RecoTrack to be used in descriptions of parameters.
std::string getClassMnemomicParameterName(const RecoTrack *dispatchTag)
Returns a short name for class RecoTrack to be used in names of parameters.
Abstract base class for different kinds of events.