![]() |
ATLAS Offline Software
|
Helper class to manipulate strings for LArOnlineID names. More...
#include <LArStrHelper.h>
Public Member Functions | |
| LArStrHelper () | |
| constructructor | |
| ~LArStrHelper () | |
| default destructor | |
| std::string | febNameString (bool, int, int, int) const |
| FEB names. | |
| std::string | fixFEBname (TString) const |
| fix custom strings to avoid errors due to uppr-lower cases | |
Helper class to manipulate strings for LArOnlineID names.
Helper class to manipulate strings for LArOnlineID names: Since most of the naming is done at python level in AthenaMT, we only add strictly needed functions. For now, it just contains the FEB naming scheme used by LArNoiseCorrelations.
Definition at line 23 of file LArStrHelper.h.
|
inline |
|
inline |
| std::string LArStrHelper::febNameString | ( | bool | isBarrel, |
| int | pos_neg, | ||
| int | feedthrough, | ||
| int | slot ) const |
FEB names.
Definition at line 11 of file LArStrHelper.cxx.
| std::string LArStrHelper::fixFEBname | ( | TString | nm | ) | const |
fix custom strings to avoid errors due to uppr-lower cases
Definition at line 19 of file LArStrHelper.cxx.