ATLAS Offline Software
Loading...
Searching...
No Matches
TileRawChannelUnit.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4/*
5 */
6
7
9
10
15{
16 switch (unit) {
17#define CASE(X) case TileRawChannelUnit::X: return #X
26#undef CASE
27 default: break;
28 };
29 return "UNKNOWN";
30}
const PlainObject unit() const
This is a plugin that makes Eigen look like CLHEP & defines some convenience methods.
#define CASE(X)
static std::string unitToString(UNIT type)
Printable representation of a unit.