Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
#include <LArRawChannelMonAlg.h>
|
enum | Environment_t {
Environment_t::user = 0,
Environment_t::online,
Environment_t::tier0,
Environment_t::tier0Raw,
Environment_t::tier0ESD,
Environment_t::AOD,
Environment_t::altprod
} |
| Specifies the processing environment. More...
|
|
enum | DataType_t {
DataType_t::userDefined = 0,
DataType_t::monteCarlo,
DataType_t::collisions,
DataType_t::cosmics,
DataType_t::heavyIonCollisions
} |
| Specifies what type of input data is being monitored. More...
|
|
|
| LArRawChannelMonAlg (const std::string &, ISvcLocator *) |
|
virtual | ~LArRawChannelMonAlg () |
|
virtual StatusCode | initialize () override |
| initialize More...
|
|
virtual StatusCode | fillHistograms (const EventContext &ctx) const override |
| adds event to the monitoring histograms More...
|
|
virtual StatusCode | execute (const EventContext &ctx) const override |
| Applies filters and trigger requirements. More...
|
|
void | fill (const ToolHandle< GenericMonitoringTool > &groupHandle, std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &&variables) const |
| Fills a vector of variables to a group by reference. More...
|
|
void | fill (const ToolHandle< GenericMonitoringTool > &groupHandle, const std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &variables) const |
| Fills a vector of variables to a group by reference. More...
|
|
template<typename... T> |
void | fill (const ToolHandle< GenericMonitoringTool > &groupHandle, T &&... variables) const |
| Fills a variadic list of variables to a group by reference. More...
|
|
void | fill (const std::string &groupName, std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &&variables) const |
| Fills a vector of variables to a group by name. More...
|
|
void | fill (const std::string &groupName, const std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &variables) const |
| Fills a vector of variables to a group by name. More...
|
|
template<typename... T> |
void | fill (const std::string &groupName, T &&... variables) const |
| Fills a variadic list of variables to a group by name. More...
|
|
Environment_t | environment () const |
| Accessor functions for the environment. More...
|
|
Environment_t | envStringToEnum (const std::string &str) const |
| Convert the environment string from the python configuration to an enum object. More...
|
|
DataType_t | dataType () const |
| Accessor functions for the data type. More...
|
|
DataType_t | dataTypeStringToEnum (const std::string &str) const |
| Convert the data type string from the python configuration to an enum object. More...
|
|
const ToolHandle< GenericMonitoringTool > & | getGroup (const std::string &name) const |
| Get a specific monitoring tool from the tool handle array. More...
|
|
const ToolHandle< Trig::TrigDecisionTool > & | getTrigDecisionTool () const |
| Get the trigger decision tool member. More...
|
|
bool | trigChainsArePassed (const std::vector< std::string > &vTrigNames) const |
| Check whether triggers are passed. More...
|
|
SG::ReadHandle< xAOD::EventInfo > | GetEventInfo (const EventContext &) const |
| Return a ReadHandle for an EventInfo object (get run/event numbers, etc.) More...
|
|
virtual float | lbAverageInteractionsPerCrossing (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the average mu, i.e. More...
|
|
virtual float | lbInteractionsPerCrossing (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate instantaneous number of interactions, i.e. More...
|
|
virtual float | lbAverageLuminosity (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate average luminosity (in ub-1 s-1 => 10^30 cm-2 s-1). More...
|
|
virtual float | lbLuminosityPerBCID (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the instantaneous luminosity per bunch crossing. More...
|
|
virtual double | lbDuration (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the duration of the luminosity block (in seconds) More...
|
|
virtual float | lbAverageLivefraction (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the average luminosity livefraction. More...
|
|
virtual float | livefractionPerBCID (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the live fraction per bunch crossing ID. More...
|
|
virtual double | lbLumiWeight (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the average integrated luminosity multiplied by the live fraction. More...
|
|
virtual StatusCode | parseList (const std::string &line, std::vector< std::string > &result) const |
| Parse a string into a vector. More...
|
|
virtual StatusCode | sysInitialize () override |
| Override sysInitialize. More...
|
|
virtual bool | isClonable () const override |
| Specify if the algorithm is clonable. More...
|
|
virtual unsigned int | cardinality () const override |
| Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant. More...
|
|
virtual StatusCode | sysExecute (const EventContext &ctx) override |
| Execute an algorithm. More...
|
|
virtual const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. More...
|
|
virtual bool | filterPassed (const EventContext &ctx) const |
|
virtual void | setFilterPassed (bool state, const EventContext &ctx) const |
|
ServiceHandle< StoreGateSvc > & | evtStore () |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | evtStore () const |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | detStore () const |
| The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
virtual StatusCode | sysStart () override |
| Handle START transition. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
| Return this algorithm's input handles. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
| Return this algorithm's output handles. More...
|
|
Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T > &t) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc="none") |
| Declare a new Gaudi property. More...
|
|
void | updateVHKA (Gaudi::Details::PropertyBase &) |
|
MsgStream & | msg () const |
|
MsgStream & | msg (const MSG::Level lvl) const |
|
bool | msgLvl (const MSG::Level lvl) const |
|
|
ToolHandleArray< GenericMonitoringTool > | m_tools {this,"GMTools",{}} |
| Array of Generic Monitoring Tools. More...
|
|
PublicToolHandle< Trig::TrigDecisionTool > | m_trigDecTool {this, "TrigDecisionTool",""} |
| Tool to tell whether a specific trigger is passed. More...
|
|
ToolHandleArray< IDQFilterTool > | m_DQFilterTools {this,"FilterTools",{}} |
| Array of Data Quality filter tools. More...
|
|
SG::ReadCondHandleKey< LuminosityCondData > | m_lumiDataKey {this,"LuminosityCondDataKey","LuminosityCondData","SG Key of LuminosityCondData object"} |
|
SG::ReadCondHandleKey< LBDurationCondData > | m_lbDurationDataKey {this,"LBDurationCondDataKey","LBDurationCondData","SG Key of LBDurationCondData object"} |
|
SG::ReadCondHandleKey< TrigLiveFractionCondData > | m_trigLiveFractionDataKey {this,"TrigLiveFractionCondDataKey","TrigLiveFractionCondData", "SG Key of TrigLiveFractionCondData object"} |
|
AthMonitorAlgorithm::Environment_t | m_environment |
| Instance of the Environment_t enum. More...
|
|
AthMonitorAlgorithm::DataType_t | m_dataType |
| Instance of the DataType_t enum. More...
|
|
Gaudi::Property< std::string > | m_environmentStr {this,"Environment","user"} |
| Environment string pulled from the job option and converted to enum. More...
|
|
Gaudi::Property< std::string > | m_dataTypeStr {this,"DataType","userDefined"} |
| DataType string pulled from the job option and converted to enum. More...
|
|
Gaudi::Property< std::string > | m_triggerChainString {this,"TriggerChain",""} |
| Trigger chain string pulled from the job option and parsed into a vector. More...
|
|
std::vector< std::string > | m_vTrigChainNames |
| Vector of trigger chain names parsed from trigger chain string. More...
|
|
Gaudi::Property< std::string > | m_fileKey {this,"FileKey",""} |
| Internal Athena name for file. More...
|
|
Gaudi::Property< bool > | m_useLumi {this,"EnableLumi",false} |
| Allows use of various luminosity functions. More...
|
|
Gaudi::Property< float > | m_defaultLBDuration {this,"DefaultLBDuration",60.} |
| Default duration of one lumi block. More...
|
|
Gaudi::Property< int > | m_detailLevel {this,"DetailLevel",0} |
| Sets the level of detail used in the monitoring. More...
|
|
SG::ReadHandleKey< xAOD::EventInfo > | m_EventInfoKey {this,"EventInfoKey","EventInfo"} |
| Key for retrieving EventInfo from StoreGate. More...
|
|
|
bool | _USE_LEGACY_BINNING_IN_ENDCAPS = True |
|
Gaudi::Property< bool > | m_monitor_occupancy {this, "monitor_occupancy", false, ""} |
|
Gaudi::Property< bool > | m_monitor_signal {this, "monitor_signal", true, ""} |
|
Gaudi::Property< bool > | m_monitor_positive_noise {this, "monitor_positive_noise", true, ""} |
|
Gaudi::Property< bool > | m_monitor_negative_noise {this, "monitor_negative_noise", true, ""} |
|
Gaudi::Property< bool > | m_monitor_time {this, "monitor_time", true, ""} |
|
Gaudi::Property< bool > | m_monitor_quality {this, "monitor_quality", false, ""} |
|
Gaudi::Property< bool > | m_monitor_burst {this, "monitor_burst", true, ""} |
|
Gaudi::Property< bool > | m_monitor_febs {this, "monitor_febs", false, ""} |
|
Gaudi::Property< bool > | m_monitor_feedthroughs {this, "monitor_feedthroughs", false, ""} |
|
Gaudi::Property< bool > | m_monitor_detectors {this, "monitor_detectors", true, ""} |
|
Gaudi::Property< std::vector< double > > | m_occupancy_thresholds {this, "occupancy_thresholds", {8, 500. * Gaudi::Units::MeV}, ""} |
|
Gaudi::Property< std::vector< double > > | m_signal_thresholds {this, "signal_thresholds", {8, 500. * Gaudi::Units::MeV}, ""} |
|
Gaudi::Property< std::vector< int > > | m_pos_noise_thresholds {this, "pos_noise_thresholds", {8, 3}, ""} |
|
Gaudi::Property< std::vector< int > > | m_neg_noise_thresholds {this, "neg_noise_thresholds", {8, 3}, ""} |
|
Gaudi::Property< double > | m_bcid_signal_threshold {this, "bcid_signal_threshold", 500. * Gaudi::Units::MeV, ""} |
|
Gaudi::Property< short > | m_time_threshold {this, "time_threshold", 5, ""} |
|
Gaudi::Property< unsigned short > | m_quality_threshold {this, "quality_threshold", 4000, ""} |
|
Gaudi::Property< short > | m_noise_threshold {this, "noise_threshold", 3, ""} |
|
Gaudi::Property< std::vector< double > > | m_noise_burst_percent_thresholds {this, "noise_burst_percent_threshold", {8, 1.}, ""} |
|
Gaudi::Property< std::vector< unsigned > > | m_noise_burst_nChannel_thresholds {this, "noise_burst_nChannel_threshold", {8, 10}, ""} |
|
Gaudi::Property< std::vector< std::string > > | m_noise_streams {this, "noise_streams", {}, ""} |
|
Gaudi::Property< bool > | m_db_and_ofc_only |
|
Gaudi::Property< std::vector< std::string > > | m_problemsToMask {this, "ProblemsToMask", {}, "Bad-Channel categories to mask"} |
|
ToolHandleArray< IDQFilterTool > | m_atlasReady_tools {this, "AtlasReadyFilterTool", {}} |
|
SG::ReadHandleKey< LArRawChannelContainer > | m_LArRawChannel_container_key {this, "LArRawChannelContainerKey", "LArRawChannels"} |
|
const LArOnlineID * | m_lar_online_id_ptr {nullptr} |
|
LArBadChannelMask | m_bcMask |
|
SG::ReadCondHandleKey< LArBadChannelCont > | m_bcContKey {this, "BadChanKey", "LArBadChannel", "SG key for LArBadChan object"} |
|
SG::ReadCondHandleKey< CaloNoise > | m_noiseKey {this, "NoiseKey", "totalNoise", "SG key for noise"} |
|
SG::ReadCondHandleKey< LArOnOffIdMapping > | m_cablingKey {this, "CablingKey", "LArOnOffIdMap", "SG Key of LArOnOffIdMapping object"} |
|
SG::ReadDecorHandleKey< xAOD::EventInfo > | m_larFlagKey {this, "LArStatusFlag", "EventInfo.larFlags", "Key for EventInfo object"} |
|
std::array< int, 8 > | m_monitoring_tool_index |
|
std::vector< int8_t > | m_feb_hash_to_detector |
|
std::array< uint32_t, 8 > | m_det_to_nchannels |
|
std::set< std::string > | m_noise_streams_set |
|
std::string | m_name |
|
std::unordered_map< std::string, size_t > | m_toolLookupMap |
|
const ToolHandle< GenericMonitoringTool > | m_dummy |
|
Gaudi::Property< bool > | m_enforceExpressTriggers |
|
DataObjIDColl | m_extendedExtraObjects |
| Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks. More...
|
|
StoreGateSvc_t | m_evtStore |
| Pointer to StoreGate (event store by default) More...
|
|
StoreGateSvc_t | m_detStore |
| Pointer to StoreGate (detector store by default) More...
|
|
std::vector< SG::VarHandleKeyArray * > | m_vhka |
|
bool | m_varHandleArraysDeclared |
|
Definition at line 32 of file LArRawChannelMonAlg.h.
◆ MonVarVec_t
◆ StoreGateSvc_t
◆ DataType_t
Specifies what type of input data is being monitored.
An enumeration of the different types of data the monitoring application may be running over. This can be used to select which histograms to produce, e.g. to prevent the production of colliding-beam histograms when running on cosmic-ray data. Strings of the same names may be given as jobOptions.
Enumerator |
---|
userDefined | |
monteCarlo | |
collisions | |
cosmics | |
heavyIonCollisions | |
Definition at line 191 of file AthMonitorAlgorithm.h.
◆ Environment_t
Specifies the processing environment.
The running environment may be used to select which histograms are produced, and where they are located in the output. For example, the output paths of the histograms are different for the "user", "online" and the various offline flags. Strings of the same names may be given as jobOptions.
Enumerator |
---|
user | |
online | |
tier0 | |
tier0Raw | |
tier0ESD | |
AOD | |
altprod | |
Definition at line 172 of file AthMonitorAlgorithm.h.
◆ LArRawChannelMonAlg()
LArRawChannelMonAlg::LArRawChannelMonAlg |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
pSvcLocator |
|
) |
| |
Definition at line 60 of file LArRawChannelMonAlg.cxx.
64 static_assert(std::tuple_size_v<T> >= ::NDETECTORS);
66 static_assert(std::tuple_size_v<U> >= ::NDETECTORS);
◆ ~LArRawChannelMonAlg()
LArRawChannelMonAlg::~LArRawChannelMonAlg |
( |
| ) |
|
|
virtual |
◆ cardinality()
Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant.
Override this to return 0 for reentrant algorithms.
Override this to return 0 for reentrant algorithms.
Definition at line 75 of file AthCommonReentrantAlgorithm.cxx.
◆ dataType()
DataType_t AthMonitorAlgorithm::dataType |
( |
| ) |
const |
|
inlineinherited |
Accessor functions for the data type.
- Returns
- the current value of the class's DataType_t instance.
Definition at line 221 of file AthMonitorAlgorithm.h.
◆ dataTypeStringToEnum()
Convert the data type string from the python configuration to an enum object.
- Returns
- a value in the DataType_t enumeration which matches the input string.
Definition at line 140 of file AthMonitorAlgorithm.cxx.
142 std::string lowerCaseStr =
str;
146 if( lowerCaseStr ==
"userdefined" ) {
148 }
else if( lowerCaseStr ==
"montecarlo" ) {
150 }
else if( lowerCaseStr ==
"collisions" ) {
152 }
else if( lowerCaseStr ==
"cosmics" ) {
154 }
else if( lowerCaseStr ==
"heavyioncollisions" ) {
157 ATH_MSG_WARNING(
"AthMonitorAlgorithm::dataTypeStringToEnum(): Unknown data type "
158 <<
str<<
", returning userDefined.");
◆ declareGaudiProperty() [1/4]
specialization for handling Gaudi::Property<SG::VarHandleKeyArray>
Definition at line 170 of file AthCommonDataStore.h.
175 hndl.documentation());
◆ declareGaudiProperty() [2/4]
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
161 hndl.documentation());
◆ declareGaudiProperty() [3/4]
specialization for handling Gaudi::Property<SG::VarHandleBase>
Definition at line 184 of file AthCommonDataStore.h.
189 hndl.documentation());
◆ declareGaudiProperty() [4/4]
◆ declareProperty() [1/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleBase
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 245 of file AthCommonDataStore.h.
250 this->declare(hndl.
vhKey());
251 hndl.
vhKey().setOwner(
this);
◆ declareProperty() [2/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleKey
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 221 of file AthCommonDataStore.h.
◆ declareProperty() [3/6]
◆ declareProperty() [4/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This is the generic version, for types that do not derive from SG::VarHandleKey
. It just forwards to the base class version of declareProperty
.
Definition at line 333 of file AthCommonDataStore.h.
◆ declareProperty() [5/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This dispatches to either the generic declareProperty
or the one for VarHandle/Key/KeyArray.
Definition at line 352 of file AthCommonDataStore.h.
◆ declareProperty() [6/6]
◆ detStore()
◆ environment()
Accessor functions for the environment.
- Returns
- the current value of the class's Environment_t instance.
Definition at line 205 of file AthMonitorAlgorithm.h.
◆ envStringToEnum()
Convert the environment string from the python configuration to an enum object.
- Returns
- a value in the Environment_t enumeration which matches the input string.
Definition at line 112 of file AthMonitorAlgorithm.cxx.
114 std::string lowerCaseStr =
str;
118 if( lowerCaseStr ==
"user" ) {
120 }
else if( lowerCaseStr ==
"online" ) {
122 }
else if( lowerCaseStr ==
"tier0" ) {
124 }
else if( lowerCaseStr ==
"tier0raw" ) {
126 }
else if( lowerCaseStr ==
"tier0esd" ) {
128 }
else if( lowerCaseStr ==
"aod" ) {
130 }
else if( lowerCaseStr ==
"altprod" ) {
133 ATH_MSG_WARNING(
"AthMonitorAlgorithm::envStringToEnum(): Unknown environment "
134 <<
str<<
", returning user.");
◆ evtStore() [1/2]
◆ evtStore() [2/2]
◆ execute()
StatusCode AthMonitorAlgorithm::execute |
( |
const EventContext & |
ctx | ) |
const |
|
overridevirtualinherited |
Applies filters and trigger requirements.
Then, calls fillHistograms().
- Parameters
-
ctx | event context for reentrant Athena call |
- Returns
- StatusCode
Definition at line 73 of file AthMonitorAlgorithm.cxx.
78 if (!filterItr->accept()) {
80 return StatusCode::SUCCESS;
87 return StatusCode::SUCCESS;
◆ extraDeps_update_handler()
Add StoreName to extra input/output deps as needed.
use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given
◆ extraOutputDeps()
Return the list of extra output dependencies.
This list is extended to include symlinks implied by inheritance relations.
Definition at line 94 of file AthCommonReentrantAlgorithm.cxx.
◆ fillHistograms()
StatusCode LArRawChannelMonAlg::fillHistograms |
( |
const EventContext & |
ctx | ) |
const |
|
overridevirtual |
adds event to the monitoring histograms
User will overwrite this function. Histogram booking is no longer done in C++. This function is called in execute once the filters are all passed.
- Parameters
-
ctx | forwarded from execute |
- Returns
- StatusCode
Implements AthMonitorAlgorithm.
Definition at line 155 of file LArRawChannelMonAlg.cxx.
162 if (!raw_channels.isValid()) {
165 return StatusCode::SUCCESS;
168 const bool is_atlas_ready = std::all_of(
171 [](
auto &
f) { return f->accept(); });
174 int bcid{0}, lumi_block{0};
175 bool larNoisyROAlg_flag{
false};
176 bool larNoisyROAlgInTimeW_flag{
false};
177 bool larNoisyROAlg_W_flag{
false};
178 bool noisy_event{
false};
179 if (event_info.isValid()) {
180 auto checkEventFlag = [&](
auto bitinfo,
const char *txt) {
181 bool flag = event_info->isEventFlagBitSet(
185 larNoisyROAlg_flag = checkEventFlag(
187 larNoisyROAlg_W_flag = checkEventFlag(
189 larNoisyROAlgInTimeW_flag = checkEventFlag(
190 3,
"by LArNoisyROAlg in Time window of 500ms");
191 bcid = event_info->bcid();
192 lumi_block = event_info->lumiBlock();
194 const auto &
tags = event_info->streamTags();
197 || std::any_of(
tags.begin(),
tags.end(), inSet);
202 std::array<uint32_t, ::NDETECTORS> det_n_noisy_channels{};
203 std::array<uint32_t, ::NDETECTORS> det_n_noisy_channels_Neg{};
204 std::array<uint32_t, ::NDETECTORS> det_n_badQ_channels{};
205 using wsum_t = std::complex<double>;
206 wsum_t event_mean_time{};
207 std::array<wsum_t, ::NDETECTORS> mean_detector_times;
209 std::array<double, ::NDETECTORS> per_detector_total_energy{};
211 ToolHandle<GenericMonitoringTool> monitoring{
nullptr};
230 HWIdentifier hardware_id{
chan.hardwareID()};
232 HWIdentifier feb_id{0};
233 IdentifierHash feb_hash{0};
235 int slot_number{-1}, feedthrough_number{-1};
242 if (!cablingH->isOnlineConnected(hardware_id))
continue;
259 if (
det != lastdet) {
260 if (
det >= 0 &&
det < ::NDETECTORS) {
263 monitoring =
nullptr;
274 noise = noiseH->getNoise(offline_id,
gain);
282 catch (
const std::out_of_range &
err) {
296 per_detector_total_energy[
det] +=
energy;
297 det_n_noisy_channels[
det] += noisy_pos;
298 det_n_noisy_channels_Neg[
det] += noisy_neg;
299 det_n_badQ_channels[
det] += bad_quality;
300 dqm_superslot = feedthrough_number * ::numberOfSlotsPerFeedthrough(
det)
305 && is_atlas_ready && !larNoisyROAlgInTimeW_flag;
308 dqm_posn = 100 * (noisy_event && !larNoisyROAlgInTimeW_flag
309 && noisy_pos && is_atlas_ready);
310 dqm_negn = 100 * (noisy_event && !larNoisyROAlgInTimeW_flag
311 && noisy_neg && is_atlas_ready);
312 dqm_qual = 100 * (bad_quality && is_atlas_ready
313 && !larNoisyROAlgInTimeW_flag);
314 fill(monitoring, dqm_superslot, dqm_channel,
315 dqmf_occ, dqmf_sig, dqm_energy, dqm_gain,
316 dqm_posn, dqm_negn, dqm_qual);
322 if (significance != 0.) {
327 event_mean_time += datapoint;
328 mean_detector_times[
det] += datapoint;
329 mean_feb_times[feb_hash] += datapoint;
347 "quietITW", !larNoisyROAlgInTimeW_flag};
350 float percent_noisy = scaling * det_n_noisy_channels[
det];
351 float percent_bad_quality = scaling * det_n_badQ_channels[
det];
353 dqmf_burst_timevetoed = dqmf_burst && !larNoisyROAlgInTimeW_flag;
354 dqm_percent_noisy = percent_noisy;
355 dqm_percent_neg_noisy = scaling * det_n_noisy_channels_Neg[
det];
356 dqm_qnChan = det_n_badQ_channels[
det];
358 dqm_total_energy = per_detector_total_energy[
det];
362 dqm_percent_noisy, dqm_percent_neg_noisy,
363 dqmf_noNoisyRO, dqmf_noNoisyRO_W, dqmf_noNoisyRO_ITW,
364 dqmf_burst, dqmf_burst_timevetoed, dqmf_qburst,
369 dqmf_noNoisyRO_W, dqm_total_energy);
376 double t{event_mean_time.real() / event_mean_time.imag()};
377 for (
uint32_t h = 0;
h < mean_feb_times.size(); ++
h) {
378 wsum_t
w{mean_feb_times[
h]};
379 if (
w.imag() == 0.)
continue;
381 double t_feb =
w.real() /
w.imag();
387 return StatusCode::SUCCESS;
◆ filterPassed()
◆ GetEventInfo()
Return a ReadHandle for an EventInfo object (get run/event numbers, etc.)
- Parameters
-
ctx | EventContext for the event |
- Returns
- a SG::ReadHandle<xAOD::EventInfo>
Definition at line 107 of file AthMonitorAlgorithm.cxx.
◆ getGroup()
Get a specific monitoring tool from the tool handle array.
Finds a specific GenericMonitoringTool instance from the list of monitoring tools (a ToolHandleArray). Throws a FATAL warning if the object found is empty.
- Parameters
-
name | string name of the desired tool |
- Returns
- reference to the desired monitoring tool
Definition at line 164 of file AthMonitorAlgorithm.cxx.
176 if (!isInitialized()) {
178 "It seems that the AthMonitorAlgorithm::initialize was not called "
179 "in derived class initialize method");
183 [](
const std::string&
s,
auto h) { return s +
"," + h.first; });
184 ATH_MSG_FATAL(
"The tool " <<
name <<
" could not be found in the tool array of the "
185 <<
"monitoring algorithm " <<
m_name <<
". This probably reflects a discrepancy between "
186 <<
"your python configuration and c++ filling code. Note: your available groups are {"
187 << available <<
"}.");
◆ getTrigDecisionTool()
Get the trigger decision tool member.
The trigger decision tool is used to check whether a specific trigger is passed by an event.
- Returns
- m_trigDecTool
Definition at line 194 of file AthMonitorAlgorithm.cxx.
◆ initialize()
StatusCode LArRawChannelMonAlg::initialize |
( |
| ) |
|
|
overridevirtual |
initialize
- Returns
- StatusCode
Reimplemented from AthMonitorAlgorithm.
Definition at line 73 of file LArRawChannelMonAlg.cxx.
86 auto get_detector = [&](
auto hwid) {
104 auto det = get_detector(*itr);
116 for (; citr != citr_end; ++citr) {
118 auto det = get_detector(*citr);
123 std::vector<std::string> det2str(::NDETECTORS);
143 auto toolmap = Monitored::buildToolMap<int>(
144 m_tools,
"LArRawChannelMon", det2str);
150 "will now initialize base class <=== ");
◆ inputHandles()
Return this algorithm's input handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ isClonable()
◆ msg() [1/2]
◆ msg() [2/2]
◆ msgLvl()
◆ outputHandles()
Return this algorithm's output handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ parseList()
StatusCode AthMonitorAlgorithm::parseList |
( |
const std::string & |
line, |
|
|
std::vector< std::string > & |
result |
|
) |
| const |
|
virtualinherited |
Parse a string into a vector.
The input string is a single long string of all of the trigger names. It parses this string and turns it into a vector, where each element is one trigger or trigger category.
- Parameters
-
line | The input string. |
result | The parsed output vector of strings. |
- Returns
- StatusCode
Definition at line 341 of file AthMonitorAlgorithm.cxx.
343 std::stringstream
ss(
line);
347 while ( std::getline(
ss,
item,
',') ) {
348 std::stringstream iss(
item);
353 return StatusCode::SUCCESS;
◆ renounce()
◆ renounceArray()
◆ setFilterPassed()
◆ sysExecute()
Execute an algorithm.
We override this in order to work around an issue with the Algorithm base class storing the event context in a member variable that can cause crashes in MT jobs.
Definition at line 85 of file AthCommonReentrantAlgorithm.cxx.
◆ sysInitialize()
Override sysInitialize.
Override sysInitialize from the base class.
Loop through all output handles, and if they're WriteCondHandles, automatically register them and this Algorithm with the CondSvc
Scan through all outputHandles, and if they're WriteCondHandles, register them with the CondSvc
Reimplemented from AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >.
Reimplemented in InputMakerBase, and HypoBase.
Definition at line 61 of file AthCommonReentrantAlgorithm.cxx.
110 if (
sc.isFailure()) {
118 if ( cs.retrieve().isFailure() ) {
120 return StatusCode::SUCCESS;
122 if (cs->regHandle(
this,*
h).isFailure()) {
123 sc = StatusCode::FAILURE;
124 ATH_MSG_ERROR(
"unable to register WriteCondHandle " <<
h->fullKey()
◆ sysStart()
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
◆ trigChainsArePassed()
bool AthMonitorAlgorithm::trigChainsArePassed |
( |
const std::vector< std::string > & |
vTrigNames | ) |
const |
|
inherited |
Check whether triggers are passed.
For the event, use the trigger decision tool to check that at least one of the triggers listed in the supplied vector is passed.
- Parameters
-
vTrigNames | List of trigger names. |
- Returns
- If empty input, default to true. If at least one trigger is specified, returns whether at least one trigger was passed.
Definition at line 199 of file AthMonitorAlgorithm.cxx.
203 if (vTrigNames.empty())
return true;
215 bool expressPass = passedBits & TrigDefs::Express_passed;
222 return group->isPassed();
◆ updateVHKA()
◆ _USE_LEGACY_BINNING_IN_ENDCAPS
bool LArRawChannelMonAlg._USE_LEGACY_BINNING_IN_ENDCAPS = True |
|
private |
◆ acc
◆ cfg
LArRawChannelMonAlg.cfg = CaloRecoCfg(flags) |
◆ enableLumiAccess
LArRawChannelMonAlg.enableLumiAccess |
LArRawChannelMonAlg.f = open("LArRawChannelMon.pkl", "wb") |
◆ Files
LArRawChannelMonAlg.Files |
◆ flags
LArRawChannelMonAlg.flags = initConfigFlags() |
◆ HISTFileName
LArRawChannelMonAlg.HISTFileName |
◆ m_atlasReady_tools
ToolHandleArray<IDQFilterTool> LArRawChannelMonAlg::m_atlasReady_tools {this, "AtlasReadyFilterTool", {}} |
|
private |
◆ m_bcContKey
◆ m_bcid_signal_threshold
Gaudi::Property<double> LArRawChannelMonAlg::m_bcid_signal_threshold {this, "bcid_signal_threshold", 500. * Gaudi::Units::MeV, ""} |
|
private |
◆ m_bcMask
◆ m_cablingKey
◆ m_dataType
◆ m_dataTypeStr
Gaudi::Property<std::string> AthMonitorAlgorithm::m_dataTypeStr {this,"DataType","userDefined"} |
|
protectedinherited |
◆ m_db_and_ofc_only
Gaudi::Property<bool> LArRawChannelMonAlg::m_db_and_ofc_only |
|
private |
Initial value:{this, "db_and_ofc_only", true,
"use channels "
"only if pedestal and adc2e value from DB and OFC was used"}
Definition at line 73 of file LArRawChannelMonAlg.h.
◆ m_defaultLBDuration
Gaudi::Property<float> AthMonitorAlgorithm::m_defaultLBDuration {this,"DefaultLBDuration",60.} |
|
protectedinherited |
◆ m_det_to_nchannels
std::array<uint32_t, 8> LArRawChannelMonAlg::m_det_to_nchannels |
|
private |
◆ m_detailLevel
Gaudi::Property<int> AthMonitorAlgorithm::m_detailLevel {this,"DetailLevel",0} |
|
protectedinherited |
◆ m_detStore
◆ m_DQFilterTools
ToolHandleArray<IDQFilterTool> AthMonitorAlgorithm::m_DQFilterTools {this,"FilterTools",{}} |
|
protectedinherited |
◆ m_dummy
◆ m_enforceExpressTriggers
Gaudi::Property<bool> AthMonitorAlgorithm::m_enforceExpressTriggers |
|
privateinherited |
Initial value:{this,
"EnforceExpressTriggers", false,
"Requires that matched triggers made the event enter the express stream"}
Definition at line 372 of file AthMonitorAlgorithm.h.
◆ m_environment
◆ m_environmentStr
Gaudi::Property<std::string> AthMonitorAlgorithm::m_environmentStr {this,"Environment","user"} |
|
protectedinherited |
Environment string pulled from the job option and converted to enum.
Definition at line 352 of file AthMonitorAlgorithm.h.
◆ m_EventInfoKey
◆ m_evtStore
◆ m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
Empty if no symlinks were found.
Definition at line 114 of file AthCommonReentrantAlgorithm.h.
◆ m_feb_hash_to_detector
std::vector<int8_t> LArRawChannelMonAlg::m_feb_hash_to_detector |
|
private |
◆ m_fileKey
Gaudi::Property<std::string> AthMonitorAlgorithm::m_fileKey {this,"FileKey",""} |
|
protectedinherited |
◆ m_lar_online_id_ptr
◆ m_larFlagKey
◆ m_LArRawChannel_container_key
◆ m_lbDurationDataKey
◆ m_lumiDataKey
◆ m_monitor_burst
Gaudi::Property<bool> LArRawChannelMonAlg::m_monitor_burst {this, "monitor_burst", true, ""} |
|
private |
◆ m_monitor_detectors
Gaudi::Property<bool> LArRawChannelMonAlg::m_monitor_detectors {this, "monitor_detectors", true, ""} |
|
private |
◆ m_monitor_febs
Gaudi::Property<bool> LArRawChannelMonAlg::m_monitor_febs {this, "monitor_febs", false, ""} |
|
private |
◆ m_monitor_feedthroughs
Gaudi::Property<bool> LArRawChannelMonAlg::m_monitor_feedthroughs {this, "monitor_feedthroughs", false, ""} |
|
private |
◆ m_monitor_negative_noise
Gaudi::Property<bool> LArRawChannelMonAlg::m_monitor_negative_noise {this, "monitor_negative_noise", true, ""} |
|
private |
◆ m_monitor_occupancy
Gaudi::Property<bool> LArRawChannelMonAlg::m_monitor_occupancy {this, "monitor_occupancy", false, ""} |
|
private |
◆ m_monitor_positive_noise
Gaudi::Property<bool> LArRawChannelMonAlg::m_monitor_positive_noise {this, "monitor_positive_noise", true, ""} |
|
private |
◆ m_monitor_quality
Gaudi::Property<bool> LArRawChannelMonAlg::m_monitor_quality {this, "monitor_quality", false, ""} |
|
private |
◆ m_monitor_signal
Gaudi::Property<bool> LArRawChannelMonAlg::m_monitor_signal {this, "monitor_signal", true, ""} |
|
private |
◆ m_monitor_time
Gaudi::Property<bool> LArRawChannelMonAlg::m_monitor_time {this, "monitor_time", true, ""} |
|
private |
◆ m_monitoring_tool_index
std::array<int, 8> LArRawChannelMonAlg::m_monitoring_tool_index |
|
private |
◆ m_name
std::string AthMonitorAlgorithm::m_name |
|
privateinherited |
◆ m_neg_noise_thresholds
Gaudi::Property<std::vector<int> > LArRawChannelMonAlg::m_neg_noise_thresholds {this, "neg_noise_thresholds", {8, 3}, ""} |
|
private |
◆ m_noise_burst_nChannel_thresholds
Gaudi::Property<std::vector<unsigned> > LArRawChannelMonAlg::m_noise_burst_nChannel_thresholds {this, "noise_burst_nChannel_threshold", {8, 10}, ""} |
|
private |
◆ m_noise_burst_percent_thresholds
Gaudi::Property<std::vector<double> > LArRawChannelMonAlg::m_noise_burst_percent_thresholds {this, "noise_burst_percent_threshold", {8, 1.}, ""} |
|
private |
◆ m_noise_streams
Gaudi::Property<std::vector<std::string> > LArRawChannelMonAlg::m_noise_streams {this, "noise_streams", {}, ""} |
|
private |
◆ m_noise_streams_set
std::set<std::string> LArRawChannelMonAlg::m_noise_streams_set |
|
private |
◆ m_noise_threshold
Gaudi::Property<short> LArRawChannelMonAlg::m_noise_threshold {this, "noise_threshold", 3, ""} |
|
private |
◆ m_noiseKey
◆ m_occupancy_thresholds
Gaudi::Property<std::vector<double> > LArRawChannelMonAlg::m_occupancy_thresholds {this, "occupancy_thresholds", {8, 500. * Gaudi::Units::MeV}, ""} |
|
private |
◆ m_pos_noise_thresholds
Gaudi::Property<std::vector<int> > LArRawChannelMonAlg::m_pos_noise_thresholds {this, "pos_noise_thresholds", {8, 3}, ""} |
|
private |
◆ m_problemsToMask
Gaudi::Property<std::vector<std::string> > LArRawChannelMonAlg::m_problemsToMask {this, "ProblemsToMask", {}, "Bad-Channel categories to mask"} |
|
private |
◆ m_quality_threshold
Gaudi::Property<unsigned short> LArRawChannelMonAlg::m_quality_threshold {this, "quality_threshold", 4000, ""} |
|
private |
◆ m_signal_thresholds
Gaudi::Property<std::vector<double> > LArRawChannelMonAlg::m_signal_thresholds {this, "signal_thresholds", {8, 500. * Gaudi::Units::MeV}, ""} |
|
private |
◆ m_time_threshold
Gaudi::Property<short> LArRawChannelMonAlg::m_time_threshold {this, "time_threshold", 5, ""} |
|
private |
◆ m_toolLookupMap
std::unordered_map<std::string, size_t> AthMonitorAlgorithm::m_toolLookupMap |
|
privateinherited |
◆ m_tools
◆ m_trigDecTool
◆ m_triggerChainString
Gaudi::Property<std::string> AthMonitorAlgorithm::m_triggerChainString {this,"TriggerChain",""} |
|
protectedinherited |
Trigger chain string pulled from the job option and parsed into a vector.
Definition at line 355 of file AthMonitorAlgorithm.h.
◆ m_trigLiveFractionDataKey
◆ m_useLumi
Gaudi::Property<bool> AthMonitorAlgorithm::m_useLumi {this,"EnableLumi",false} |
|
protectedinherited |
◆ m_varHandleArraysDeclared
◆ m_vhka
◆ m_vTrigChainNames
std::vector<std::string> AthMonitorAlgorithm::m_vTrigChainNames |
|
protectedinherited |
◆ Type
◆ useTrigger
LArRawChannelMonAlg.useTrigger |
The documentation for this class was generated from the following files:
def retrieve(aClass, aKey=None)
Gaudi::Property< bool > m_db_and_ofc_only
SG::ReadDecorHandleKey< xAOD::EventInfo > m_larFlagKey
size_type febHashMax(void) const
define feb hash tables max size
PublicToolHandle< Trig::TrigDecisionTool > m_trigDecTool
Tool to tell whether a specific trigger is passed.
Gaudi::Property< std::vector< double > > m_occupancy_thresholds
LArBadChannelMask m_bcMask
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
ToolHandleArray< IDQFilterTool > m_atlasReady_tools
Gaudi::Property< std::vector< int > > m_pos_noise_thresholds
std::vector< std::string > m_vTrigChainNames
Vector of trigger chain names parsed from trigger chain string.
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce(T &h)
SG::ReadHandleKey< xAOD::EventInfo > m_EventInfoKey
Key for retrieving EventInfo from StoreGate.
Gaudi::Property< bool > m_monitor_time
int slot(const HWIdentifier id) const
Return the slot number of a hardware cell identifier: slot = [1,15] Slot-ID in top part of the crat...
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
StatusCode buildBitMask(const std::vector< std::string > &problemsToMask, MsgStream &msg)
std::unordered_map< std::string, size_t > m_toolLookupMap
bool msgLvl(const MSG::Level lvl) const
AthMonitorAlgorithm::Environment_t m_environment
Instance of the Environment_t enum.
id_iterator feb_begin() const
Returns an iterator pointing to a feb identifier collection.
Gaudi::Property< std::vector< double > > m_signal_thresholds
const std::string & key() const
Return the StoreGate ID for the referenced object.
SG::ReadCondHandleKey< LArBadChannelCont > m_bcContKey
bool cellShouldBeMasked(const LArBadChannelCont *bcCont, const HWIdentifier &hardwareId) const
@ LAr
The LAr calorimeter.
id_iterator channel_end() const
bool trigChainsArePassed(const std::vector< std::string > &vTrigNames) const
Check whether triggers are passed.
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
virtual void setOwner(IDataHandleHolder *o)=0
const ToolHandle< GenericMonitoringTool > m_dummy
bool isFCALchannel(const HWIdentifier id) const
virtual const DataObjIDColl & extraOutputDeps() const override
Return the list of extra output dependencies.
std::vector< std::string > tags
int channel(const HWIdentifier id) const
Return the channel number of a hardware cell identifier channel = [0,127] in all FEB.
const LArOnlineID * m_lar_online_id_ptr
bool isEMECchannel(const HWIdentifier id) const override final
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
ToolHandleArray< IDQFilterTool > m_DQFilterTools
Array of Data Quality filter tools.
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
Liquid Argon ROD output object base class.
::StatusCode StatusCode
StatusCode definition for legacy code.
Exception class for LAr online Identifiers.
void tolower(std::string &s)
Gaudi::Property< bool > m_monitor_detectors
virtual StatusCode fillHistograms(const EventContext &ctx) const =0
adds event to the monitoring histograms
Gaudi::Property< short > m_time_threshold
virtual StatusCode sysExecute(const EventContext &ctx) override
Execute an algorithm.
Amg::Vector3D transform(Amg::Vector3D &v, Amg::Transform3D &tr)
Transform a point from a Trasformation3D.
std::array< int, 8 > m_monitoring_tool_index
int pos_neg(const HWIdentifier id) const
Return the side of a hardware cell identifier pos_neg = [0,1] positive-side or negative-side Barrel...
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
void fill(const ToolHandle< GenericMonitoringTool > &groupHandle, std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &&variables) const
Fills a vector of variables to a group by reference.
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
std::set< std::string > m_noise_streams_set
Gaudi::Property< unsigned short > m_quality_threshold
SG::ReadHandle< xAOD::EventInfo > GetEventInfo(const EventContext &) const
Return a ReadHandle for an EventInfo object (get run/event numbers, etc.)
Gaudi::Property< bool > m_monitor_signal
AthMonitorAlgorithm::DataType_t m_dataType
Instance of the DataType_t enum.
Gaudi::Property< bool > m_monitor_burst
HWIdentifier feb_Id(int barrel_ec, int pos_neg, int feedthrough, int slot) const
Create feb_Id from fields.
unsigned constexpr int sideA
virtual void renounce()=0
Gaudi::Property< std::vector< std::string > > m_problemsToMask
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
void fill(H5::Group &out_file, size_t iterations)
id_iterator feb_end() const
ToolHandleArray< GenericMonitoringTool > m_tools
Array of Generic Monitoring Tools.
Gaudi::Property< std::vector< std::string > > m_noise_streams
std::vector< int8_t > m_feb_hash_to_detector
bool test(const uint16_t prov, const LArProvenance check)
Gaudi::Property< std::vector< double > > m_noise_burst_percent_thresholds
Gaudi::Property< bool > m_enforceExpressTriggers
StatusCode initialize(bool used=true)
setEventNumber setTimeStamp bcid
bool isEMBchannel(const HWIdentifier id) const
virtual StatusCode initialize() override
initialize
Gaudi::Property< std::vector< int > > m_neg_noise_thresholds
int feedthrough(const HWIdentifier id) const
Return the feedthrough of a hardware cell identifier : feedthrough = [0,31] Barrel - A/C side or H/...
accumulate
Update flags based on parser line args.
def time(flags, cells_name, *args, **kw)
#define ATH_MSG_WARNING(x)
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
virtual StatusCode sysInitialize() override
Override sysInitialize.
SG::ReadCondHandleKey< CaloNoise > m_noiseKey
bool isHECchannel(const HWIdentifier id) const override final
Declare a monitored scalar variable.
std::array< uint32_t, 8 > m_det_to_nchannels
DataObjIDColl m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
constexpr int pow(int base, int exp) noexcept
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
SG::ReadHandleKey< LArRawChannelContainer > m_LArRawChannel_container_key
id_iterator channel_begin() const
Returns an iterator pointing to a channel identifier collection.
Exception class for LAr Identifiers.
IdentifierHash feb_Hash(HWIdentifier febId) const
Create feb hash identifiers from feb identifiers.