Belle II Software  release-05-01-25
ColorPalette.h
1 #pragma once
2 
3 #include <string>
4 
5 namespace Belle2 {
16  namespace TangoPalette {
21  const char* getHex(const std::string& tangoName, int tangoId = 1);
22 
26  int getTColorID(const std::string& tangoName, int tangoId = 1);
27  }
29 }
Belle2::TangoPalette::getTColorID
int getTColorID(const std::string &tangoName, int tangoId=1)
Get TColor ID for given name in tango colour palette.
Definition: ColorPalette.cc:31
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19
Belle2::TangoPalette::getHex
const char * getHex(const std::string &tangoName, int tangoId=1)
Get six-digit hex code (#abcdef) for given name in tango colour palette.
Definition: ColorPalette.cc:10