|
ATLAS Offline Software
|
#include <LArDigitMonAlg.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...
|
|
|
| LArDigitMonAlg (const std::string &name, ISvcLocator *pSvcLocator) |
|
virtual | ~LArDigitMonAlg () |
| Default destructor. More...
|
|
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...
|
|
|
Gaudi::Property< std::string > | m_MonGroupName {this, "LArDigitsGroupName", "LArDigitsMonGroup"} |
| declaration variables used in joboptions More...
|
|
Gaudi::Property< std::vector< std::string > > | m_SubDetNames {this, "LArDigitsSubDetNames", {} } |
|
Gaudi::Property< std::vector< std::string > > | m_partitions {this, "LArDigitsPartitionNames", {} } |
|
Gaudi::Property< std::vector< int > > | m_Nslots {this, "LArDigitsNslots", {} } |
|
Gaudi::Property< int > | m_AskedSampleRangeLow {this, "SampleRangeLow", -1} |
| Range to check for the max sample. More...
|
|
Gaudi::Property< int > | m_AskedSampleRangeUp {this, "SampleRangeUp", -1} |
|
Gaudi::Property< int > | m_ADCsatureCut {this, "ADCSatureCut", 4095} |
| default saturation cuts More...
|
|
Gaudi::Property< int > | m_SigmaCut {this, "SigmaCut", 5} |
| default cut to select events More...
|
|
Gaudi::Property< int > | m_ExpectedSampleMax {this, "ExpectedSampleMax", 0} |
| Use the SampleMax expected and the SampleNumber from DB. More...
|
|
Gaudi::Property< int > | m_SampleNumberFromDB {this, "SampleNumberFromDB", 0} |
|
Gaudi::Property< int > | m_NumberBadFebs {this, "NumberBadFebs", 5} |
| Number of Bad FEBs used to declare an event noisy and exclude it from monitoring. More...
|
|
Gaudi::Property< bool > | m_ignoreKnownBadChannels {this, "IgnoreBadChannels", false} |
| bool use to mask the bad channels More...
|
|
Gaudi::Property< bool > | m_IsOnline {this, "IsOnline", false} |
| Switch to online/offline mode. More...
|
|
Gaudi::Property< double > | m_TreshOut {this, "TreshOut", 5.} |
| Treshold to declare a bad event. More...
|
|
Gaudi::Property< double > | m_TreshNull {this, "TreshNull", 5.} |
|
Gaudi::Property< double > | m_TreshSat {this, "TreshSat", 5.} |
|
Gaudi::Property< std::vector< std::string > > | m_streams {this, "Streams", {}} |
| Give the name of the streams you want to monitor: More...
|
|
Gaudi::Property< std::string > | m_summaryMonGroupName {this, "SummaryMonGroup", "Summary"} |
|
SG::ReadCondHandleKey< LArOnOffIdMapping > | m_cablingKey {this, "CablingKey", "LArOnOffIdMap","Cabling key"} |
|
LArBadChannelMask | m_bcMask |
| Handle to bad-channel mask. More...
|
|
SG::ReadCondHandleKey< LArBadChannelCont > | m_bcContKey {this, "BadChanKey", "LArBadChannel", "SG key for LArBadChan object"} |
|
Gaudi::Property< std::vector< std::string > > | m_problemsToMask {this,"ProblemsToMask",{}, "Bad-Channel categories to mask"} |
|
SG::ReadCondHandleKey< ILArPedestal > | m_keyPedestal {this,"LArPedestalKey","LArPedestal","SG key of LArPedestal CDO"} |
| Handle to pedestal. More...
|
|
SG::ReadHandleKey< LArNoisyROSummary > | m_noisyROSummaryKey {this,"NoisyROSumKey","LArNoisyROSummary","SG key of LArNoisyROSummary object"} |
| Handle to NoisyRO info. More...
|
|
SG::ReadHandleKey< xAOD::EventInfo > | m_eventInfoKey {this,"EventInfo","EventInfo","SG Key of EventInfo object"} |
|
SG::ReadHandleKey< LArDigitContainer > | m_digitContainerKey {this,"LArDigitContainerKey","FREE","SG key of LArDigitContainer read from Bytestream"} |
| Handle to digits. More...
|
|
const LArOnlineID * | m_LArOnlineIDHelper |
|
const LArEM_ID * | m_LArEM_IDHelper |
|
std::vector< std::map< std::string, int > > | m_histoGroups |
|
int m_Samplenbr | ATLAS_THREAD_SAFE |
| Private members. More...
|
|
std::mutex | m_lock |
|
int m_SampleRangeLow | ATLAS_THREAD_SAFE = 0 |
|
int m_SampleRangeUp | ATLAS_THREAD_SAFE = 0 |
|
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 36 of file LArDigitMonAlg.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.
◆ LArDigitMonAlg()
LArDigitMonAlg::LArDigitMonAlg |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
pSvcLocator |
|
) |
| |
◆ ~LArDigitMonAlg()
LArDigitMonAlg::~LArDigitMonAlg |
( |
| ) |
|
|
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.");
◆ 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 LArDigitMonAlg::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
EventID is a part of EventInfo, search event informations:
Define iterators to loop over Digits containers
First event : define range to look for max sample. If not set by user, depends on number of samples
Set range to look for the maximum
Now if we have an exotic configuration...
Loop over digits
Remove problematic channels
Fill the gain
Retrieve pedestals
skip cells with no pedestals reference in db.
skip disconnected channels:
Determine to which partition this channel belongs to
Retrieve once, all the cell info:
Retrieve samples
retrieve the max sample digit ie digitot.back().
if event pass the sigma cut:
Loop over the samples and get signal shape:
Then fill histo about max sample:
fill histo out of range:
Second monitoring of the saturating cells.
monitoring cells containing one sample==0.
End of loop on LArDigit
Implements AthMonitorAlgorithm.
Definition at line 117 of file LArDigitMonAlg.cxx.
127 if(noisyRO.isValid()) {
128 const std::vector<HWIdentifier>& noisyFEB = noisyRO->get_noisy_febs();
131 return StatusCode::SUCCESS;
174 unsigned thisl1Trig = thisEvent->level1TriggerType();
175 unsigned thisLBN = thisEvent->lumiBlock();
211 if(m_Samplenbr < 0) {
212 std::lock_guard<std::mutex> lock(
m_lock);
218 if (itDig!=itDig_e) {
234 if(m_Samplenbr == 5) {
239 if(m_Samplenbr == 7) {
244 if(m_Samplenbr == 10) {
249 if(m_Samplenbr == 32) {
255 if(m_Samplenbr < 10&&m_Samplenbr!=5&&m_Samplenbr!=7) {
260 if(m_Samplenbr <= 20&&m_Samplenbr>10) {
265 if(m_Samplenbr > 20&&m_Samplenbr!=32) {
277 ATH_MSG_DEBUG(
"Range set to "<< m_SampleRangeLow <<
" - " << m_SampleRangeUp );
280 for ( ; itDig!=itDig_e;++itDig) {
294 int cgain = pLArDigit->
gain();
300 float pedestal = pedestals->
pedestal(
id,cgain);
301 float pedestalRMS=pedestals->
pedestalRMS(
id,cgain);
307 if(!
cabling->isOnlineConnected(
id))
continue;
314 int subdet = ThisPartition / 2;
320 int crate=thisSlot +
m_Nslots[ThisPartition]*feedthrough;
323 const std::vector<short>* digito = &pLArDigit->
samples();
326 std::vector<short>::const_iterator maxSam = std::max_element(digito->begin(), digito->end());
327 std::vector<short>::const_iterator minSam = std::min_element(digito->begin(), digito->end());
328 int thismaxPos=(maxSam-digito->begin());
329 std::vector<short>::const_iterator iterSam= digito->begin();
335 for(
int i=0;
i<pLArDigit->
nsamples();++
i,++iterSam){
337 signal= (*iterSam-pedestal)/(*maxSam-pedestal);
338 weight = (*maxSam-pedestal);
346 energy=(*maxSam-pedestal);
352 if(!(thismaxPos>=m_SampleRangeLow&&thismaxPos<=m_SampleRangeUp)){
399 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 LArDigitMonAlg::initialize |
( |
| ) |
|
|
overridevirtual |
initialize
- Returns
- StatusCode
Get LAr Online Id Helper
Get bad-channel mask (only if jO IgnoreBadChannels is true)
Reimplemented from AthMonitorAlgorithm.
Definition at line 62 of file LArDigitMonAlg.cxx.
76 return StatusCode::FAILURE;
89 return StatusCode::FAILURE;
108 std::vector<std::string>
part;
◆ 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()
◆ WhatPartition()
int LArDigitMonAlg::WhatPartition |
( |
HWIdentifier |
id, |
|
|
int |
side |
|
) |
| const |
|
private |
Say which partition is a channel.
Definition at line 405 of file LArDigitMonAlg.cxx.
409 if(
side==0)
return 0;
412 if(
side==0)
return 2;
415 if(
side==0)
return 4;
418 if(
side==0)
return 6;
◆ aff_acc
◆ ATLAS_THREAD_SAFE [1/3]
int m_Samplenbr LArDigitMonAlg::ATLAS_THREAD_SAFE |
|
mutableprivate |
◆ ATLAS_THREAD_SAFE [2/3]
int m_SampleRangeLow LArDigitMonAlg::ATLAS_THREAD_SAFE = 0 |
|
mutableprivate |
◆ ATLAS_THREAD_SAFE [3/3]
int m_SampleRangeUp LArDigitMonAlg::ATLAS_THREAD_SAFE = 0 |
|
mutableprivate |
◆ cfg
LArDigitMonAlg.cfg = CaloRecoCfg(flags) |
◆ enableLumiAccess
LArDigitMonAlg.enableLumiAccess |
LArDigitMonAlg.f = open("LArDigitMon.pkl","wb") |
◆ Files
◆ flags
LArDigitMonAlg.flags = initConfigFlags() |
◆ HISTFileName
LArDigitMonAlg.HISTFileName |
◆ m_ADCsatureCut
Gaudi::Property<int> LArDigitMonAlg::m_ADCsatureCut {this, "ADCSatureCut", 4095} |
|
private |
◆ m_AskedSampleRangeLow
Gaudi::Property<int> LArDigitMonAlg::m_AskedSampleRangeLow {this, "SampleRangeLow", -1} |
|
private |
Range to check for the max sample.
If min and max=0, the range is set dynamically
Definition at line 58 of file LArDigitMonAlg.h.
◆ m_AskedSampleRangeUp
Gaudi::Property<int> LArDigitMonAlg::m_AskedSampleRangeUp {this, "SampleRangeUp", -1} |
|
private |
◆ m_bcContKey
◆ m_bcMask
◆ m_cablingKey
◆ 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_digitContainerKey
◆ 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_EventInfoKey
◆ m_evtStore
◆ m_ExpectedSampleMax
Gaudi::Property<int> LArDigitMonAlg::m_ExpectedSampleMax {this, "ExpectedSampleMax", 0} |
|
private |
Use the SampleMax expected and the SampleNumber from DB.
Definition at line 65 of file LArDigitMonAlg.h.
◆ 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_histoGroups
std::vector<std::map<std::string,int> > LArDigitMonAlg::m_histoGroups |
|
private |
◆ m_ignoreKnownBadChannels
Gaudi::Property<bool> LArDigitMonAlg::m_ignoreKnownBadChannels {this, "IgnoreBadChannels", false} |
|
private |
◆ m_IsOnline
Gaudi::Property<bool> LArDigitMonAlg::m_IsOnline {this, "IsOnline", false} |
|
private |
◆ m_keyPedestal
◆ m_LArEM_IDHelper
◆ m_LArOnlineIDHelper
◆ m_lbDurationDataKey
◆ m_lock
std::mutex LArDigitMonAlg::m_lock |
|
mutableprivate |
◆ m_lumiDataKey
◆ m_MonGroupName
Gaudi::Property<std::string> LArDigitMonAlg::m_MonGroupName {this, "LArDigitsGroupName", "LArDigitsMonGroup"} |
|
private |
◆ m_name
std::string AthMonitorAlgorithm::m_name |
|
privateinherited |
◆ m_noisyROSummaryKey
◆ m_Nslots
Gaudi::Property<std::vector<int> > LArDigitMonAlg::m_Nslots {this, "LArDigitsNslots", {} } |
|
private |
◆ m_NumberBadFebs
Gaudi::Property<int> LArDigitMonAlg::m_NumberBadFebs {this, "NumberBadFebs", 5} |
|
private |
Number of Bad FEBs used to declare an event noisy and exclude it from monitoring.
Definition at line 68 of file LArDigitMonAlg.h.
◆ m_partitions
Gaudi::Property<std::vector<std::string> > LArDigitMonAlg::m_partitions {this, "LArDigitsPartitionNames", {} } |
|
private |
◆ m_problemsToMask
Gaudi::Property<std::vector<std::string> > LArDigitMonAlg::m_problemsToMask {this,"ProblemsToMask",{}, "Bad-Channel categories to mask"} |
|
private |
◆ m_SampleNumberFromDB
Gaudi::Property<int> LArDigitMonAlg::m_SampleNumberFromDB {this, "SampleNumberFromDB", 0} |
|
private |
◆ m_SigmaCut
Gaudi::Property<int> LArDigitMonAlg::m_SigmaCut {this, "SigmaCut", 5} |
|
private |
◆ m_streams
Gaudi::Property<std::vector<std::string> > LArDigitMonAlg::m_streams {this, "Streams", {}} |
|
private |
Give the name of the streams you want to monitor:
Definition at line 80 of file LArDigitMonAlg.h.
◆ m_SubDetNames
Gaudi::Property<std::vector<std::string> > LArDigitMonAlg::m_SubDetNames {this, "LArDigitsSubDetNames", {} } |
|
private |
◆ m_summaryMonGroupName
Gaudi::Property<std::string> LArDigitMonAlg::m_summaryMonGroupName {this, "SummaryMonGroup", "Summary"} |
|
private |
◆ m_toolLookupMap
std::unordered_map<std::string, size_t> AthMonitorAlgorithm::m_toolLookupMap |
|
privateinherited |
◆ m_tools
◆ m_TreshNull
Gaudi::Property<double> LArDigitMonAlg::m_TreshNull {this, "TreshNull", 5.} |
|
private |
◆ m_TreshOut
Gaudi::Property<double> LArDigitMonAlg::m_TreshOut {this, "TreshOut", 5.} |
|
private |
◆ m_TreshSat
Gaudi::Property<double> LArDigitMonAlg::m_TreshSat {this, "TreshSat", 5.} |
|
private |
◆ 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
LArDigitMonAlg.useTrigger |
The documentation for this class was generated from the following files:
def retrieve(aClass, aKey=None)
SG::ReadHandleKey< LArNoisyROSummary > m_noisyROSummaryKey
Handle to NoisyRO info.
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
virtual float pedestal(const HWIdentifier &id, int gain) const =0
Const iterator class for DataVector/DataList.
PublicToolHandle< Trig::TrigDecisionTool > m_trigDecTool
Tool to tell whether a specific trigger is passed.
Gaudi::Property< std::vector< std::string > > m_problemsToMask
LArBadChannelMask m_bcMask
Handle to bad-channel mask.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
Conditions-Data class holding LAr Bad Channel or Bad Feb information.
bool accumulate(AccumulateMap &map, std::vector< module_t > const &modules, FPGATrackSimMatrixAccumulator const &acc)
Accumulates an accumulator (e.g.
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::ReadCondHandleKey< LArBadChannelCont > m_bcContKey
SG::ReadHandleKey< xAOD::EventInfo > m_EventInfoKey
Key for retrieving EventInfo from StoreGate.
const std::vector< short > & samples() const
const HWIdentifier & hardwareID() const
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
Gaudi::Property< int > m_SampleNumberFromDB
SG::ReadCondHandleKey< ILArPedestal > m_keyPedestal
Handle to pedestal.
AthMonitorAlgorithm::Environment_t m_environment
Instance of the Environment_t enum.
Gaudi::Property< std::vector< int > > m_Nslots
bool cellShouldBeMasked(const LArBadChannelCont *bcCont, const HWIdentifier &hardwareId) 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.
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_NumberBadFebs
Number of Bad FEBs used to declare an event noisy and exclude it from monitoring.
Gaudi::Property< std::vector< std::string > > m_partitions
int channel(const HWIdentifier id) const
Return the channel number of a hardware cell identifier channel = [0,127] in all FEB.
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 digit base class.
Gaudi::Property< int > m_ExpectedSampleMax
Use the SampleMax expected and the SampleNumber from DB.
Gaudi::Property< int > m_SigmaCut
default cut to select events
::StatusCode StatusCode
StatusCode definition for legacy code.
int WhatPartition(HWIdentifier id, int side) const
Say which partition is a channel.
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
void tolower(std::string &s)
virtual StatusCode fillHistograms(const EventContext &ctx) const =0
adds event to the monitoring histograms
Amg::Vector3D transform(Amg::Vector3D &v, Amg::Transform3D &tr)
Transform a point from a Trasformation3D.
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...
const LArEM_ID * m_LArEM_IDHelper
Gaudi::Property< std::vector< std::string > > m_streams
Give the name of the streams you want to monitor:
SG::ReadHandleKey< LArDigitContainer > m_digitContainerKey
Handle to digits.
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.
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
Gaudi::Property< std::vector< std::string > > m_SubDetNames
Gaudi::Property< int > m_AskedSampleRangeUp
ToolHandleArray< GenericMonitoringTool > m_tools
Array of Generic Monitoring Tools.
Gaudi::Property< std::string > m_summaryMonGroupName
virtual StatusCode sysInitialize() override
Override sysInitialize.
Gaudi::Property< bool > m_enforceExpressTriggers
StatusCode initialize(bool used=true)
virtual StatusCode initialize() override
initialize
std::vector< std::map< std::string, int > > m_histoGroups
int feedthrough(const HWIdentifier id) const
Return the feedthrough of a hardware cell identifier : feedthrough = [0,31] Barrel - A/C side or H/...
CaloGain::CaloGain gain() const
#define ATH_MSG_WARNING(x)
Gaudi::Property< int > m_AskedSampleRangeLow
Range to check for the max sample.
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
Gaudi::Property< int > m_ADCsatureCut
default saturation cuts
const LArOnlineID * m_LArOnlineIDHelper
bool isHECchannel(const HWIdentifier id) const override final
Declare a monitored scalar variable.
std::vector< unsigned > trigStreamMatching(const std::vector< std::string > &streamsFromJobO, const std::vector< xAOD::EventInfo::StreamTag > &streamInEvent)
Gaudi::Property< bool > m_ignoreKnownBadChannels
bool use to mask the bad channels
virtual float pedestalRMS(const HWIdentifier &id, int gain) const =0
access to RMS of Pedestal index by Identifier, and gain setting
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
bool isEmBarrelOnline(const HWIdentifier id) const
HWIdentifier feedthrough_Id(int barrel_ec, int pos_neg, int feedthrough) const
Create a feedthrough identifier from fields.