7#ifndef LArBadChannel2Ascii_H
8#define LArBadChannel2Ascii_H
28 virtual StatusCode
execute() final;
36 Gaudi::Property<std::string>
m_fileName{
this,
"FileName",
""};
38 Gaudi::Property<bool>
m_wMissing{
this,
"WithMissing",
false};
40 Gaudi::Property<bool>
m_isSC{
this,
"SuperCell",
false};
65 void writeSum(std::ofstream& exeFile,
const std::vector<unsigned>& probs,
const std::vector<unsigned>& nChans)
const ;
LArBadXCont< LArBadChannel > LArBadChannelCont
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
SG::ReadCondHandleKey< LArBadChannelCont > m_BCKey
SG::ReadCondHandleKey< LArBadFebCont > m_BFKey
virtual StatusCode initialize() final
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
Gaudi::Property< std::string > m_fileName
void writeSum(std::ofstream &exeFile, const std::vector< unsigned > &probs, const std::vector< unsigned > &nChans) const
Gaudi::Property< std::string > m_executiveSummaryFile
Gaudi::Property< bool > m_isSC
~LArBadChannel2Ascii()=default
Gaudi::Property< bool > m_skipDisconnected
Gaudi::Property< bool > m_wMissing
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
virtual StatusCode execute() final