|
ATLAS Offline Software
|
#include <LArCoverageAlg.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...
|
|
|
| LArCoverageAlg (const std::string &name, ISvcLocator *pSvcLocator) |
|
virtual | ~LArCoverageAlg () |
| Default destructor. More...
|
|
virtual StatusCode | initialize () override |
| Overwrite dummy method from AlgTool. More...
|
|
virtual StatusCode | fillHistograms (const EventContext &ctx) const override |
| Called each event. 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...
|
|
|
const LArOnlineID * | m_LArOnlineIDHelper |
|
const LArEM_ID * | m_LArEM_IDHelper |
|
const LArFCAL_ID * | m_LArFCAL_IDHelper |
|
const LArHEC_ID * | m_LArHEC_IDHelper |
|
const CaloIdManager * | m_caloIdMgr |
|
SG::ReadCondHandleKey< LArOnOffIdMapping > | m_cablingKey {this,"CablingKey","LArOnOffIdMap","SG Key of LArOnOffIdMapping object"} |
| Handle to LArOnOffIdMapping (former LArCablingService) More...
|
|
SG::ReadCondHandleKey< CaloNoise > | m_noiseCDOKey {this,"CaloNoiseKey","electronicNoise","SG Key of CaloNoise data object"} |
| Key for CaloNoise. More...
|
|
Gaudi::Property< std::vector< std::string > > | m_problemsToMask {this,"ProblemsToMask",{}, "Bad-Channel categories to mask"} |
| Handle to bad-channel tools. More...
|
|
LArBadChannelMask | m_bcMask |
|
SG::ReadHandleKey< LArRawChannelContainer > | m_rawChannelsKey {this, "LArRawChannelKey", "LArRawChannels", "SG Key of raw channels"} |
|
SG::ReadCondHandleKey< LArBadChannelCont > | m_BCKey {this, "BadChanKey", "LArBadChannel", "SG bad channels key"} |
|
SG::ReadCondHandleKey< LArBadFebCont > | m_BFKey {this, "MFKey", "LArBadFeb", "SG missing FEBs key"} |
|
SG::ReadCondHandleKey< CaloDetDescrManager > | m_caloMgrKey {this, "CaloDetDescrManager", "CaloDetDescrManager", "SG Key for CaloDetDescrManager in the Condition Store" } |
|
Gaudi::Property< EventContext::ContextEvt_t > | m_nevents {this,"Nevents",50} |
| Properties. More...
|
|
Gaudi::Property< int > | m_Nchannels {this,"Nchannels",128} |
|
Gaudi::Property< int > | m_Nsample {this,"Nsample",4} |
|
Gaudi::Property< int > | m_NftEMB {this,"NftEMB",32} |
|
Gaudi::Property< int > | m_NslotEMB {this,"NslotEMB",14} |
|
Gaudi::Property< int > | m_NftEMEC {this,"NftEMEC",25} |
|
Gaudi::Property< int > | m_NslotEMEC {this,"NslotEMEC",15} |
|
Gaudi::Property< int > | m_NftHEC {this,"NftHEC",25} |
|
Gaudi::Property< int > | m_NslotHEC {this,"NslotHEC",15} |
|
Gaudi::Property< int > | m_NftFCAL {this,"NftFCAL",25} |
|
Gaudi::Property< int > | m_NslotFCAL {this,"NslotFCAL",15} |
|
Gaudi::Property< int > | m_NphiBinsEMB1 {this,"NphiBinsEMB1",256} |
|
Gaudi::Property< int > | m_NphiBinsEMEC2 {this,"NphiBinsEMEC2",256} |
|
Gaudi::Property< std::vector< int > > | m_NphiBinsHEC {this,"NphiBinsHEC",{64,64,64,64}} |
|
Gaudi::Property< std::string > | m_CaloNoiseToolGroupName {this,"CaloNoiseToolGroupName","CaloNoise"} |
|
Gaudi::Property< std::string > | m_BadChannelsGroupName {this,"BadChannelsGroupName","BadChannels"} |
|
Gaudi::Property< std::string > | m_CoverageHWGroupName {this,"CoverageHWGroupName","CoverageHW"} |
|
Gaudi::Property< std::vector< std::string > > | m_CoverageBarrelPartitions {this, "CoverageBarrelPartitions", {"EMBA","EMBC"}} |
|
Gaudi::Property< std::vector< std::string > > | m_CoverageEndcapPartitions {this, "CoverageEndcapPartitions", {"EMECA","EMECC","HECA","HECC","FCalA","FCalC"}} |
|
Gaudi::Property< std::vector< std::string > > | m_Sides {this, "Sides", {"A","C"}} |
|
Gaudi::Property< std::vector< int > > | m_availableErrorCodes {this, "AvailableErrorCodes", {0, 1, 2, 3, 4}} |
|
std::vector< std::pair< int, std::string > > | m_availableErrorCodesPairs |
|
std::vector< int > | m_CaloNoiseGroupArrEM |
| for tools array More...
|
|
std::vector< int > | m_CaloNoiseGroupArrHEC |
|
std::vector< int > | m_CaloNoiseGroupArrFCAL |
|
std::map< std::string, int > | m_CoverageToolArrayEMBA |
|
std::map< std::string, int > | m_CoverageToolArrayEMECA |
|
std::map< std::string, int > | m_CoverageToolArrayHECA |
|
std::map< std::string, int > | m_CoverageToolArrayFCalA |
|
std::map< std::string, int > | m_CoverageToolArrayEMBC |
|
std::map< std::string, int > | m_CoverageToolArrayEMECC |
|
std::map< std::string, int > | m_CoverageToolArrayHECC |
|
std::map< std::string, int > | m_CoverageToolArrayFCalC |
|
std::map< std::string, int > | m_BadChannelToolArrayBarrel |
|
std::map< std::string, int > | m_BadChannelToolArrayEndcap |
|
const std::array< CaloGain::CaloGain, CaloCell_Base_ID::NSUBCALO > | m_highestGain |
| for CaloNoise More...
|
|
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 |
|
◆ 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.
◆ LArCoverageAlg()
LArCoverageAlg::LArCoverageAlg |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
pSvcLocator |
|
) |
| |
◆ ~LArCoverageAlg()
LArCoverageAlg::~LArCoverageAlg |
( |
| ) |
|
|
virtual |
◆ cardinality()
unsigned int AthReentrantAlgorithm::cardinality |
( |
| ) |
const |
|
overridevirtualinherited |
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 55 of file AthReentrantAlgorithm.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.");
◆ DBflag()
To retrieve bad channel DB keywords
Definition at line 413 of file LArCoverageAlg.cxx.
420 LArBadChannel bc = bcCont->
status(onID);
423 if(bc.deadCalib())
flag = 1;
424 if(bc.lowNoiseHG()||bc.lowNoiseMG()||bc.lowNoiseLG())
flag = 2;
425 if(bc.distorted())
flag = 3;
426 if(bc.unstable())
flag = 4;
427 if(bc.sporadicBurstNoise())
flag = 5;
428 if(bc.highNoiseHG()|| bc.highNoiseMG() || bc.highNoiseLG())
flag = 6;
429 if(bc.deadReadout()||bc.deadPhys()||bc.almostDead()||bc.shortProblem())
flag = 7;
◆ 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()
const DataObjIDColl & AthReentrantAlgorithm::extraOutputDeps |
( |
| ) |
const |
|
overridevirtualinherited |
Return the list of extra output dependencies.
This list is extended to include symlinks implied by inheritance relations.
Definition at line 79 of file AthReentrantAlgorithm.cxx.
86 return Algorithm::extraOutputDeps();
◆ fillHistograms()
StatusCode LArCoverageAlg::fillHistograms |
( |
const EventContext & |
ctx | ) |
const |
|
overridevirtual |
Called each event.
monitoring of coverage maps
Coverage map each line is a FEB, each column a sampling (needed for eta-phi plots): coverageMapHWEMBA[ft*(Nslot)+slot-1][sampling]=channelStatus. NOTE the -1 with the slot, needed because slots counts from 1 and vectors want 0. also: GlobalVariables::slotEMBA=[1,14]-->Nslot=14 (index=slot-1 from 0 to 13), while feedthroughEMBS=[0,31]-->Nfeedthrough=32.
known problematic FEB array, used to avoid retrieving FEB information for each channel
retrieve det. description manager
retrieve cabling (copied from LArCalibUtils/src/LArAutoCorrExtrapolate.cxx)
Retrieve Raw Channels Container
Retrieve CaloNoise
Retrieve BadChannels
Loop over LArRawChannels
Skip disconnected channels
Get ft/slot info
Get Physical Coordinates
Fix phi range in HEC
Retrieve expected noise
Plot the average expected noise vs eta for reference
Fill Bad Channels histograms
Cell is connected and in the Readout Select raw channels properly reconstructed, with all calib constants available provenance&0x00ff == 0x00a5 : raw channels from OFC iteration, all calib constants found in DB provenance&0x1000 == 0x1000 : raw channels from DSP. If no constant loaded in DSP, energy==0
Now check if it's known issue Known missing FEB: set content to 1 Known missing FEB but cells actually readout: set content to 4 Known FEB with error: set content to 0 (CaloCells not produced)
Fill Coverage maps
EM Barrel
EM Endcap
HEC
FCAL
now fill the plots
Implements AthMonitorAlgorithm.
Definition at line 128 of file LArCoverageAlg.cxx.
132 if(ctx.evt()+1 >
m_nevents )
return StatusCode::SUCCESS;
143 std::vector<LArChanHelp> the_coverageMap(0);
144 auto ref_the_coverageMap =
std::ref(the_coverageMap);
146 auto mon_ChanFtSlot =
Monitored::Collection(
"mon_ChanFtSlot",ref_the_coverageMap,[](
const LArChanHelp&
ch){
return ch.getChFtSlot();});
147 auto mon_Channels =
Monitored::Collection(
"mon_Channels",ref_the_coverageMap,[](
const LArChanHelp&
ch){
return ch.getChNumber();});
152 auto mon_isSampling0 =
Monitored::Collection(
"isSampl0",ref_the_coverageMap,[](
const LArChanHelp&
ch){
return (
ch.getChSampling()==0);});
153 auto mon_isSampling1 =
Monitored::Collection(
"isSampl1",ref_the_coverageMap,[](
const LArChanHelp&
ch){
return (
ch.getChSampling()==1);});
154 auto mon_isSampling2 =
Monitored::Collection(
"isSampl2",ref_the_coverageMap,[](
const LArChanHelp&
ch){
return (
ch.getChSampling()==2);});
155 auto mon_isSampling3 =
Monitored::Collection(
"isSampl3",ref_the_coverageMap,[](
const LArChanHelp&
ch){
return (
ch.getChSampling()==3);});
162 std::map<int,std::map<std::string,std::vector<LArChanHelp> > > coverageMap;
169 std::vector<long> knownDeadFEBs(0);
170 std::vector<long> knownErrorFEBs(0);
179 const LArOnOffIdMapping* larCabling{*cablingHdl};
182 return StatusCode::FAILURE;
187 if(! pRawChannelsContainer.isValid() ) {
189 return StatusCode::SUCCESS;
197 lb1 = (
float)ctx.eventID().lumi_block();
210 if(!mfCont)
ATH_MSG_WARNING(
"Do not have Missing FEBs container !!" );
213 HWIdentifier febid = HWIdentifier(*allFeb);
214 const LArBadFeb febStatus = mfCont->status(febid);
215 if (febStatus.
deadAll() || febStatus.
deadReadout()) knownDeadFEBs.push_back(febid.get_compact());
216 if(febStatus.
inError()) knownErrorFEBs.push_back(febid.get_compact());
223 for (
const LArRawChannel& pRawChannel : *pRawChannelsContainer) {
224 uint16_t provenanceChan = pRawChannel.provenance();
225 float energyChan = pRawChannel.energy();
226 HWIdentifier
id = pRawChannel.hardwareID();
227 Identifier offlineID = larCabling->cnvToIdentifier(
id);
230 if(!larCabling->isOnlineConnected(
id))
continue;
242 if(caloDetElement == 0 ){
243 ATH_MSG_ERROR(
"Cannot retrieve (eta,phi) coordinates for raw channels" );
246 etaChan = caloDetElement->
eta_raw();
247 phiChan = caloDetElement->
phi_raw();
258 std::string cnGroup_toFill=
"";
262 else ATH_MSG_WARNING(
"LAr IDhelper returned unexpected sampling: " << sampling <<
". Group EM could not be filled.");
267 else ATH_MSG_WARNING(
"LAr IDhelper returned unexpected sampling: " << sampling <<
". Group HEC could not be filled.");
272 else ATH_MSG_WARNING(
"LAr IDhelper returned unexpected sampling: " << sampling <<
". Group FCAL could not be filled.");
279 std::string the_side= (etaChan >= 0 ?
"A" :
"C");
305 else if(energyChan != 0) cellContent=3;
313 if(knownDeadFEBs.size()>0 &&
std::find(knownDeadFEBs.begin(), knownDeadFEBs.end(), febID.get_compact())!=knownDeadFEBs.end()) {
314 if(cellContent==0) cellContent=1;
317 if(knownErrorFEBs.size()>0 &&
std::find(knownErrorFEBs.begin(), knownErrorFEBs.end(), febID.get_compact())!=knownErrorFEBs.end())cellContent=1;
359 if(etaChan >= 0)
part+=
"A";
362 if(
part.find(
"FCal") != std::string::npos) coverageMap[cellContent][
part].push_back(LArChanHelp(single_channel,i_ftslot,sampling,etaFCal,phiFCal));
363 else coverageMap[cellContent][
part].push_back(LArChanHelp(single_channel,i_ftslot,sampling,etaChan,phiChan));
374 ref_the_coverageMap=coverageMap[chanStatusCodePair.first][
"EMBA"];
375 if(ref_the_coverageMap.get().size()!=0)
fill(
m_tools[
m_CoverageToolArrayEMBA.at(chanStatusCodePair.second)],mon_Channels,mon_ChanFtSlot,mon_Eta,mon_Phi,mon_isSampling0,mon_isSampling1,mon_isSampling2,mon_isSampling3);
377 ref_the_coverageMap=coverageMap[chanStatusCodePair.first][
"EMBC"];
378 if(ref_the_coverageMap.get().size()!=0)
fill(
m_tools[
m_CoverageToolArrayEMBC.at(chanStatusCodePair.second)],mon_Channels,mon_ChanFtSlot,mon_Eta,mon_Phi,mon_isSampling0,mon_isSampling1,mon_isSampling2,mon_isSampling3);
381 ref_the_coverageMap=coverageMap[chanStatusCodePair.first][
"EMECA"];
382 if(ref_the_coverageMap.get().size()!=0)
fill(
m_tools[
m_CoverageToolArrayEMECA.at(chanStatusCodePair.second)],mon_Channels,mon_ChanFtSlot,mon_Eta,mon_Phi,mon_isSampling0,mon_isSampling1,mon_isSampling2,mon_isSampling3);
385 ref_the_coverageMap=coverageMap[chanStatusCodePair.first][
"EMECC"];
386 if(ref_the_coverageMap.get().size()!=0)
fill(
m_tools[
m_CoverageToolArrayEMECC.at(chanStatusCodePair.second)],mon_Channels,mon_ChanFtSlot,mon_Eta,mon_Phi,mon_isSampling0,mon_isSampling1,mon_isSampling2,mon_isSampling3);
389 ref_the_coverageMap=coverageMap[chanStatusCodePair.first][
"HECA"];
390 if(ref_the_coverageMap.get().size()!=0)
fill(
m_tools[
m_CoverageToolArrayHECA.at(chanStatusCodePair.second)],mon_Channels,mon_ChanFtSlot,mon_Eta,mon_Phi,mon_isSampling0,mon_isSampling1,mon_isSampling2,mon_isSampling3);
393 ref_the_coverageMap=coverageMap[chanStatusCodePair.first][
"HECC"];
394 if(ref_the_coverageMap.get().size()!=0)
fill(
m_tools[
m_CoverageToolArrayHECC.at(chanStatusCodePair.second)],mon_Channels,mon_ChanFtSlot,mon_Eta,mon_Phi,mon_isSampling0,mon_isSampling1,mon_isSampling2,mon_isSampling3);
397 ref_the_coverageMap=coverageMap[chanStatusCodePair.first][
"FCalA"];
398 if(ref_the_coverageMap.get().size()!=0)
fill(
m_tools[
m_CoverageToolArrayFCalA.at(chanStatusCodePair.second)],mon_Channels,mon_ChanFtSlot,mon_Eta,mon_Phi,mon_isSampling0,mon_isSampling1,mon_isSampling2,mon_isSampling3);
401 ref_the_coverageMap=coverageMap[chanStatusCodePair.first][
"FCalC"];
402 if(ref_the_coverageMap.get().size()!=0)
fill(
m_tools[
m_CoverageToolArrayFCalC.at(chanStatusCodePair.second)],mon_Channels,mon_ChanFtSlot,mon_Eta,mon_Phi,mon_isSampling0,mon_isSampling1,mon_isSampling2,mon_isSampling3);
406 return StatusCode::SUCCESS;
◆ filterPassed()
virtual bool AthReentrantAlgorithm::filterPassed |
( |
const EventContext & |
ctx | ) |
const |
|
inlinevirtualinherited |
◆ 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.
171 if (!isInitialized()) {
173 "It seems that the AthMonitorAlgorithm::initialize was not called "
174 "in derived class initialize method");
178 [](
const std::string&
s,
auto h) { return s +
"," + h.first; });
179 ATH_MSG_FATAL(
"The tool " <<
name <<
" could not be found in the tool array of the "
180 <<
"monitoring algorithm " <<
m_name <<
". This probably reflects a discrepancy between "
181 <<
"your python configuration and c++ filling code. Note: your available groups are {"
182 << 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 189 of file AthMonitorAlgorithm.cxx.
◆ initialize()
StatusCode LArCoverageAlg::initialize |
( |
| ) |
|
|
overridevirtual |
Overwrite dummy method from AlgTool.
check binning (for filling white bins in eta-phi coverage plots)
Retrieve ID helpers
retrieve bad channel tool
Initialize cabling key
calo noise key
raw channel key
Translate codes to integers
tool maps (arrays of histograms)
End Initialize
Reimplemented from AthMonitorAlgorithm.
Definition at line 57 of file LArCoverageAlg.cxx.
62 TString warn_binning=
"";
96 std::vector<std::string> availableErrorCodesStrs;
99 availableErrorCodesStrs.emplace_back(Form(
"%d",
code));
◆ 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()
bool AthReentrantAlgorithm::isClonable |
( |
| ) |
const |
|
overridevirtualinherited |
Specify if the algorithm is clonable.
Reentrant algorithms are clonable.
Reimplemented in Simulation::BeamEffectsAlg, InDet::SiTrackerSpacePointFinder, InDet::SCT_Clusterization, InDet::SiSPSeededTrackFinder, SCTRawDataProvider, InDet::GNNSeedingTrackMaker, SCT_PrepDataToxAOD, RoIBResultToxAOD, SCT_CablingCondAlgFromCoraCool, SCT_ReadCalibDataTestAlg, SCT_CablingCondAlgFromText, InDet::SiSPGNNTrackMaker, SCT_ReadCalibChipDataTestAlg, SCT_TestCablingAlg, SCT_ConfigurationConditionsTestAlg, ITkPixelCablingAlg, ITkStripCablingAlg, SCTEventFlagWriter, SCT_ConditionsSummaryTestAlg, SCT_ModuleVetoTestAlg, SCT_MonitorConditionsTestAlg, SCT_LinkMaskingTestAlg, SCT_MajorityConditionsTestAlg, SCT_RODVetoTestAlg, SCT_SensorsTestAlg, SCT_TdaqEnabledTestAlg, SCT_SiliconConditionsTestAlg, SCTSiLorentzAngleTestAlg, SCT_ByteStreamErrorsTestAlg, SCT_ConditionsParameterTestAlg, SCT_FlaggedConditionTestAlg, SCT_StripVetoTestAlg, SCT_RawDataToxAOD, and SCTSiPropertiesTestAlg.
Definition at line 44 of file AthReentrantAlgorithm.cxx.
◆ 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 336 of file AthMonitorAlgorithm.cxx.
338 std::stringstream
ss(
line);
342 while ( std::getline(
ss,
item,
',') ) {
343 std::stringstream iss(
item);
348 return StatusCode::SUCCESS;
◆ renounce()
◆ renounceArray()
◆ setFilterPassed()
virtual void AthReentrantAlgorithm::setFilterPassed |
( |
bool |
state, |
|
|
const EventContext & |
ctx |
|
) |
| const |
|
inlinevirtualinherited |
◆ sysExecute()
StatusCode AthReentrantAlgorithm::sysExecute |
( |
const EventContext & |
ctx | ) |
|
|
overridevirtualinherited |
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 67 of file AthReentrantAlgorithm.cxx.
69 return Gaudi::Algorithm::sysExecute (ctx);
◆ sysInitialize()
StatusCode AthReentrantAlgorithm::sysInitialize |
( |
| ) |
|
|
overridevirtualinherited |
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 96 of file AthReentrantAlgorithm.cxx.
107 if ( cs.retrieve().isFailure() ) {
109 return StatusCode::SUCCESS;
111 if (cs->regHandle(
this,*
h).isFailure()) {
112 sc = StatusCode::FAILURE;
113 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 194 of file AthMonitorAlgorithm.cxx.
198 if (vTrigNames.empty())
return true;
210 bool expressPass = passedBits & TrigDefs::Express_passed;
217 return group->isPassed();
◆ updateVHKA()
◆ cfg
LArCoverageAlg.cfg = CaloRecoCfg(flags) |
LArCoverageAlg.f = open("CoverageMaker.pkl","wb") |
◆ Files
◆ flags
LArCoverageAlg.flags = initConfigFlags() |
◆ HISTFileName
LArCoverageAlg.HISTFileName |
◆ larCoverageAcc
◆ m_availableErrorCodes
Gaudi::Property< std::vector<int> > LArCoverageAlg::m_availableErrorCodes {this, "AvailableErrorCodes", {0, 1, 2, 3, 4}} |
|
private |
◆ m_availableErrorCodesPairs
std::vector<std::pair<int, std::string> > LArCoverageAlg::m_availableErrorCodesPairs |
|
private |
◆ m_BadChannelsGroupName
Gaudi::Property<std::string> LArCoverageAlg::m_BadChannelsGroupName {this,"BadChannelsGroupName","BadChannels"} |
|
private |
◆ m_BadChannelToolArrayBarrel
std::map<std::string,int> LArCoverageAlg::m_BadChannelToolArrayBarrel |
|
private |
◆ m_BadChannelToolArrayEndcap
std::map<std::string,int> LArCoverageAlg::m_BadChannelToolArrayEndcap |
|
private |
◆ m_BCKey
◆ m_bcMask
◆ m_BFKey
◆ m_cablingKey
◆ m_caloIdMgr
◆ m_caloMgrKey
◆ m_CaloNoiseGroupArrEM
std::vector<int> LArCoverageAlg::m_CaloNoiseGroupArrEM |
|
private |
◆ m_CaloNoiseGroupArrFCAL
std::vector<int> LArCoverageAlg::m_CaloNoiseGroupArrFCAL |
|
private |
◆ m_CaloNoiseGroupArrHEC
std::vector<int> LArCoverageAlg::m_CaloNoiseGroupArrHEC |
|
private |
◆ m_CaloNoiseToolGroupName
Gaudi::Property<std::string> LArCoverageAlg::m_CaloNoiseToolGroupName {this,"CaloNoiseToolGroupName","CaloNoise"} |
|
private |
◆ m_CoverageBarrelPartitions
Gaudi::Property< std::vector<std::string> > LArCoverageAlg::m_CoverageBarrelPartitions {this, "CoverageBarrelPartitions", {"EMBA","EMBC"}} |
|
private |
◆ m_CoverageEndcapPartitions
Gaudi::Property< std::vector<std::string> > LArCoverageAlg::m_CoverageEndcapPartitions {this, "CoverageEndcapPartitions", {"EMECA","EMECC","HECA","HECC","FCalA","FCalC"}} |
|
private |
◆ m_CoverageHWGroupName
Gaudi::Property<std::string> LArCoverageAlg::m_CoverageHWGroupName {this,"CoverageHWGroupName","CoverageHW"} |
|
private |
◆ m_CoverageToolArrayEMBA
std::map<std::string,int> LArCoverageAlg::m_CoverageToolArrayEMBA |
|
private |
◆ m_CoverageToolArrayEMBC
std::map<std::string,int> LArCoverageAlg::m_CoverageToolArrayEMBC |
|
private |
◆ m_CoverageToolArrayEMECA
std::map<std::string,int> LArCoverageAlg::m_CoverageToolArrayEMECA |
|
private |
◆ m_CoverageToolArrayEMECC
std::map<std::string,int> LArCoverageAlg::m_CoverageToolArrayEMECC |
|
private |
◆ m_CoverageToolArrayFCalA
std::map<std::string,int> LArCoverageAlg::m_CoverageToolArrayFCalA |
|
private |
◆ m_CoverageToolArrayFCalC
std::map<std::string,int> LArCoverageAlg::m_CoverageToolArrayFCalC |
|
private |
◆ m_CoverageToolArrayHECA
std::map<std::string,int> LArCoverageAlg::m_CoverageToolArrayHECA |
|
private |
◆ m_CoverageToolArrayHECC
std::map<std::string,int> LArCoverageAlg::m_CoverageToolArrayHECC |
|
private |
◆ m_dataType
◆ m_dataTypeStr
Gaudi::Property<std::string> AthMonitorAlgorithm::m_dataTypeStr {this,"DataType","userDefined"} |
|
protectedinherited |
◆ m_defaultLBDuration
Gaudi::Property<float> AthMonitorAlgorithm::m_defaultLBDuration {this,"DefaultLBDuration",60.} |
|
protectedinherited |
◆ 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
DataObjIDColl AthReentrantAlgorithm::m_extendedExtraObjects |
|
privateinherited |
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
Empty if no symlinks were found.
Definition at line 153 of file AthReentrantAlgorithm.h.
◆ m_fileKey
Gaudi::Property<std::string> AthMonitorAlgorithm::m_fileKey {this,"FileKey",""} |
|
protectedinherited |
◆ m_highestGain
◆ m_LArEM_IDHelper
◆ m_LArFCAL_IDHelper
◆ m_LArHEC_IDHelper
◆ m_LArOnlineIDHelper
◆ m_lbDurationDataKey
◆ m_lumiDataKey
◆ m_name
std::string AthMonitorAlgorithm::m_name |
|
privateinherited |
◆ m_Nchannels
Gaudi::Property<int> LArCoverageAlg::m_Nchannels {this,"Nchannels",128} |
|
private |
◆ m_nevents
Gaudi::Property<EventContext::ContextEvt_t> LArCoverageAlg::m_nevents {this,"Nevents",50} |
|
private |
◆ m_NftEMB
Gaudi::Property<int> LArCoverageAlg::m_NftEMB {this,"NftEMB",32} |
|
private |
◆ m_NftEMEC
Gaudi::Property<int> LArCoverageAlg::m_NftEMEC {this,"NftEMEC",25} |
|
private |
◆ m_NftFCAL
Gaudi::Property<int> LArCoverageAlg::m_NftFCAL {this,"NftFCAL",25} |
|
private |
◆ m_NftHEC
Gaudi::Property<int> LArCoverageAlg::m_NftHEC {this,"NftHEC",25} |
|
private |
◆ m_noiseCDOKey
◆ m_NphiBinsEMB1
Gaudi::Property<int> LArCoverageAlg::m_NphiBinsEMB1 {this,"NphiBinsEMB1",256} |
|
private |
◆ m_NphiBinsEMEC2
Gaudi::Property<int> LArCoverageAlg::m_NphiBinsEMEC2 {this,"NphiBinsEMEC2",256} |
|
private |
◆ m_NphiBinsHEC
Gaudi::Property<std::vector<int> > LArCoverageAlg::m_NphiBinsHEC {this,"NphiBinsHEC",{64,64,64,64}} |
|
private |
◆ m_Nsample
Gaudi::Property<int> LArCoverageAlg::m_Nsample {this,"Nsample",4} |
|
private |
◆ m_NslotEMB
Gaudi::Property<int> LArCoverageAlg::m_NslotEMB {this,"NslotEMB",14} |
|
private |
◆ m_NslotEMEC
Gaudi::Property<int> LArCoverageAlg::m_NslotEMEC {this,"NslotEMEC",15} |
|
private |
◆ m_NslotFCAL
Gaudi::Property<int> LArCoverageAlg::m_NslotFCAL {this,"NslotFCAL",15} |
|
private |
◆ m_NslotHEC
Gaudi::Property<int> LArCoverageAlg::m_NslotHEC {this,"NslotHEC",15} |
|
private |
◆ m_problemsToMask
Gaudi::Property<std::vector<std::string> > LArCoverageAlg::m_problemsToMask {this,"ProblemsToMask",{}, "Bad-Channel categories to mask"} |
|
private |
◆ m_rawChannelsKey
◆ m_Sides
Gaudi::Property< std::vector<std::string> > LArCoverageAlg::m_Sides {this, "Sides", {"A","C"}} |
|
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 |
◆ useTrigger
LArCoverageAlg.useTrigger |
The documentation for this class was generated from the following files:
def retrieve(aClass, aKey=None)
Gaudi::Property< EventContext::ContextEvt_t > m_nevents
Properties.
std::map< std::string, int > m_BadChannelToolArrayBarrel
PublicToolHandle< Trig::TrigDecisionTool > m_trigDecTool
Tool to tell whether a specific trigger is passed.
std::string find(const std::string &s)
return a remapped string
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
Gaudi::Property< std::string > m_BadChannelsGroupName
Conditions-Data class holding LAr Bad Channel or Bad Feb information.
Gaudi::Property< std::string > m_CaloNoiseToolGroupName
bool accumulate(AccumulateMap &map, std::vector< module_t > const &modules, FPGATrackSimMatrixAccumulator const &acc)
Accumulates an accumulator (e.g.
This class groups all DetDescr information related to a CaloCell. Provides a generic interface for al...
const LArEM_ID * getEM_ID(void) const
std::vector< std::string > m_vTrigChainNames
Vector of trigger chain names parsed from trigger chain string.
const CaloDetDescrElement * get_element(const Identifier &cellId) const
get element by its identifier
SG::ReadCondHandleKey< LArBadChannelCont > m_BCKey
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.
bool deadReadout() const
FEB is not sending readout data, but the L1 trigger path is working.
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)
int module(const Identifier id) const
module [1,3]
const LArEM_ID * m_LArEM_IDHelper
SG::ReadHandleKey< LArRawChannelContainer > m_rawChannelsKey
std::unordered_map< std::string, size_t > m_toolLookupMap
AthMonitorAlgorithm::Environment_t m_environment
Instance of the Environment_t enum.
int sampling(const Identifier id) const
return sampling according to :
id_iterator feb_begin() const
Returns an iterator pointing to a feb identifier collection.
std::map< std::string, int > m_CoverageToolArrayEMECA
std::map< std::string, int > m_CoverageToolArrayEMECC
const std::string & key() const
Return the StoreGate ID for the referenced object.
Gaudi::Property< std::vector< std::string > > m_problemsToMask
Handle to bad-channel tools.
float getNoise(const IdentifierHash h, const int gain) const
Accessor by IdentifierHash and gain.
bool cellShouldBeMasked(const LArBadChannelCont *bcCont, const HWIdentifier &hardwareId) const
LArBC_t status(const HWIdentifier channel) const
Query the status of a particular channel or FEB This is the main client access method.
bool trigChainsArePassed(const std::vector< std::string > &vTrigNames) const
Check whether triggers are passed.
Gaudi::Property< std::vector< int > > m_NphiBinsHEC
int eta(const Identifier id) const
eta [0,63] module 1 ; [0,31] module 2 ; [0,15] module 3
float eta_raw() const
cell eta_raw
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
ValuesCollection< T > Collection(std::string name, const T &collection)
Declare a monitored (double-convertible) collection.
virtual void setOwner(IDataHandleHolder *o)=0
const ToolHandle< GenericMonitoringTool > m_dummy
Gaudi::Property< int > m_NphiBinsEMB1
Gaudi::Property< std::string > m_CoverageHWGroupName
CaloCell_ID::SUBCALO getSubCalo() const
cell subcalo
SG::ReadCondHandleKey< CaloDetDescrManager > m_caloMgrKey
std::vector< int > m_CaloNoiseGroupArrHEC
Gaudi::Property< std::vector< int > > m_availableErrorCodes
std::map< std::string, int > m_CoverageToolArrayEMBC
bool isFCALchannel(const HWIdentifier id) const
int phi(const Identifier id) const
phi [0,15]
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
Handle to LArOnOffIdMapping (former LArCablingService)
int channel(const HWIdentifier id) const
Return the channel number of a hardware cell identifier channel = [0,127] in all FEB.
const LArHEC_ID * getHEC_ID(void) const
bool isEMECchannel(const HWIdentifier id) const override final
ToolHandleArray< IDQFilterTool > m_DQFilterTools
Array of Data Quality filter tools.
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
const LArHEC_ID * m_LArHEC_IDHelper
Liquid Argon ROD output object base class.
Gaudi::Property< std::vector< std::string > > m_CoverageBarrelPartitions
std::vector< int > m_CaloNoiseGroupArrFCAL
::StatusCode StatusCode
StatusCode definition for legacy code.
std::map< std::string, int > m_CoverageToolArrayEMBA
bool deadAll() const
FEB is completely missing, e.g. powered off.
Gaudi::Property< int > m_Nsample
void tolower(std::string &s)
virtual StatusCode fillHistograms(const EventContext &ctx) const =0
adds event to the monitoring histograms
const LArFCAL_ID * getFCAL_ID(void) const
std::map< std::string, int > m_BadChannelToolArrayEndcap
int DBflag(HWIdentifier, const LArBadChannelCont *) const
To retrieve bad channel DB keywords
SG::ReadCondHandleKey< CaloNoise > m_noiseCDOKey
Key for CaloNoise.
Amg::Vector3D transform(Amg::Vector3D &v, Amg::Transform3D &tr)
Transform a point from a Trasformation3D.
std::vector< std::pair< int, std::string > > m_availableErrorCodesPairs
SG::ReadCondHandleKey< LArBadFebCont > m_BFKey
Gaudi::Property< int > m_NphiBinsEMEC2
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.
static double fix(double phi)
AthMonitorAlgorithm::DataType_t m_dataType
Instance of the DataType_t enum.
DataObjIDColl m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
HWIdentifier feb_Id(int barrel_ec, int pos_neg, int feedthrough, int slot) const
Create feb_Id from fields.
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
id_iterator feb_end() const
ToolHandleArray< GenericMonitoringTool > m_tools
Array of Generic Monitoring Tools.
Gaudi::Property< int > m_NslotEMEC
Gaudi::Property< int > m_NslotHEC
bool test(const uint16_t prov, const LArProvenance check)
Gaudi::Property< std::vector< std::string > > m_Sides
virtual StatusCode sysInitialize() override
Override sysInitialize.
Gaudi::Property< bool > m_enforceExpressTriggers
const CaloIdManager * m_caloIdMgr
StatusCode initialize(bool used=true)
bool inError() const
FEB has readout errors, cannot be used.
bool isEMBchannel(const HWIdentifier id) const
virtual StatusCode initialize() override
initialize
const LArOnlineID * m_LArOnlineIDHelper
int feedthrough(const HWIdentifier id) const
Return the feedthrough of a hardware cell identifier : feedthrough = [0,31] Barrel - A/C side or H/...
This class provides the client interface for accessing the detector description information common to...
std::map< std::string, int > m_CoverageToolArrayFCalC
#define ATH_MSG_WARNING(x)
const boost::regex ref(r_ef)
int sampling(const Identifier id) const
return sampling [0,3] (only 0 for supercells)
std::map< std::string, int > m_CoverageToolArrayFCalA
Gaudi::Property< int > m_NslotFCAL
const LArFCAL_ID * m_LArFCAL_IDHelper
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
std::map< std::string, int > m_CoverageToolArrayHECA
bool isHECchannel(const HWIdentifier id) const override final
Declare a monitored scalar variable.
const std::array< CaloGain::CaloGain, CaloCell_Base_ID::NSUBCALO > m_highestGain
for CaloNoise
Gaudi::Property< std::vector< std::string > > m_CoverageEndcapPartitions
Gaudi::Property< int > m_NslotEMB
LArBadChannelMask m_bcMask
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
std::vector< int > m_CaloNoiseGroupArrEM
for tools array
HWIdentifier feedthrough_Id(int barrel_ec, int pos_neg, int feedthrough) const
Create a feedthrough identifier from fields.
std::map< std::string, int > m_CoverageToolArrayHECC
float phi_raw() const
cell phi_raw