ATLAS Offline Software
LArStrHelper.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
17 #ifndef LARMONITORING_LARSTRHELPER_H
18 #define LARMONITORING_LARSTRHELPER_H
19 
20 
21 #include "TString.h"
22 
24 {
25  public:
26 
29 
32 
34  std::string febNameString(bool,int,int,int) const;
35  std::string fixFEBname(TString) const;
36 };
37 
38 
39 
40 #endif
LArStrHelper::~LArStrHelper
~LArStrHelper()
default destructor
Definition: LArStrHelper.h:31
LArStrHelper::fixFEBname
std::string fixFEBname(TString) const
fix custom strings to avoid errors due to uppr-lower cases
Definition: LArStrHelper.cxx:19
LArStrHelper
Helper class to manipulate strings for LArOnlineID names.
Definition: LArStrHelper.h:24
LArStrHelper::febNameString
std::string febNameString(bool, int, int, int) const
FEB names.
Definition: LArStrHelper.cxx:11
LArStrHelper::LArStrHelper
LArStrHelper()
constructructor
Definition: LArStrHelper.h:28