 |
ATLAS Offline Software
|
#include <TrigBphysMonitorAlgorithm.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...
|
| |
|
| | TrigBphysMonitorAlgorithm (const std::string &name, ISvcLocator *pSvcLocator) |
| |
| virtual | ~TrigBphysMonitorAlgorithm () |
| |
| 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, V, H > &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...
|
| |
|
| StatusCode | fillContainers (const EventContext &ctx) const |
| | For lxy etc. More...
|
| |
| StatusCode | fillContainerHists (const EventContext &ctx, const SG::ReadHandleKey< xAOD::TrigBphysContainer > &trigBphysContainerKey) const |
| |
| StatusCode | fillChains (const EventContext &ctx) const |
| |
| StatusCode | fillDimuonChainHists (const EventContext &ctx, const std::string &chainName) const |
| |
| StatusCode | fillBmumuxChainHists (const EventContext &ctx, const std::string &chainName) const |
| |
| StatusCode | fillDielectronChainHists (const EventContext &ctx, const std::string &chainName) const |
| |
| StatusCode | fillChainGenericHists (const EventContext &, const ToolHandle< GenericMonitoringTool > ¤tMonGroup, const std::string &chainName) const |
| |
| StatusCode | fillBphysObjectHists (const ToolHandle< GenericMonitoringTool > ¤tMonGroup, const ElementLink< xAOD::TrigBphysContainer > &bphysLink, const std::string &objStr) const |
| |
| StatusCode | fillTrigLeptonHists (const ToolHandle< GenericMonitoringTool > ¤tMonGroup, const ElementLink< xAOD::TrigBphysContainer > &bphysLink, const std::string &name_prefix) const |
| |
| StatusCode | fillTrigBmumuxTrkHists (const ToolHandle< GenericMonitoringTool > ¤tMonGroup, const ElementLink< xAOD::TrigBphysContainer > &bphysLink, UInt_t tracksStartFrom=2) const |
| |
| StatusCode | fillDiTracksHists (const ToolHandle< GenericMonitoringTool > ¤tMonGroup, const std::vector< ElementLink< xAOD::TrackParticleContainer > > &tpLinkVector, const std::string &name_prefix) const |
| |
| StatusCode | fillTracksHists (const ToolHandle< GenericMonitoringTool > ¤tMonGroup, const std::vector< ElementLink< xAOD::TrackParticleContainer > > &tpLinkVector, const std::string &prefix, bool separateHists=false, UInt_t offsetIndex=0) const |
| |
| StatusCode | fillTrkHists (const ToolHandle< GenericMonitoringTool > ¤tMonGroup, const xAOD::TrackParticle *trk, const std::string &name_prefix) const |
| |
| StatusCode | fillOfflineDimuons (const EventContext &ctx, const std::vector< std::unique_ptr< xAOD::Vertex >> &dimuonContainer) const |
| |
| StatusCode | fillOfflineDimuonHists (const EventContext &, const std::string &dimuonMonGroupName, const std::vector< std::unique_ptr< xAOD::Vertex >> &dimuonContainer) const |
| |
| StatusCode | fillVertexHists (const ToolHandle< GenericMonitoringTool > ¤tMonGroup, const xAOD::Vertex *vertex, const std::string &objStr) const |
| |
| bool | isChainPassed (const std::string &chain) const |
| |
| StatusCode | buildDimuons (const EventContext &ctx, std::vector< std::unique_ptr< xAOD::Vertex >> &vxContainer) const |
| |
| std::unique_ptr< xAOD::Vertex > | dimuonFit (const xAOD::TrackParticle *mu1, const xAOD::TrackParticle *mu2) const |
| |
| double | dimuonMass (const xAOD::TrackParticle *mu1, const xAOD::TrackParticle *mu2) const |
| |
| std::vector< const xAOD::Vertex * > | GetGoodPVs (const xAOD::VertexContainer *pvContainer) const |
| |
| const xAOD::Vertex * | getPvForDimuon_lowestA0 (const xAOD::Vertex *vtx, const std::vector< const xAOD::Vertex * > &PVs) const |
| |
| bool | matchDimuon (const xAOD::Vertex *dimuonVertex, const std::string &chainName) const |
| |
| bool | matchDimuon (const xAOD::Vertex *dimuonVertex, const ElementLink< xAOD::TrigBphysContainer > &bphysLink) const |
| |
| bool | matchTrackParticles (const xAOD::TrackParticle *trk1, const xAOD::TrackParticle *trk2) const |
| |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
| | specialization for handling Gaudi::Property<SG::VarHandleKey> More...
|
| |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyArrayType &) |
| | specialization for handling Gaudi::Property<SG::VarHandleKeyArray> More...
|
| |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleType &) |
| | specialization for handling Gaudi::Property<SG::VarHandleBase> More...
|
| |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &t, const SG::NotHandleType &) |
| | specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray> More...
|
| |
|
| SG::ReadHandleKeyArray< xAOD::TrigBphysContainer > | m_TrigBphysContainerKeys {this, "ContainerNames", {}} |
| |
| SG::ReadHandleKey< xAOD::MuonContainer > | m_offlineMuonCollectionKey {this, "offlineMuonCollectionKey", "Muons"} |
| |
| SG::ReadHandleKey< xAOD::TrackParticleContainer > | m_offlineIDTrackCollectionKey {this, "offlineIDTrackCollectionKey", "InDetTrackParticles"} |
| |
| SG::ReadHandleKey< xAOD::VertexContainer > | m_offlinePvCollectionKey {this,"offlinePvCollectionKey","PrimaryVertices"} |
| |
| Gaudi::Property< std::vector< std::string > > | m_ChainNames_MuMu {this, "ChainNames_MuMu", {}} |
| |
| Gaudi::Property< std::vector< std::string > > | m_ChainNames_MuMuX {this, "ChainNames_MuMuX", {}} |
| |
| Gaudi::Property< std::vector< std::string > > | m_ChainNames_ElEl {this, "ChainNames_ElEl", {}} |
| |
| Gaudi::Property< bool > | m_requireExplicitESDecision {this, "requireExplicitESDecision", false} |
| |
| Gaudi::Property< double > | m_dimuMassLower_prefit {this, "dimuMassLower_prefit", 0.} |
| |
| Gaudi::Property< double > | m_dimuMassUpper_prefit {this, "dimuMassUpper_prefit", 16000.} |
| |
| Gaudi::Property< double > | m_dimuMassLower_postfit {this, "dimuMassLower_postfit", 0.} |
| |
| Gaudi::Property< double > | m_dimuMassUpper_postfit {this, "dimuMassUpper_postfit", 15000.} |
| |
| Gaudi::Property< double > | m_dimuChi2Cut {this, "dimuChi2Cut", 20.} |
| |
| Gaudi::Property< double > | m_deltaRMatchingThreshold {this, "deltaRMatchingThreshold", 0.05} |
| |
| ToolHandle< InDet::VertexPointEstimator > | m_vertexPointEstimator {this, "VertexPointEstimator", "", "tool to find starting point for the vertex fitter"} |
| |
| ToolHandle< Trk::TrkVKalVrtFitter > | m_vertexFitter {this, "VertexFitter", "", "VKalVrtFitter tool to fit tracks into the common vertex"} |
| |
| ToolHandle< Trk::V0Tools > | m_v0Tools {this, "V0Tools", "", "V0 tools to calculate things like Lxy"} |
| |
| 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 20 of file TrigBphysMonitorAlgorithm.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.
◆ TrigBphysMonitorAlgorithm()
| TrigBphysMonitorAlgorithm::TrigBphysMonitorAlgorithm |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
pSvcLocator |
|
) |
| |
◆ ~TrigBphysMonitorAlgorithm()
| TrigBphysMonitorAlgorithm::~TrigBphysMonitorAlgorithm |
( |
| ) |
|
|
virtual |
◆ buildDimuons()
| StatusCode TrigBphysMonitorAlgorithm::buildDimuons |
( |
const EventContext & |
ctx, |
|
|
std::vector< std::unique_ptr< xAOD::Vertex >> & |
vxContainer |
|
) |
| const |
|
private |
Definition at line 445 of file TrigBphysMonitorAlgorithm.cxx.
455 std::vector<const xAOD::Muon*> selectedMuons;
457 if (
mu ==
nullptr )
continue;
459 if (!
mu->inDetTrackParticleLink())
continue;
460 if (!
mu->inDetTrackParticleLink().isValid())
continue;
461 selectedMuons.push_back(
mu);
463 if(selectedMuons.size() < 2) {
464 ATH_MSG_DEBUG(
"Only " << selectedMuons.size() <<
"muons pass preselection");
465 return StatusCode::SUCCESS;
467 std::sort(selectedMuons.begin(), selectedMuons.end(), [](
const auto mu1,
const auto mu2){ return mu1->pt() > mu2->pt(); });
470 for(
auto outerItr=selectedMuons.begin(); outerItr<selectedMuons.end(); ++outerItr){
471 for(
auto innerItr=(outerItr+1); innerItr!=selectedMuons.end(); ++innerItr){
472 const auto muon1 = *outerItr;
473 const auto muon2 = *innerItr;
474 const auto trackParticle1 = muon1->trackParticle( xAOD::Muon::InnerDetectorTrackParticle );
475 const auto trackParticle2 = muon2->trackParticle( xAOD::Muon::InnerDetectorTrackParticle );
477 if(trackParticle1->qOverP() * trackParticle2->qOverP() > 0.)
480 double dimu_momentum_prefit =
dimuonMass(trackParticle1, trackParticle2);
484 std::unique_ptr<xAOD::Vertex> dimuon =
dimuonFit(trackParticle1, trackParticle2);
485 if(!dimuon)
continue;
487 vxContainer.push_back(std::move(dimuon));
490 ATH_MSG_DEBUG(
"Found " << vxContainer.size() <<
" good dimuons");
493 if( !vxContainer.empty() ) {
497 std::vector<const xAOD::Vertex*> goodPVs =
GetGoodPVs(pvContainer);
499 for(
auto& dimuon : vxContainer) {
501 jpsiHelper.setRefTrks();
512 return StatusCode::SUCCESS;
◆ cardinality()
Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant.
Override this to return 0 for reentrant algorithms.
Override this to return 0 for reentrant algorithms.
Definition at line 75 of file AthCommonReentrantAlgorithm.cxx.
◆ dataType()
| DataType_t AthMonitorAlgorithm::dataType |
( |
| ) |
const |
|
inlineinherited |
Accessor functions for the data type.
- Returns
- the current value of the class's DataType_t instance.
Definition at line 221 of file AthMonitorAlgorithm.h.
◆ dataTypeStringToEnum()
Convert the data type string from the python configuration to an enum object.
- Returns
- a value in the DataType_t enumeration which matches the input string.
Definition at line 140 of file AthMonitorAlgorithm.cxx.
142 std::string lowerCaseStr =
str;
146 if( lowerCaseStr ==
"userdefined" ) {
148 }
else if( lowerCaseStr ==
"montecarlo" ) {
150 }
else if( lowerCaseStr ==
"collisions" ) {
152 }
else if( lowerCaseStr ==
"cosmics" ) {
154 }
else if( lowerCaseStr ==
"heavyioncollisions" ) {
157 ATH_MSG_WARNING(
"AthMonitorAlgorithm::dataTypeStringToEnum(): Unknown data type "
158 <<
str<<
", returning userDefined.");
◆ declareGaudiProperty() [1/4]
specialization for handling Gaudi::Property<SG::VarHandleKeyArray>
Definition at line 170 of file AthCommonDataStore.h.
175 hndl.documentation());
◆ declareGaudiProperty() [2/4]
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
161 hndl.documentation());
◆ declareGaudiProperty() [3/4]
specialization for handling Gaudi::Property<SG::VarHandleBase>
Definition at line 184 of file AthCommonDataStore.h.
189 hndl.documentation());
◆ declareGaudiProperty() [4/4]
◆ declareProperty() [1/6]
Declare a new Gaudi property.
- Parameters
-
| name | Name of the property. |
| hndl | Object holding the property value. |
| doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleBase. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 245 of file AthCommonDataStore.h.
250 this->declare(hndl.
vhKey());
251 hndl.
vhKey().setOwner(
this);
◆ declareProperty() [2/6]
Declare a new Gaudi property.
- Parameters
-
| name | Name of the property. |
| hndl | Object holding the property value. |
| doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleKey. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 221 of file AthCommonDataStore.h.
◆ declareProperty() [3/6]
◆ declareProperty() [4/6]
Declare a new Gaudi property.
- Parameters
-
| name | Name of the property. |
| property | Object holding the property value. |
| doc | Documentation string for the property. |
This is the generic version, for types that do not derive from SG::VarHandleKey. It just forwards to the base class version of declareProperty.
Definition at line 333 of file AthCommonDataStore.h.
◆ declareProperty() [5/6]
Declare a new Gaudi property.
- Parameters
-
| name | Name of the property. |
| property | Object holding the property value. |
| doc | Documentation string for the property. |
This dispatches to either the generic declareProperty or the one for VarHandle/Key/KeyArray.
Definition at line 352 of file AthCommonDataStore.h.
◆ declareProperty() [6/6]
◆ detStore()
◆ dimuonFit()
Definition at line 515 of file TrigBphysMonitorAlgorithm.cxx.
519 int sflag = 0;
int errorcode = 0;
521 if (errorcode != 0) {startingPoint(0) = 0.0; startingPoint(1) = 0.0; startingPoint(2) = 0.0;}
522 const std::vector<const xAOD::TrackParticle*> trackPair = {mu1, mu2};
523 std::unique_ptr<xAOD::Vertex> myVxCandidate(
m_vertexFitter->fit(trackPair, startingPoint));
525 return myVxCandidate;
◆ dimuonMass()
◆ environment()
Accessor functions for the environment.
- Returns
- the current value of the class's Environment_t instance.
Definition at line 205 of file AthMonitorAlgorithm.h.
◆ envStringToEnum()
Convert the environment string from the python configuration to an enum object.
- Returns
- a value in the Environment_t enumeration which matches the input string.
Definition at line 112 of file AthMonitorAlgorithm.cxx.
114 std::string lowerCaseStr =
str;
118 if( lowerCaseStr ==
"user" ) {
120 }
else if( lowerCaseStr ==
"online" ) {
122 }
else if( lowerCaseStr ==
"tier0" ) {
124 }
else if( lowerCaseStr ==
"tier0raw" ) {
126 }
else if( lowerCaseStr ==
"tier0esd" ) {
128 }
else if( lowerCaseStr ==
"aod" ) {
130 }
else if( lowerCaseStr ==
"altprod" ) {
133 ATH_MSG_WARNING(
"AthMonitorAlgorithm::envStringToEnum(): Unknown environment "
134 <<
str<<
", returning user.");
◆ evtStore() [1/2]
◆ evtStore() [2/2]
◆ execute()
| StatusCode AthMonitorAlgorithm::execute |
( |
const EventContext & |
ctx | ) |
const |
|
overridevirtualinherited |
Applies filters and trigger requirements.
Then, calls fillHistograms().
- Parameters
-
| ctx | event context for reentrant Athena call |
- Returns
- StatusCode
Definition at line 73 of file AthMonitorAlgorithm.cxx.
78 if (!filterItr->accept()) {
80 return StatusCode::SUCCESS;
87 return StatusCode::SUCCESS;
◆ extraDeps_update_handler()
Add StoreName to extra input/output deps as needed.
use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given
◆ extraOutputDeps()
Return the list of extra output dependencies.
This list is extended to include symlinks implied by inheritance relations.
Definition at line 94 of file AthCommonReentrantAlgorithm.cxx.
◆ fillBmumuxChainHists()
| StatusCode TrigBphysMonitorAlgorithm::fillBmumuxChainHists |
( |
const EventContext & |
ctx, |
|
|
const std::string & |
chainName |
|
) |
| const |
|
private |
Definition at line 157 of file TrigBphysMonitorAlgorithm.cxx.
160 std::string monGroupName = std::string(
"Chain_")+
chainName;
168 for (
const auto& featLinkInfo: chainFeatureContainer){
170 const auto featLink = featLinkInfo.link;
178 auto dimuonLink = (*featLink)->lowerChainLink();
188 return StatusCode::SUCCESS;
◆ fillBphysObjectHists()
Definition at line 230 of file TrigBphysMonitorAlgorithm.cxx.
238 dimu_mass = (*bphysLink)->mass() /
GeV;
239 dimu_fitmass = (*bphysLink)->fitmass() /
GeV;
240 dimu_pt = (*bphysLink)->pt() /
GeV;
241 dimu_chi2 = (*bphysLink)->fitchi2();
242 dimu_y = (*bphysLink)->eta();
244 fill(currentMonGroup, dimu_mass, dimu_fitmass, dimu_pt, dimu_y, dimu_chi2);
246 return StatusCode::SUCCESS;
◆ fillChainGenericHists()
| StatusCode TrigBphysMonitorAlgorithm::fillChainGenericHists |
( |
const EventContext & |
, |
|
|
const ToolHandle< GenericMonitoringTool > & |
currentMonGroup, |
|
|
const std::string & |
chainName |
|
) |
| const |
|
private |
Definition at line 217 of file TrigBphysMonitorAlgorithm.cxx.
221 ncandidates = chainFeatureContainer.size();
223 fill(currentMonGroup, ncandidates);
225 return StatusCode::SUCCESS;
◆ fillChains()
| StatusCode TrigBphysMonitorAlgorithm::fillChains |
( |
const EventContext & |
ctx | ) |
const |
|
private |
Definition at line 94 of file TrigBphysMonitorAlgorithm.cxx.
99 ATH_MSG_DEBUG(
"Chain " << monitoredChain <<
" is not passed");
103 ATH_MSG_ERROR(Form(
"Problems filling %s chain histograms", monitoredChain.c_str()));
110 ATH_MSG_DEBUG(
"Chain " << monitoredChain <<
" is not passed");
114 ATH_MSG_ERROR(Form(
"Problems filling %s chain histograms", monitoredChain.c_str()));
121 ATH_MSG_DEBUG(
"Chain " << monitoredChain <<
" is not passed");
125 ATH_MSG_ERROR(Form(
"Problems filling %s chain histograms", monitoredChain.c_str()));
129 return StatusCode::SUCCESS;
◆ fillContainerHists()
Definition at line 72 of file TrigBphysMonitorAlgorithm.cxx.
74 if( !trigBphysContainer.isValid() ) {
75 ATH_MSG_WARNING(
"No valid TrigBphysContainer with tag: " << trigBphysContainerKey);
79 std::string monGroupName = std::string(
"Container_")+trigBphysContainerKey.
key();
83 ncandidates = trigBphysContainer->size();
90 return StatusCode::SUCCESS;
◆ fillContainers()
| StatusCode TrigBphysMonitorAlgorithm::fillContainers |
( |
const EventContext & |
ctx | ) |
const |
|
private |
For lxy etc.
Definition at line 60 of file TrigBphysMonitorAlgorithm.cxx.
63 ATH_MSG_DEBUG(
"Process container " << monitoredContainerKey.key().c_str());
65 ATH_MSG_ERROR(Form(
"Problems filling %s container histograms", monitoredContainerKey.key().c_str()));
69 return StatusCode::SUCCESS;
◆ fillDielectronChainHists()
| StatusCode TrigBphysMonitorAlgorithm::fillDielectronChainHists |
( |
const EventContext & |
ctx, |
|
|
const std::string & |
chainName |
|
) |
| const |
|
private |
Definition at line 191 of file TrigBphysMonitorAlgorithm.cxx.
194 std::string monGroupName = std::string(
"Chain_")+
chainName;
202 for (
const auto& featLinkInfo: chainFeatureContainer){
204 const auto featLink = featLinkInfo.link;
212 return StatusCode::SUCCESS;
◆ fillDimuonChainHists()
| StatusCode TrigBphysMonitorAlgorithm::fillDimuonChainHists |
( |
const EventContext & |
ctx, |
|
|
const std::string & |
chainName |
|
) |
| const |
|
private |
Definition at line 132 of file TrigBphysMonitorAlgorithm.cxx.
135 std::string monGroupName = std::string(
"Chain_")+
chainName;
143 for (
const auto& featLinkInfo: chainFeatureContainer){
145 const auto featLink = featLinkInfo.link;
153 return StatusCode::SUCCESS;
◆ fillDiTracksHists()
Definition at line 302 of file TrigBphysMonitorAlgorithm.cxx.
306 if (tpLinkVector.size() <2) {
307 ATH_MSG_ERROR(
"Unexpected number of tracks in a dimuon: " << tpLinkVector.size());
308 return StatusCode::FAILURE;
320 ditrk_deta = std::abs(trk1->
eta()-trk2->
eta());
323 fill(currentMonGroup, ditrk_dR, ditrk_deta, ditrk_dphi);
325 return StatusCode::SUCCESS;
◆ fillHistograms()
| StatusCode TrigBphysMonitorAlgorithm::fillHistograms |
( |
const EventContext & |
ctx | ) |
const |
|
overridevirtual |
adds event to the monitoring histograms
User will overwrite this function. Histogram booking is no longer done in C++. This function is called in execute once the filters are all passed.
- Parameters
-
| ctx | forwarded from execute |
- Returns
- StatusCode
Implements AthMonitorAlgorithm.
Definition at line 38 of file TrigBphysMonitorAlgorithm.cxx.
49 std::vector<std::unique_ptr<xAOD::Vertex>> offlineDimuons;
51 ATH_MSG_ERROR(
"Problems building offline dimuons, won't fill corresponding histograms");
57 return StatusCode::SUCCESS;
◆ fillOfflineDimuonHists()
| StatusCode TrigBphysMonitorAlgorithm::fillOfflineDimuonHists |
( |
const EventContext & |
, |
|
|
const std::string & |
dimuonMonGroupName, |
|
|
const std::vector< std::unique_ptr< xAOD::Vertex >> & |
dimuonContainer |
|
) |
| const |
|
private |
Definition at line 370 of file TrigBphysMonitorAlgorithm.cxx.
371 ATH_MSG_DEBUG(
"Filling " << dimuonMonGroupName <<
" offline dimuons histograms");
374 std::vector<const xAOD::Vertex*> matchedDimuons;
375 for(
auto& offlineDimuon : dimuonContainer) {
376 if( dimuonMonGroupName ==
"Any" ||
matchDimuon(offlineDimuon.get(), dimuonMonGroupName) )
377 matchedDimuons.push_back(offlineDimuon.get());
380 std::string monGroupName = std::string(
"OfflineDimu_")+dimuonMonGroupName;
384 ncandidates = matchedDimuons.size();
388 for(
auto matchedDimuon : matchedDimuons) {
390 ATH_MSG_ERROR(Form(
"Problems filling histogram for an offline dimuon vertex in %s", dimuonMonGroupName.c_str()));
393 ATH_MSG_ERROR(Form(
"Problems filling histogram for offline dimuon muons in %s", dimuonMonGroupName.c_str()));
396 ATH_MSG_ERROR(Form(
"Problems filling histogram for offline dimuon muon pairs in %s", dimuonMonGroupName.c_str()));
400 return StatusCode::SUCCESS;
◆ fillOfflineDimuons()
| StatusCode TrigBphysMonitorAlgorithm::fillOfflineDimuons |
( |
const EventContext & |
ctx, |
|
|
const std::vector< std::unique_ptr< xAOD::Vertex >> & |
dimuonContainer |
|
) |
| const |
|
private |
Definition at line 347 of file TrigBphysMonitorAlgorithm.cxx.
349 std::vector<std::string> dimuonMonGroupNames = {
"Any"};
353 for(
const auto& dimuonMonGroupName : dimuonMonGroupNames) {
355 if(dimuonMonGroupName !=
"Any") {
356 auto& monitoredChain = dimuonMonGroupName;
357 if( !(dimuonMonGroupName ==
"Any") && !
isChainPassed(monitoredChain) ) {
358 ATH_MSG_DEBUG(
"Chain " << monitoredChain <<
" is not passed");
363 ATH_MSG_ERROR(Form(
"Problems filling offline dimuon histograms for %s", dimuonMonGroupName.c_str()));
367 return StatusCode::SUCCESS;
◆ fillTracksHists()
Definition at line 284 of file TrigBphysMonitorAlgorithm.cxx.
289 for(UInt_t
i = offsetIndex;
i < tpLinkVector.size(); ++
i) {
291 std::string curPrefix =
prefix;
294 if (
fillTrkHists(currentMonGroup, *tpLinkVector.at(
i), curPrefix).isFailure()) {
296 return StatusCode::FAILURE;
299 return StatusCode::SUCCESS;
◆ fillTrigBmumuxTrkHists()
Definition at line 268 of file TrigBphysMonitorAlgorithm.cxx.
270 const std::vector<ElementLink<xAOD::TrackParticleContainer> > trackVector = (*bphysLink)->trackParticleLinks();
271 if (trackVector.size() < tracksStartFrom) {
272 ATH_MSG_WARNING(
"Unexpected number of tracks: "<< trackVector.size() <<
" found, while expected at least " << tracksStartFrom);
273 return StatusCode::SUCCESS;
276 if (
fillTracksHists(currentMonGroup, trackVector,
"trk",
false, tracksStartFrom).isFailure()) {
277 ATH_MSG_ERROR(Form(
"Problems filling track histograms for a BMuMuX chain"));
278 return StatusCode::FAILURE;
281 return StatusCode::SUCCESS;
◆ fillTrigLeptonHists()
Definition at line 251 of file TrigBphysMonitorAlgorithm.cxx.
253 const std::vector<ElementLink<xAOD::TrackParticleContainer> > trackVector = (*bphysLink)->trackParticleLinks();
254 ATH_MSG_DEBUG(
"fillTrigLeptonHists: number of lepton tracks: " << trackVector.size());
255 if(
fillTracksHists(currentMonGroup, trackVector, name_prefix,
true).isFailure() ) {
256 ATH_MSG_ERROR(Form(
"Problems filling muon histograms for a chain"));
257 return StatusCode::FAILURE;
259 if(
fillDiTracksHists(currentMonGroup, trackVector, std::string(
"di")+name_prefix).isFailure() ) {
260 ATH_MSG_ERROR(Form(
"Problems filling two-muon histograms for a chain"));
261 return StatusCode::FAILURE;
264 return StatusCode::SUCCESS;
◆ fillTrkHists()
Definition at line 329 of file TrigBphysMonitorAlgorithm.cxx.
332 return StatusCode::FAILURE;
338 trk_pt = trk->
pt() /
GeV;
339 trk_eta = trk->
eta();
342 fill(currentMonGroup, trk_pt, trk_eta, trk_d0);
344 return StatusCode::SUCCESS;
◆ fillVertexHists()
Definition at line 404 of file TrigBphysMonitorAlgorithm.cxx.
407 if(dimuonVertexHelper.nRefTrks() != 2) {
408 ATH_MSG_WARNING(
"Unexpected number of refitted tracks at vertex is " << dimuonVertexHelper.nRefTrks());
409 return StatusCode::SUCCESS;
422 dimu_mass = dimuonMom.M() /
GeV;
423 dimu_pt = dimuonMom.Pt() /
GeV;
424 dimu_chi2 =
vertex->chiSquared();
425 dimu_y = dimuonMom.Rapidity();
429 fill(currentMonGroup, dimu_mass, dimu_pt, dimu_y, dimu_chi2, dimu_Lxy, dimu_LxySig);
431 return StatusCode::SUCCESS;
◆ filterPassed()
◆ GetEventInfo()
Return a ReadHandle for an EventInfo object (get run/event numbers, etc.)
- Parameters
-
| ctx | EventContext for the event |
- Returns
- a SG::ReadHandle<xAOD::EventInfo>
Definition at line 107 of file AthMonitorAlgorithm.cxx.
◆ GetGoodPVs()
Definition at line 589 of file TrigBphysMonitorAlgorithm.cxx.
590 std::vector<const xAOD::Vertex*> goodPrimaryVertices;
591 goodPrimaryVertices.reserve(pvContainer->
size());
592 for (
auto pv : *pvContainer) {
595 goodPrimaryVertices.push_back(
pv);
598 return goodPrimaryVertices;
◆ getGroup()
Get a specific monitoring tool from the tool handle array.
Finds a specific GenericMonitoringTool instance from the list of monitoring tools (a ToolHandleArray). Throws a FATAL warning if the object found is empty.
- Parameters
-
| name | string name of the desired tool |
- Returns
- reference to the desired monitoring tool
Definition at line 164 of file AthMonitorAlgorithm.cxx.
176 if (!isInitialized()) {
178 "It seems that the AthMonitorAlgorithm::initialize was not called "
179 "in derived class initialize method");
183 [](
const std::string&
s,
auto h) { return s +
"," + h.first; });
184 ATH_MSG_FATAL(
"The tool " <<
name <<
" could not be found in the tool array of the "
185 <<
"monitoring algorithm " <<
m_name <<
". This probably reflects a discrepancy between "
186 <<
"your python configuration and c++ filling code. Note: your available groups are {"
187 << available <<
"}.");
◆ getPvForDimuon_lowestA0()
Definition at line 601 of file TrigBphysMonitorAlgorithm.cxx.
602 std::vector<const xAOD::Vertex*>::const_iterator
pv = std::min_element(PVs.begin(), PVs.end(),
604 { return (std::abs(m_v0Tools->a0(vtx, pv1)) < std::abs(m_v0Tools->a0(vtx, pv2)));}
606 if(
pv == PVs.end()) {
◆ getTrigDecisionTool()
Get the trigger decision tool member.
The trigger decision tool is used to check whether a specific trigger is passed by an event.
- Returns
- m_trigDecTool
Definition at line 194 of file AthMonitorAlgorithm.cxx.
◆ initialize()
| StatusCode TrigBphysMonitorAlgorithm::initialize |
( |
| ) |
|
|
overridevirtual |
◆ 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.
◆ isChainPassed()
| bool TrigBphysMonitorAlgorithm::isChainPassed |
( |
const std::string & |
chain | ) |
const |
|
private |
◆ isClonable()
◆ matchDimuon() [1/2]
Definition at line 540 of file TrigBphysMonitorAlgorithm.cxx.
543 if(!offlineTrk1 || !offlineTrk2) {
544 ATH_MSG_DEBUG(
"TrackParticle from dimuon is null, won't match");
548 const std::vector<ElementLink<xAOD::TrackParticleContainer> > trackVector = (*bphysLink)->trackParticleLinks();
549 if (trackVector.size() < 2) {
550 ATH_MSG_ERROR(
"Unexpected number of tracks in a dimuon: " << trackVector.size() <<
", won't match");
556 if( !trackVector.at(0).isValid() || !trackVector.at(1).isValid() )
558 hltTrk1 = *trackVector.at(0);
559 hltTrk2 = *trackVector.at(1);
560 if (!hltTrk1 || !hltTrk2) {
◆ matchDimuon() [2/2]
| bool TrigBphysMonitorAlgorithm::matchDimuon |
( |
const xAOD::Vertex * |
dimuonVertex, |
|
|
const std::string & |
chainName |
|
) |
| const |
|
private |
Definition at line 528 of file TrigBphysMonitorAlgorithm.cxx.
530 for (
const auto& featLinkInfo: chainFeatureContainer){
531 if(!featLinkInfo.isValid())
533 const auto featLink = featLinkInfo.link;
◆ matchTrackParticles()
◆ msg() [1/2]
◆ msg() [2/2]
◆ msgLvl()
◆ outputHandles()
Return this algorithm's output handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ parseList()
| StatusCode AthMonitorAlgorithm::parseList |
( |
const std::string & |
line, |
|
|
std::vector< std::string > & |
result |
|
) |
| const |
|
virtualinherited |
Parse a string into a vector.
The input string is a single long string of all of the trigger names. It parses this string and turns it into a vector, where each element is one trigger or trigger category.
- Parameters
-
| line | The input string. |
| result | The parsed output vector of strings. |
- Returns
- StatusCode
Definition at line 341 of file AthMonitorAlgorithm.cxx.
343 std::stringstream
ss(
line);
347 while ( std::getline(
ss,
item,
',') ) {
348 std::stringstream iss(
item);
353 return StatusCode::SUCCESS;
◆ renounce()
◆ renounceArray()
◆ setFilterPassed()
◆ sysExecute()
Execute an algorithm.
We override this in order to work around an issue with the Algorithm base class storing the event context in a member variable that can cause crashes in MT jobs.
Definition at line 85 of file AthCommonReentrantAlgorithm.cxx.
◆ sysInitialize()
Override sysInitialize.
Override sysInitialize from the base class.
Loop through all output handles, and if they're WriteCondHandles, automatically register them and this Algorithm with the CondSvc
Scan through all outputHandles, and if they're WriteCondHandles, register them with the CondSvc
Reimplemented from AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >.
Reimplemented in InputMakerBase, and HypoBase.
Definition at line 61 of file AthCommonReentrantAlgorithm.cxx.
110 if (
sc.isFailure()) {
118 if ( cs.retrieve().isFailure() ) {
120 return StatusCode::SUCCESS;
122 if (cs->regHandle(
this,*
h).isFailure()) {
123 sc = StatusCode::FAILURE;
124 ATH_MSG_ERROR(
"unable to register WriteCondHandle " <<
h->fullKey()
◆ sysStart()
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
◆ trigChainsArePassed()
| bool AthMonitorAlgorithm::trigChainsArePassed |
( |
const std::vector< std::string > & |
vTrigNames | ) |
const |
|
inherited |
Check whether triggers are passed.
For the event, use the trigger decision tool to check that at least one of the triggers listed in the supplied vector is passed.
- Parameters
-
| vTrigNames | List of trigger names. |
- Returns
- If empty input, default to true. If at least one trigger is specified, returns whether at least one trigger was passed.
Definition at line 199 of file AthMonitorAlgorithm.cxx.
203 if (vTrigNames.empty())
return true;
215 bool expressPass = passedBits & TrigDefs::Express_passed;
222 return group->isPassed();
◆ updateVHKA()
◆ cfg
| TrigBphysMonitorAlgorithm.cfg |
◆ file
| TrigBphysMonitorAlgorithm.file |
◆ Files
| TrigBphysMonitorAlgorithm.Files |
◆ flags
| TrigBphysMonitorAlgorithm.flags |
◆ HISTFileName
| TrigBphysMonitorAlgorithm.HISTFileName |
◆ isMC
| TrigBphysMonitorAlgorithm.isMC |
◆ m_ChainNames_ElEl
| Gaudi::Property<std::vector<std::string> > TrigBphysMonitorAlgorithm::m_ChainNames_ElEl {this, "ChainNames_ElEl", {}} |
|
private |
◆ m_ChainNames_MuMu
| Gaudi::Property<std::vector<std::string> > TrigBphysMonitorAlgorithm::m_ChainNames_MuMu {this, "ChainNames_MuMu", {}} |
|
private |
◆ m_ChainNames_MuMuX
| Gaudi::Property<std::vector<std::string> > TrigBphysMonitorAlgorithm::m_ChainNames_MuMuX {this, "ChainNames_MuMuX", {}} |
|
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_deltaRMatchingThreshold
| Gaudi::Property<double> TrigBphysMonitorAlgorithm::m_deltaRMatchingThreshold {this, "deltaRMatchingThreshold", 0.05} |
|
private |
◆ m_detailLevel
| Gaudi::Property<int> AthMonitorAlgorithm::m_detailLevel {this,"DetailLevel",0} |
|
protectedinherited |
◆ m_detStore
◆ m_dimuChi2Cut
| Gaudi::Property<double> TrigBphysMonitorAlgorithm::m_dimuChi2Cut {this, "dimuChi2Cut", 20.} |
|
private |
◆ m_dimuMassLower_postfit
| Gaudi::Property<double> TrigBphysMonitorAlgorithm::m_dimuMassLower_postfit {this, "dimuMassLower_postfit", 0.} |
|
private |
◆ m_dimuMassLower_prefit
| Gaudi::Property<double> TrigBphysMonitorAlgorithm::m_dimuMassLower_prefit {this, "dimuMassLower_prefit", 0.} |
|
private |
◆ m_dimuMassUpper_postfit
| Gaudi::Property<double> TrigBphysMonitorAlgorithm::m_dimuMassUpper_postfit {this, "dimuMassUpper_postfit", 15000.} |
|
private |
◆ m_dimuMassUpper_prefit
| Gaudi::Property<double> TrigBphysMonitorAlgorithm::m_dimuMassUpper_prefit {this, "dimuMassUpper_prefit", 16000.} |
|
private |
◆ m_DQFilterTools
| ToolHandleArray<IDQFilterTool> AthMonitorAlgorithm::m_DQFilterTools {this,"FilterTools",{}} |
|
protectedinherited |
◆ m_dummy
◆ m_enforceExpressTriggers
| Gaudi::Property<bool> AthMonitorAlgorithm::m_enforceExpressTriggers |
|
privateinherited |
Initial value:{this,
"EnforceExpressTriggers", false,
"Requires that matched triggers made the event enter the express stream"}
Definition at line 372 of file AthMonitorAlgorithm.h.
◆ m_environment
◆ m_environmentStr
| Gaudi::Property<std::string> AthMonitorAlgorithm::m_environmentStr {this,"Environment","user"} |
|
protectedinherited |
Environment string pulled from the job option and converted to enum.
Definition at line 352 of file AthMonitorAlgorithm.h.
◆ m_EventInfoKey
◆ m_evtStore
◆ m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
Empty if no symlinks were found.
Definition at line 114 of file AthCommonReentrantAlgorithm.h.
◆ m_fileKey
| Gaudi::Property<std::string> AthMonitorAlgorithm::m_fileKey {this,"FileKey",""} |
|
protectedinherited |
◆ m_lbDurationDataKey
◆ m_lumiDataKey
◆ m_name
| std::string AthMonitorAlgorithm::m_name |
|
privateinherited |
◆ m_offlineIDTrackCollectionKey
◆ m_offlineMuonCollectionKey
◆ m_offlinePvCollectionKey
◆ m_requireExplicitESDecision
| Gaudi::Property<bool> TrigBphysMonitorAlgorithm::m_requireExplicitESDecision {this, "requireExplicitESDecision", false} |
|
private |
◆ m_toolLookupMap
| std::unordered_map<std::string, size_t> AthMonitorAlgorithm::m_toolLookupMap |
|
privateinherited |
◆ m_tools
◆ m_TrigBphysContainerKeys
◆ 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_v0Tools
| ToolHandle<Trk::V0Tools> TrigBphysMonitorAlgorithm::m_v0Tools {this, "V0Tools", "", "V0 tools to calculate things like Lxy"} |
|
private |
◆ m_varHandleArraysDeclared
◆ m_vertexFitter
| ToolHandle<Trk::TrkVKalVrtFitter> TrigBphysMonitorAlgorithm::m_vertexFitter {this, "VertexFitter", "", "VKalVrtFitter tool to fit tracks into the common vertex"} |
|
private |
◆ m_vertexPointEstimator
| ToolHandle<InDet::VertexPointEstimator> TrigBphysMonitorAlgorithm::m_vertexPointEstimator {this, "VertexPointEstimator", "", "tool to find starting point for the vertex fitter"} |
|
private |
◆ m_vhka
◆ m_vTrigChainNames
| std::vector<std::string> AthMonitorAlgorithm::m_vTrigChainNames |
|
protectedinherited |
◆ nightly
| TrigBphysMonitorAlgorithm.nightly |
◆ trigBphysMonitorAcc
| TrigBphysMonitorAlgorithm.trigBphysMonitorAcc |
◆ withDetails
| TrigBphysMonitorAlgorithm.withDetails |
The documentation for this class was generated from the following files:
xAOD::MuonContainer * muonContainer
virtual double pt() const override final
The transverse momentum ( ) of the particle.
ROOT::Math::LorentzVector< ROOT::Math::PxPyPzM4D< double > > GenVecFourMom_t
Base 4 Momentum type for TrackParticle.
Gaudi::Property< double > m_dimuChi2Cut
double dimuonMass(const xAOD::TrackParticle *mu1, const xAOD::TrackParticle *mu2) const
PublicToolHandle< Trig::TrigDecisionTool > m_trigDecTool
Tool to tell whether a specific trigger is passed.
bool matchDimuon(const xAOD::Vertex *dimuonVertex, const std::string &chainName) const
Dummy class used to allow special convertors to be called for surfaces owned by a detector element.
virtual double eta() const override final
The pseudorapidity ( ) of the particle.
accumulate
Update flags based on parser line args.
StatusCode fillDiTracksHists(const ToolHandle< GenericMonitoringTool > ¤tMonGroup, const std::vector< ElementLink< xAOD::TrackParticleContainer > > &tpLinkVector, const std::string &name_prefix) const
std::vector< std::string > m_vTrigChainNames
Vector of trigger chain names parsed from trigger chain string.
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce(T &h)
SG::ReadHandleKey< xAOD::EventInfo > m_EventInfoKey
Key for retrieving EventInfo from StoreGate.
const ToolHandle< Trig::TrigDecisionTool > & getTrigDecisionTool() const
Get the trigger decision tool member.
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
std::unordered_map< std::string, size_t > m_toolLookupMap
double deltaPhi(double phiA, double phiB)
delta Phi in range [-pi,pi[
AthMonitorAlgorithm::Environment_t m_environment
Instance of the Environment_t enum.
StatusCode fillTrkHists(const ToolHandle< GenericMonitoringTool > ¤tMonGroup, const xAOD::TrackParticle *trk, const std::string &name_prefix) const
#define ATH_MSG_VERBOSE(x)
const std::string & key() const
Return the StoreGate ID for the referenced object.
Property holding a SG store/key/clid from which a ReadHandle is made.
std::string to_string(const SectorProjector proj)
const xAOD::Vertex * getPvForDimuon_lowestA0(const xAOD::Vertex *vtx, const std::vector< const xAOD::Vertex * > &PVs) const
bool trigChainsArePassed(const std::vector< std::string > &vTrigNames) const
Check whether triggers are passed.
float d0() const
Returns the parameter.
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::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
virtual const DataObjIDColl & extraOutputDeps() const override
Return the list of extra output dependencies.
const Trk::Perigee & perigeeParameters() const
Returns the Trk::MeasuredPerigee track parameters.
Gaudi::Property< double > m_dimuMassUpper_prefit
ToolHandle< InDet::VertexPointEstimator > m_vertexPointEstimator
StatusCode fillDielectronChainHists(const EventContext &ctx, const std::string &chainName) const
StatusCode fillChainGenericHists(const EventContext &, const ToolHandle< GenericMonitoringTool > ¤tMonGroup, const std::string &chainName) const
ToolHandleArray< IDQFilterTool > m_DQFilterTools
Array of Data Quality filter tools.
SG::ReadHandleKey< xAOD::MuonContainer > m_offlineMuonCollectionKey
bool matchTrackParticles(const xAOD::TrackParticle *trk1, const xAOD::TrackParticle *trk2) const
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
Gaudi::Property< std::vector< std::string > > m_ChainNames_MuMu
double deltaR(double rapidity1, double phi1, double rapidity2, double phi2)
from bare bare rapidity,phi
StatusCode fillBmumuxChainHists(const EventContext &ctx, const std::string &chainName) const
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)
void tolower(std::string &s)
virtual StatusCode fillHistograms(const EventContext &ctx) const =0
adds event to the monitoring histograms
virtual StatusCode sysExecute(const EventContext &ctx) override
Execute an algorithm.
Amg::Vector3D transform(Amg::Vector3D &v, Amg::Transform3D &tr)
Transform a point from a Trasformation3D.
StatusCode fillContainerHists(const EventContext &ctx, const SG::ReadHandleKey< xAOD::TrigBphysContainer > &trigBphysContainerKey) const
const TrackParticle * trackParticle(size_t i) const
Get the pointer to a given track that was used in vertex reco.
GenVecFourMom_t genvecP4() const
The full 4-momentum of the particle : GenVector form.
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.
StatusCode fillOfflineDimuonHists(const EventContext &, const std::string &dimuonMonGroupName, const std::vector< std::unique_ptr< xAOD::Vertex >> &dimuonContainer) const
StatusCode fillChains(const EventContext &ctx) const
float fitmass() const
accessor method: mass from vertex fit
StatusCode fillTrigBmumuxTrkHists(const ToolHandle< GenericMonitoringTool > ¤tMonGroup, const ElementLink< xAOD::TrigBphysContainer > &bphysLink, UInt_t tracksStartFrom=2) const
AthMonitorAlgorithm::DataType_t m_dataType
Instance of the DataType_t enum.
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
StatusCode buildDimuons(const EventContext &ctx, std::vector< std::unique_ptr< xAOD::Vertex >> &vxContainer) const
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_offlineIDTrackCollectionKey
ToolHandleArray< GenericMonitoringTool > m_tools
Array of Generic Monitoring Tools.
StatusCode fillVertexHists(const ToolHandle< GenericMonitoringTool > ¤tMonGroup, const xAOD::Vertex *vertex, const std::string &objStr) const
Gaudi::Property< std::vector< std::string > > m_ChainNames_ElEl
std::unique_ptr< xAOD::Vertex > dimuonFit(const xAOD::TrackParticle *mu1, const xAOD::TrackParticle *mu2) const
Gaudi::Property< double > m_dimuMassLower_prefit
std::vector< const xAOD::Vertex * > GetGoodPVs(const xAOD::VertexContainer *pvContainer) const
SG::ReadHandleKeyArray< xAOD::TrigBphysContainer > m_TrigBphysContainerKeys
Gaudi::Property< bool > m_enforceExpressTriggers
Eigen::Matrix< double, 3, 1 > Vector3D
ToolHandle< Trk::V0Tools > m_v0Tools
virtual StatusCode initialize() override
initialize
float chiSquared() const
Returns the of the vertex fit as float.
StatusCode fillTracksHists(const ToolHandle< GenericMonitoringTool > ¤tMonGroup, const std::vector< ElementLink< xAOD::TrackParticleContainer > > &tpLinkVector, const std::string &prefix, bool separateHists=false, UInt_t offsetIndex=0) const
Class describing a Vertex.
void sort(typename std::reverse_iterator< DataModel_detail::iterator< DVL > > beg, typename std::reverse_iterator< DataModel_detail::iterator< DVL > > end, const Compare &comp)
Specialization of sort for DataVector/List.
#define ATH_MSG_WARNING(x)
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
StatusCode fillDimuonChainHists(const EventContext &ctx, const std::string &chainName) const
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
Gaudi::Property< double > m_deltaRMatchingThreshold
StatusCode fillTrigLeptonHists(const ToolHandle< GenericMonitoringTool > ¤tMonGroup, const ElementLink< xAOD::TrigBphysContainer > &bphysLink, const std::string &name_prefix) const
StatusCode fillContainers(const EventContext &ctx) const
For lxy etc.
virtual StatusCode sysInitialize() override
Override sysInitialize.
StatusCode fillBphysObjectHists(const ToolHandle< GenericMonitoringTool > ¤tMonGroup, const ElementLink< xAOD::TrigBphysContainer > &bphysLink, const std::string &objStr) const
Class describing a TrackParticle.
Declare a monitored scalar variable.
SG::ReadHandleKey< xAOD::VertexContainer > m_offlinePvCollectionKey
std::array< double, 6 > mass
DataObjIDColl m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
Gaudi::Property< std::vector< std::string > > m_ChainNames_MuMuX
float distance(const Amg::Vector3D &p1, const Amg::Vector3D &p2)
calculates the distance between two point in 3D space
ToolHandle< Trk::TrkVKalVrtFitter > m_vertexFitter
size_type size() const noexcept
Returns the number of elements in the collection.
StatusCode fillOfflineDimuons(const EventContext &ctx, const std::vector< std::unique_ptr< xAOD::Vertex >> &dimuonContainer) const
Gaudi::Property< bool > m_requireExplicitESDecision
Class describing a Bphysics online composite object.
const ToolHandle< GenericMonitoringTool > & getGroup(const std::string &name) const
Get a specific monitoring tool from the tool handle array.
bool isChainPassed(const std::string &chain) const