|
ATLAS Offline Software
|
Go to the documentation of this file.
11 #include "CoralBase/Blob.h"
29 if (
sc!=StatusCode::SUCCESS) {
31 return StatusCode::FAILURE;
35 if (
sc!=StatusCode::SUCCESS) {
37 return StatusCode::FAILURE;
41 if (
sc!=StatusCode::SUCCESS) {
43 return StatusCode::FAILURE;
47 if (
sc!=StatusCode::SUCCESS) {
49 return StatusCode::FAILURE;
52 return StatusCode::SUCCESS;
62 std::unique_ptr<LArDSPThresholdsFlat>
df{};
74 return StatusCode::SUCCESS;
77 df=std::make_unique< LArDSPThresholdsFlat>(attrList);
81 if(
sc!=StatusCode::SUCCESS) {
82 ATH_MSG_ERROR(
"Could not retrieve LArDSPThresholdsComplete....");
83 return StatusCode::FAILURE;
101 if (
sc!=StatusCode::SUCCESS) {
103 return StatusCode::FAILURE;
108 ATH_MSG_INFO(
"LArDSPThresholds2Ntuple has finished." );
109 return StatusCode::SUCCESS;
Gaudi::Property< bool > m_addFEBTemp
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
NTuple::Item< float > m_trigThr
const coral::AttributeList & coralList() const
NTuple::Item< float > m_tQThr
float samplesThr(const HWIdentifier chid) const
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
StatusCode retrieve(const T *&ptr) const
Retrieve the default object into a const T*.
id_range channel_range() const
LArDSPThresholds2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
NTuple::Item< float > m_samplesThr
A LArRawConditionsContainer holding thresholds used by the DSP.
::StatusCode StatusCode
StatusCode definition for legacy code.
An AttributeList represents a logical row of attributes in a metadata table. The name and type of eac...
float trigSumThr(const HWIdentifier chid) const
float tQThr(const HWIdentifier chid) const
~LArDSPThresholds2Ntuple()
const LArOnlineID_Base * m_onlineId
bool fillFromIdentifier(const HWIdentifier &id)
StoreGateSvc * m_detStore