ATLAS Offline Software
Loading...
Searching...
No Matches
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
14
15
16
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
std::string febNameString(bool, int, int, int) const
FEB names.
LArStrHelper()
constructructor
std::string fixFEBname(TString) const
fix custom strings to avoid errors due to uppr-lower cases
~LArStrHelper()
default destructor