6#ifndef LARCAFJOBS_LArReadSC_H
7#define LARCAFJOBS_LArReadSC_H 1
26 LArReadSC(
const std::string& name, ISvcLocator* pSvcLocator );
35 Gaudi::Property<double>
m_etcut{
this,
"etCut",7500.,
"Et cut to dump cells"};
36 Gaudi::Property< std::string >
m_outStream{
this,
"output",
"SPLASH",
"to which stream write the ntuple"};
63 std::vector<std::array<float ,32> >
m_ADC ;
Definition of CaloDetDescrManager.
Property holding a SG store/key/clid from which a ReadHandle is made.
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Helper class for offline cell identifiers.
Helper class for offline supercell identifiers.
std::vector< int > m_LayerCell
std::vector< float > m_TCell
const LArOnline_SuperCellID * m_lar_online_id
std::vector< float > m_PhiCell
virtual StatusCode finalize()
const CaloCell_SuperCell_ID * m_calo_id
std::vector< float > m_ECell
SG::ReadHandleKey< CaloCellContainer > m_SCKey
virtual StatusCode execute()
SG::ReadCondHandleKey< CaloSuperCellDetDescrManager > m_caloMgrKey
SG::ReadHandleKey< LArDigitContainer > m_contKey
std::vector< float > m_EtaCell
std::vector< std::array< float,32 > > m_ADC
std::vector< int > m_HwidCell
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
LArReadSC(const std::string &name, ISvcLocator *pSvcLocator)
Gaudi::Property< std::string > m_outStream
std::vector< int > m_ChidCell
SG::ReadHandleKey< CaloCellContainer > m_SCRecoKey
std::vector< float > m_ErecoCell
Gaudi::Property< double > m_etcut
SG::ReadCondHandleKey< ILArPedestal > m_pedestalKey
std::vector< int > m_ProvCell
Property holding a SG store/key/clid from which a ReadHandle is made.