![]() |
ATLAS Offline Software
|
#include <TrigEgammaMonitorPhotonAlgorithm.h>
Public Types | |
| enum class | Environment_t { user = 0 , online , tier0 , tier0Raw , tier0ESD , AOD , altprod } |
| Specifies the processing environment. More... | |
| enum class | DataType_t { userDefined = 0 , monteCarlo , collisions , cosmics , heavyIonCollisions } |
| Specifies what type of input data is being monitored. More... | |
Public Member Functions | |
| TrigEgammaMonitorPhotonAlgorithm (const std::string &name, ISvcLocator *pSvcLocator) | |
| virtual | ~TrigEgammaMonitorPhotonAlgorithm () override |
| virtual StatusCode | initialize () override |
| initialize | |
| virtual StatusCode | fillHistograms (const EventContext &ctx) const override |
| adds event to the monitoring histograms | |
| virtual StatusCode | execute (const EventContext &ctx) const override |
| Applies filters and trigger requirements. | |
| 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. | |
| 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. | |
| template<typename... T> | |
| void | fill (const ToolHandle< GenericMonitoringTool > &groupHandle, T &&... variables) const |
| Fills a variadic list of variables to a group by reference. | |
| 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. | |
| 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. | |
| template<typename... T> | |
| void | fill (const std::string &groupName, T &&... variables) const |
| Fills a variadic list of variables to a group by name. | |
| Environment_t | environment () const |
| Accessor functions for the environment. | |
| Environment_t | envStringToEnum (const std::string &str) const |
| Convert the environment string from the python configuration to an enum object. | |
| DataType_t | dataType () const |
| Accessor functions for the data type. | |
| DataType_t | dataTypeStringToEnum (const std::string &str) const |
| Convert the data type string from the python configuration to an enum object. | |
| const ToolHandle< GenericMonitoringTool > & | getGroup (const std::string &name) const |
| Get a specific monitoring tool from the tool handle array. | |
| const ToolHandle< Trig::TrigDecisionTool > & | getTrigDecisionTool () const |
| Get the trigger decision tool member. | |
| bool | trigChainsArePassed (const std::vector< std::string > &vTrigNames) const |
| Check whether triggers are passed. | |
| SG::ReadHandle< xAOD::EventInfo > | GetEventInfo (const EventContext &) const |
| Return a ReadHandle for an EventInfo object (get run/event numbers, etc.) | |
| virtual float | lbAverageInteractionsPerCrossing (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the average mu, i.e. | |
| virtual float | lbInteractionsPerCrossing (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate instantaneous number of interactions, i.e. | |
| virtual float | lbAverageLuminosity (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate average luminosity (in ub-1 s-1 => 10^30 cm-2 s-1). | |
| virtual float | lbLuminosityPerBCID (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the instantaneous luminosity per bunch crossing. | |
| virtual double | lbDuration (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the duration of the luminosity block (in seconds) | |
| virtual float | lbAverageLivefraction (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the average luminosity livefraction. | |
| virtual float | livefractionPerBCID (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the live fraction per bunch crossing ID. | |
| virtual double | lbLumiWeight (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the average integrated luminosity multiplied by the live fraction. | |
| virtual StatusCode | parseList (const std::string &line, std::vector< std::string > &result) const |
| Parse a string into a vector. | |
| virtual StatusCode | sysInitialize () override |
| Override sysInitialize. | |
| virtual bool | isClonable () const override |
| Specify if the algorithm is clonable. | |
| virtual unsigned int | cardinality () const override |
| Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant. | |
| virtual StatusCode | sysExecute (const EventContext &ctx) override |
| Execute an algorithm. | |
| virtual const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. | |
| 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. | |
| const ServiceHandle< StoreGateSvc > & | detStore () const |
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc. | |
| virtual StatusCode | sysStart () override |
| Handle START transition. | |
| virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
| Return this algorithm's input handles. | |
| virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
| Return this algorithm's output handles. | |
| Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T, V, H > &t) |
| void | updateVHKA (Gaudi::Details::PropertyBase &) |
| MsgStream & | msg () const |
| bool | msgLvl (const MSG::Level lvl) const |
Protected Member Functions | |
| void | fillLabel (const ToolHandle< GenericMonitoringTool > &groupHandle, const std::string &histname, const std::string &label) const |
| void | fillEfficiencies (const std::vector< std::pair< const xAOD::Egamma *, const TrigCompositeUtils::Decision * > > &, const TrigInfo &, const bool) const |
| void | fillDistributions (const std::vector< std::pair< const xAOD::Egamma *, const TrigCompositeUtils::Decision * > > &, const TrigInfo &) const |
| void | fillResolutions (const std::vector< std::pair< const xAOD::Egamma *, const TrigCompositeUtils::Decision * > > &pairObjs, const TrigInfo &info) const |
| ***********************************************************************************************************************8 | |
| void | fillInefficiency (const std::string &pidword, const TrigInfo &info, const std::vector< std::pair< const xAOD::Egamma *, const TrigCompositeUtils::Decision * > > &pairObjs, const std::vector< asg::AcceptData > &acceptObjs) const |
| const std::map< std::string, TrigInfo > & | getTrigInfoMap () |
| Helper methods. | |
| bool | ApplyElectronPid (const xAOD::Electron *eg, const std::string &) const |
| Get offline electron decision. | |
| bool | ApplyPhotonPid (const xAOD::Photon *eg, const std::string &) const |
| Get offline electron decision. | |
| const ToolHandle< Trig::TrigDecisionTool > & | tdt () const |
| Get the TDT. | |
| const ToolHandle< TrigEgammaMatchingToolMT > & | match () const |
| Get the e/g match tool. | |
| asg::AcceptData | setAccept (const TrigCompositeUtils::Decision *, const TrigInfo &, const bool) const |
| Set the accept object for all trigger levels. | |
| TrigInfo | getTrigInfo (const std::string &) const |
| Get the trigger info parsed from the chain name (only single lepton triggers) | |
| float | dR (const float, const float, const float, const float) const |
| Get delta R. | |
| std::string | getL1Item (const std::string &trigger) const |
| Creates static map to return L1 item from trigger name. | |
| bool | isIsolated (const xAOD::Electron *, const std::string &) const |
| Check if electron fulfils isolation criteria. | |
| bool | isPrescaled (const std::string &) const |
| Check if the event is prescaled. | |
| void | setTrigInfo (const std::string &) |
| Set the trigger info parsed from the chain name. | |
| bool | isHLTTruncated () const |
| float | getEta2 (const xAOD::Egamma *eg) const |
| Features helper. | |
| float | getEt (const xAOD::Electron *eg) const |
| float | getEtCluster37 (const xAOD::Egamma *eg) const |
| float | getDEmaxs1 (const xAOD::Egamma *eg) const |
| float | rTRT (const xAOD::Electron *eg) const |
| float | getSigmaD0 (const xAOD::Electron *eg) const |
| float | getD0sig (const xAOD::Electron *eg) const |
| float | getEnergyBE0 (const xAOD::Egamma *eg) const |
| float | getEnergyBE1 (const xAOD::Egamma *eg) const |
| float | getEnergyBE2 (const xAOD::Egamma *eg) const |
| float | getEnergyBE3 (const xAOD::Egamma *eg) const |
| float | getEaccordion (const xAOD::Egamma *eg) const |
| float | getE0Eaccordion (const xAOD::Egamma *eg) const |
| void | renounceArray (SG::VarHandleKeyArray &handlesArray) |
| remove all handles from I/O resolution | |
| 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) |
| void | extraDeps_update_handler (Gaudi::Details::PropertyBase &ExtraDeps) |
| Add StoreName to extra input/output deps as needed. | |
Protected Attributes | |
| ToolHandle< TrigEgammaMatchingToolMT > | m_matchTool |
| ToolHandle< Trig::TrigEgammaEmulationToolMT > | m_emulatorTool |
| ToolHandleArray< IAsgElectronIsEMSelector > | m_electronIsEMTool {this,"ElectronIsEMSelector",{}} |
| Offline isEM Selectors. | |
| ToolHandleArray< IAsgElectronLikelihoodTool > | m_electronLHTool {this,"ElectronLikelihoodTool",{}} |
| Offline LH Selectors. | |
| ToolHandleArray< IAsgElectronLikelihoodTool > | m_electronDNNTool { this, "ElectronDNNSelectorTool", {},"DNN tools" } |
| Offline DNN Selectors. | |
| ToolHandleArray< IAsgPhotonIsEMSelector > | m_photonIsEMTool {this,"PhotonIsEMSelector",{}} |
| Offline isEM Photon Selectors. | |
| Gaudi::Property< bool > | m_doEmulation {this, "DoEmulation", false } |
| Do emulation. | |
| Gaudi::Property< bool > | m_doEffwithLH {this, "ComputeEffLH", false} |
| Gaudi::Property< bool > | m_doEffwithDNN {this, "ComputeEffDNN", false} |
| Gaudi::Property< bool > | m_tp {this, "TPTrigger", false } |
| TP Trigger Analysis. | |
| Gaudi::Property< std::string > | m_defaultProbePidElectron {this, "DefaultProbeSelectionElectron", "lhloose"} |
| default probe pid for electron trigitems that don't have pid in their name | |
| Gaudi::Property< std::string > | m_defaultProbePidPhoton {this, "DefaultProbeSelectionPhoton", "loose"} |
| default probe pid for photon trigitems that don't have pid in their name | |
| Gaudi::Property< std::vector< std::string > > | m_isemname {this, "isEMResultNames", {} } |
| isem names | |
| Gaudi::Property< std::vector< std::string > > | m_lhname {this, "LHResultNames", {} } |
| lh names | |
| Gaudi::Property< std::vector< std::string > > | m_dnnname {this, "DNNResultNames", {}, } |
| dnn names | |
| Gaudi::Property< bool > | m_detailedHists {this, "DetailedHistograms", false} |
| Include more detailed histograms. | |
| asg::AcceptInfo | m_accept |
| ToolHandleArray< GenericMonitoringTool > | m_tools {this,"GMTools",{}} |
| Array of Generic Monitoring Tools. | |
| PublicToolHandle< Trig::TrigDecisionTool > | m_trigDecTool |
| Tool to tell whether a specific trigger is passed. | |
| ToolHandleArray< IDQFilterTool > | m_DQFilterTools {this,"FilterTools",{}} |
| Array of Data Quality filter tools. | |
| 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. | |
| AthMonitorAlgorithm::DataType_t | m_dataType |
| Instance of the DataType_t enum. | |
| Gaudi::Property< std::string > | m_environmentStr {this,"Environment","user"} |
| Environment string pulled from the job option and converted to enum. | |
| Gaudi::Property< std::string > | m_dataTypeStr {this,"DataType","userDefined"} |
| DataType string pulled from the job option and converted to enum. | |
| Gaudi::Property< std::string > | m_triggerChainString {this,"TriggerChain",""} |
| Trigger chain string pulled from the job option and parsed into a vector. | |
| std::vector< std::string > | m_vTrigChainNames |
| Vector of trigger chain names parsed from trigger chain string. | |
| Gaudi::Property< std::string > | m_fileKey {this,"FileKey",""} |
| Internal Athena name for file. | |
| Gaudi::Property< bool > | m_useLumi {this,"EnableLumi",false} |
| Allows use of various luminosity functions. | |
| Gaudi::Property< float > | m_defaultLBDuration {this,"DefaultLBDuration",60.} |
| Default duration of one lumi block. | |
| Gaudi::Property< int > | m_detailLevel {this,"DetailLevel",0} |
| Sets the level of detail used in the monitoring. | |
| SG::ReadHandleKey< xAOD::EventInfo > | m_EventInfoKey {this,"EventInfoKey","EventInfo"} |
| Key for retrieving EventInfo from StoreGate. | |
Private Types | |
| typedef std::vector< std::reference_wrapper< Monitored::IMonitoredVariable > > | MonVarVec_t |
| typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
Private Member Functions | |
| StatusCode | executeNavigation (const EventContext &ctx, const TrigInfo &info, std::vector< std::pair< std::shared_ptr< const xAOD::Egamma >, const TrigCompositeUtils::Decision * > > &) const |
| navigation method called by executeNavigation | |
| void | fillEfficiency (const std::string &subgroup, const std::string &level, const std::string &pidword, const TrigInfo &info, const std::vector< std::pair< const xAOD::Egamma *, const TrigCompositeUtils::Decision * > > &pairObjs, const std::vector< asg::AcceptData > &acceptObjs, const std::string &dirname) const |
| void | fillL1Calo (const std::string &trigger, const std::vector< const xAOD::EmTauRoI * > &l1_vec) const |
| void | fillL1eEM (const std::string &trigger, const std::vector< const xAOD::eFexEMRoI * > &l1_vec) const |
| void | fillL2Calo (const std::string &trigger, const std::vector< const xAOD::TrigEMCluster * > &emCluster_vec) const |
| void | fillL2Electron (const std::string &trigger, const std::vector< const xAOD::TrigElectron * > &el_vec) const |
| void | fillL2Photon (const std::string &trigger, const std::vector< const xAOD::TrigPhoton * > &eg_vec) const |
| void | fillEFCalo (const std::string &trigger, const std::vector< const xAOD::CaloCluster * > &clus_vec) const |
| void | fillShowerShapes (const std::string &trigger, const std::vector< const xAOD::Egamma * > &eg_vec, bool online) const |
| void | fillTracking (const std::string &trigger, const std::vector< const xAOD::Electron * > &eg_vec, bool online) const |
| void | fillL1CaloResolution (const std::string &trigger, const std::vector< std::pair< const xAOD::Egamma *, const xAOD::EmTauRoI * > > &pairObjs) const |
| void | fillL1CaloAbsResolution (const std::string &trigger, const std::vector< std::pair< const xAOD::Egamma *, const xAOD::EmTauRoI * > > &pairObjs) const |
| void | fillL2CaloResolution (const std::string &trigger, const std::vector< std::pair< const xAOD::Egamma *, const TrigCompositeUtils::Decision * > > &pairObjs) const |
| void | fillHLTElectronResolution (const std::string &trigger, const std::vector< std::pair< const xAOD::Egamma *, const TrigCompositeUtils::Decision * > > &pairObjs, const TrigInfo &info) const |
| void | fillHLTPhotonResolution (const std::string &trigger, const std::vector< std::pair< const xAOD::Egamma *, const TrigCompositeUtils::Decision * > > &pairObjs, const TrigInfo &info) const |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> | |
Private Attributes | |
| std::vector< std::string > | m_trigList |
| List of triggers to study. | |
| Gaudi::Property< std::string > | m_photonPid {this, "PhotonPid","Tight" } |
| Photon pid word. | |
| Gaudi::Property< bool > | m_doUnconverted {this, "DoUnconverted", false} |
| doUnconverted analysis | |
| Gaudi::Property< std::vector< std::string > > | m_trigInputList {this, "TriggerList", {}} |
| List of triggers from menu. | |
| Gaudi::Property< std::map< std::string, std::string > > | m_BSTrigMap {this, "BootstrapTriggerMap", {{"",""}}, "Dictionary of Triggers (as keys) and Bootstraps (value) to configure Bootstrapping of photon triggers" } |
| Gaudi::Property< std::string > | m_anatype {this, "Analysis", "Photon"} |
| Directory name for each algorithm. | |
| Gaudi::Property< bool > | m_forcePidSelection { this, "ForcePidSelection", true} |
| force pid selection into photon navigation | |
| Gaudi::Property< bool > | m_onlyHLT { this, "OnlyHLT", false} |
| Compute only final HLT decision. | |
| SG::ReadHandleKey< xAOD::PhotonContainer > | m_offPhotonKey { this, "PhotonKey", "Photons", ""} |
| Event Wise offline PhotonContainer Access and end iterator. | |
| SG::ReadDecorHandleKeyArray< xAOD::PhotonContainer > | m_offPhotonIsolationKeys {this, "PhotonIsolationKeys", {"Photons.topoetcone20", "Photons.topoetcone40"} } |
| Ensure offline photon isolation decoration is retrieved after being created. | |
| SG::ReadDecorHandleKey< xAOD::EventInfo > | m_eventInfoDecorKey {this, "LArStatusFlag", "EventInfo.larFlags", "Key for EventInfo object"} |
| ToolHandle< Trig::TrigDecisionTool > | m_trigdec |
| Trigger decision tool. | |
| std::map< std::string, TrigInfo > | m_trigInfo |
| creates map of trigger name and TrigInfo struct | |
| 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. | |
| StoreGateSvc_t | m_evtStore |
| Pointer to StoreGate (event store by default) | |
| StoreGateSvc_t | m_detStore |
| Pointer to StoreGate (detector store by default) | |
| std::vector< SG::VarHandleKeyArray * > | m_vhka |
| bool | m_varHandleArraysDeclared |
Definition at line 14 of file TrigEgammaMonitorPhotonAlgorithm.h.
|
privateinherited |
Definition at line 370 of file AthMonitorAlgorithm.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
|
stronginherited |
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 194 of file AthMonitorAlgorithm.h.
|
stronginherited |
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 175 of file AthMonitorAlgorithm.h.
| TrigEgammaMonitorPhotonAlgorithm::TrigEgammaMonitorPhotonAlgorithm | ( | const std::string & | name, |
| ISvcLocator * | pSvcLocator ) |
Definition at line 14 of file TrigEgammaMonitorPhotonAlgorithm.cxx.
|
overridevirtual |
Definition at line 19 of file TrigEgammaMonitorPhotonAlgorithm.cxx.
|
protectedinherited |
Get offline electron decision.
Definition at line 49 of file TrigEgammaMonitorBaseAlgorithm.cxx.
|
protectedinherited |
Get offline electron decision.
Definition at line 97 of file TrigEgammaMonitorBaseAlgorithm.cxx.
|
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.
Definition at line 75 of file AthCommonReentrantAlgorithm.cxx.
|
inlineinherited |
Accessor functions for the data type.
Definition at line 224 of file AthMonitorAlgorithm.h.
|
inherited |
Convert the data type string from the python configuration to an enum object.
Definition at line 144 of file AthMonitorAlgorithm.cxx.
|
inlineprivateinherited |
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
|
inlineinherited |
Definition at line 145 of file AthCommonDataStore.h.
|
inlineinherited |
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 95 of file AthCommonDataStore.h.
|
protectedinherited |
Get delta R.
Definition at line 298 of file TrigEgammaMonitorBaseAlgorithm.cxx.
|
inlineinherited |
Accessor functions for the environment.
Definition at line 208 of file AthMonitorAlgorithm.h.
|
inherited |
Convert the environment string from the python configuration to an enum object.
Definition at line 116 of file AthMonitorAlgorithm.cxx.
|
inlineinherited |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 85 of file AthCommonDataStore.h.
|
overridevirtualinherited |
Applies filters and trigger requirements.
Then, calls fillHistograms().
| ctx | event context for reentrant Athena call |
Definition at line 77 of file AthMonitorAlgorithm.cxx.
|
private |
navigation method called by executeNavigation
default is true
Definition at line 122 of file TrigEgammaMonitorPhotonAlgorithm.cxx.
|
protectedinherited |
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
|
overridevirtualinherited |
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.
|
protectedinherited |
Definition at line 420 of file TrigEgammaMonitorAnalysisAlgorithm.cxx.
|
privateinherited |
Definition at line 711 of file TrigEgammaMonitorAnalysisAlgorithm.cxx.
|
protectedinherited |
Definition at line 42 of file TrigEgammaMonitorAnalysisAlgorithm.cxx.
|
privateinherited |
Definition at line 156 of file TrigEgammaMonitorAnalysisAlgorithm.cxx.
|
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.
| ctx | forwarded from execute |
Reimplemented from TrigEgammaMonitorBaseAlgorithm.
Definition at line 47 of file TrigEgammaMonitorPhotonAlgorithm.cxx.
|
privateinherited |
Definition at line 1049 of file TrigEgammaMonitorAnalysisAlgorithm.cxx.
|
privateinherited |
Definition at line 1427 of file TrigEgammaMonitorAnalysisAlgorithm.cxx.
|
protectedinherited |
Definition at line 377 of file TrigEgammaMonitorAnalysisAlgorithm.cxx.
|
privateinherited |
Definition at line 575 of file TrigEgammaMonitorAnalysisAlgorithm.cxx.
|
privateinherited |
Definition at line 1021 of file TrigEgammaMonitorAnalysisAlgorithm.cxx.
|
privateinherited |
Definition at line 991 of file TrigEgammaMonitorAnalysisAlgorithm.cxx.
|
privateinherited |
Definition at line 604 of file TrigEgammaMonitorAnalysisAlgorithm.cxx.
|
privateinherited |
Definition at line 635 of file TrigEgammaMonitorAnalysisAlgorithm.cxx.
|
privateinherited |
Definition at line 1732 of file TrigEgammaMonitorAnalysisAlgorithm.cxx.
|
privateinherited |
Definition at line 662 of file TrigEgammaMonitorAnalysisAlgorithm.cxx.
|
privateinherited |
Definition at line 686 of file TrigEgammaMonitorAnalysisAlgorithm.cxx.
|
protectedinherited |
Definition at line 30 of file TrigEgammaMonitorAnalysisAlgorithm.cxx.
|
protectedinherited |
***********************************************************************************************************************8
Definition at line 935 of file TrigEgammaMonitorAnalysisAlgorithm.cxx.
|
privateinherited |
Definition at line 766 of file TrigEgammaMonitorAnalysisAlgorithm.cxx.
|
privateinherited |
Definition at line 829 of file TrigEgammaMonitorAnalysisAlgorithm.cxx.
|
inlinevirtualinherited |
Definition at line 96 of file AthCommonReentrantAlgorithm.h.
|
protectedinherited |
Definition at line 388 of file TrigEgammaMonitorBaseAlgorithm.cxx.
|
protectedinherited |
Definition at line 338 of file TrigEgammaMonitorBaseAlgorithm.cxx.
|
protectedinherited |
Definition at line 454 of file TrigEgammaMonitorBaseAlgorithm.cxx.
|
protectedinherited |
Definition at line 442 of file TrigEgammaMonitorBaseAlgorithm.cxx.
|
protectedinherited |
Definition at line 406 of file TrigEgammaMonitorBaseAlgorithm.cxx.
|
protectedinherited |
Definition at line 415 of file TrigEgammaMonitorBaseAlgorithm.cxx.
|
protectedinherited |
Definition at line 424 of file TrigEgammaMonitorBaseAlgorithm.cxx.
|
protectedinherited |
Definition at line 433 of file TrigEgammaMonitorBaseAlgorithm.cxx.
|
protectedinherited |
Definition at line 317 of file TrigEgammaMonitorBaseAlgorithm.cxx.
|
protectedinherited |
Features helper.
Helper functions now part of base class
Definition at line 308 of file TrigEgammaMonitorBaseAlgorithm.cxx.
|
protectedinherited |
Definition at line 328 of file TrigEgammaMonitorBaseAlgorithm.cxx.
|
inherited |
Return a ReadHandle for an EventInfo object (get run/event numbers, etc.)
| ctx | EventContext for the event |
Definition at line 111 of file AthMonitorAlgorithm.cxx.
|
inherited |
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.
| name | string name of the desired tool |
Definition at line 168 of file AthMonitorAlgorithm.cxx.
|
protectedinherited |
Creates static map to return L1 item from trigger name.
Definition at line 754 of file TrigEgammaMonitorBaseAlgorithm.cxx.
|
protectedinherited |
Definition at line 372 of file TrigEgammaMonitorBaseAlgorithm.cxx.
|
inherited |
Get the trigger decision tool member.
The trigger decision tool is used to check whether a specific trigger is passed by an event.
Definition at line 198 of file AthMonitorAlgorithm.cxx.
|
protectedinherited |
Get the trigger info parsed from the chain name (only single lepton triggers)
Definition at line 609 of file TrigEgammaMonitorBaseAlgorithm.cxx.
|
inlineprotectedinherited |
Helper methods.
Get the trig info map
Definition at line 130 of file TrigEgammaMonitorBaseAlgorithm.h.
|
overridevirtual |
initialize
Reimplemented from TrigEgammaMonitorAnalysisAlgorithm.
Definition at line 24 of file TrigEgammaMonitorPhotonAlgorithm.cxx.
|
overridevirtualinherited |
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.
|
overridevirtualinherited |
Specify if the algorithm is clonable.
Reentrant algorithms are clonable.
Reimplemented in InDet::GNNSeedingTrackMaker, InDet::SCT_Clusterization, InDet::SiSPGNNTrackMaker, InDet::SiSPSeededTrackFinder, InDet::SiTrackerSpacePointFinder, ITkPixelCablingAlg, ITkStripCablingAlg, RoIBResultToxAOD, SCT_ByteStreamErrorsTestAlg, SCT_CablingCondAlgFromCoraCool, SCT_CablingCondAlgFromText, SCT_ConditionsParameterTestAlg, SCT_ConditionsSummaryTestAlg, SCT_ConfigurationConditionsTestAlg, SCT_FlaggedConditionTestAlg, SCT_LinkMaskingTestAlg, SCT_MajorityConditionsTestAlg, SCT_ModuleVetoTestAlg, SCT_MonitorConditionsTestAlg, SCT_PrepDataToxAOD, SCT_RawDataToxAOD, SCT_ReadCalibChipDataTestAlg, SCT_ReadCalibDataTestAlg, SCT_RODVetoTestAlg, SCT_SensorsTestAlg, SCT_SiliconConditionsTestAlg, SCT_StripVetoTestAlg, SCT_TdaqEnabledTestAlg, SCT_TestCablingAlg, SCTEventFlagWriter, SCTRawDataProvider, SCTSiLorentzAngleTestAlg, SCTSiPropertiesTestAlg, and Simulation::BeamEffectsAlg.
Definition at line 68 of file AthCommonReentrantAlgorithm.cxx.
|
protectedinherited |
Definition at line 763 of file TrigEgammaMonitorBaseAlgorithm.cxx.
|
protectedinherited |
Check if electron fulfils isolation criteria.
Definition at line 118 of file TrigEgammaMonitorBaseAlgorithm.cxx.
|
protectedinherited |
Check if the event is prescaled.
Definition at line 150 of file TrigEgammaMonitorBaseAlgorithm.cxx.
|
inlineprotectedinherited |
Get the e/g match tool.
Definition at line 138 of file TrigEgammaMonitorBaseAlgorithm.h.
|
inlineinherited |
Definition at line 24 of file AthCommonMsg.h.
|
inlineinherited |
Definition at line 30 of file AthCommonMsg.h.
|
overridevirtualinherited |
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.
|
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.
| line | The input string. |
| result | The parsed output vector of strings. |
Definition at line 345 of file AthMonitorAlgorithm.cxx.
|
inlineprotectedinherited |
Definition at line 380 of file AthCommonDataStore.h.
|
inlineprotectedinherited |
remove all handles from I/O resolution
Definition at line 364 of file AthCommonDataStore.h.
|
protectedinherited |
Definition at line 355 of file TrigEgammaMonitorBaseAlgorithm.cxx.
|
protectedinherited |
Set the accept object for all trigger levels.
Definition at line 183 of file TrigEgammaMonitorBaseAlgorithm.cxx.
|
inlinevirtualinherited |
Definition at line 100 of file AthCommonReentrantAlgorithm.h.
|
protectedinherited |
Set the trigger info parsed from the chain name.
Definition at line 617 of file TrigEgammaMonitorBaseAlgorithm.cxx.
|
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 85 of file AthCommonReentrantAlgorithm.cxx.
|
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 HypoBase, and InputMakerBase.
Definition at line 61 of file AthCommonReentrantAlgorithm.cxx.
|
overridevirtualinherited |
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
|
inlineprotectedinherited |
|
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.
| vTrigNames | List of trigger names. |
Definition at line 203 of file AthMonitorAlgorithm.cxx.
|
inlineinherited |
Definition at line 308 of file AthCommonDataStore.h.
|
protectedinherited |
Definition at line 125 of file TrigEgammaMonitorBaseAlgorithm.h.
|
private |
Directory name for each algorithm.
Definition at line 49 of file TrigEgammaMonitorPhotonAlgorithm.h.
|
private |
Definition at line 47 of file TrigEgammaMonitorPhotonAlgorithm.h.
|
protectedinherited |
Instance of the DataType_t enum.
Definition at line 356 of file AthMonitorAlgorithm.h.
|
protectedinherited |
DataType string pulled from the job option and converted to enum.
Definition at line 358 of file AthMonitorAlgorithm.h.
|
protectedinherited |
Default duration of one lumi block.
Definition at line 365 of file AthMonitorAlgorithm.h.
|
protectedinherited |
default probe pid for electron trigitems that don't have pid in their name
Definition at line 112 of file TrigEgammaMonitorBaseAlgorithm.h.
|
protectedinherited |
default probe pid for photon trigitems that don't have pid in their name
Definition at line 114 of file TrigEgammaMonitorBaseAlgorithm.h.
|
protectedinherited |
Include more detailed histograms.
Definition at line 122 of file TrigEgammaMonitorBaseAlgorithm.h.
|
protectedinherited |
Sets the level of detail used in the monitoring.
Definition at line 366 of file AthMonitorAlgorithm.h.
|
privateinherited |
Pointer to StoreGate (detector store by default)
Definition at line 393 of file AthCommonDataStore.h.
|
protectedinherited |
dnn names
Definition at line 120 of file TrigEgammaMonitorBaseAlgorithm.h.
|
protectedinherited |
Definition at line 107 of file TrigEgammaMonitorBaseAlgorithm.h.
|
protectedinherited |
Definition at line 106 of file TrigEgammaMonitorBaseAlgorithm.h.
|
protectedinherited |
Do emulation.
Definition at line 104 of file TrigEgammaMonitorBaseAlgorithm.h.
|
private |
doUnconverted analysis
Definition at line 41 of file TrigEgammaMonitorPhotonAlgorithm.h.
|
protectedinherited |
Array of Data Quality filter tools.
Definition at line 346 of file AthMonitorAlgorithm.h.
|
privateinherited |
Definition at line 374 of file AthMonitorAlgorithm.h.
|
protectedinherited |
Offline DNN Selectors.
Definition at line 98 of file TrigEgammaMonitorBaseAlgorithm.h.
|
protectedinherited |
Offline isEM Selectors.
Definition at line 94 of file TrigEgammaMonitorBaseAlgorithm.h.
|
protectedinherited |
Offline LH Selectors.
Definition at line 96 of file TrigEgammaMonitorBaseAlgorithm.h.
|
protectedinherited |
Definition at line 92 of file TrigEgammaMonitorBaseAlgorithm.h.
|
privateinherited |
Definition at line 377 of file AthMonitorAlgorithm.h.
|
protectedinherited |
Instance of the Environment_t enum.
Definition at line 355 of file AthMonitorAlgorithm.h.
|
protectedinherited |
Environment string pulled from the job option and converted to enum.
Definition at line 357 of file AthMonitorAlgorithm.h.
|
private |
Definition at line 60 of file TrigEgammaMonitorPhotonAlgorithm.h.
|
protectedinherited |
Key for retrieving EventInfo from StoreGate.
Definition at line 367 of file AthMonitorAlgorithm.h.
|
privateinherited |
Pointer to StoreGate (event store by default)
Definition at line 390 of file AthCommonDataStore.h.
|
privateinherited |
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
Empty if no symlinks were found.
Definition at line 114 of file AthCommonReentrantAlgorithm.h.
|
protectedinherited |
Internal Athena name for file.
Definition at line 363 of file AthMonitorAlgorithm.h.
|
private |
force pid selection into photon navigation
Definition at line 51 of file TrigEgammaMonitorPhotonAlgorithm.h.
|
protectedinherited |
isem names
Definition at line 116 of file TrigEgammaMonitorBaseAlgorithm.h.
|
protectedinherited |
Definition at line 350 of file AthMonitorAlgorithm.h.
|
protectedinherited |
lh names
Definition at line 118 of file TrigEgammaMonitorBaseAlgorithm.h.
|
protectedinherited |
Definition at line 348 of file AthMonitorAlgorithm.h.
|
protectedinherited |
Definition at line 90 of file TrigEgammaMonitorBaseAlgorithm.h.
|
privateinherited |
Definition at line 371 of file AthMonitorAlgorithm.h.
|
private |
Ensure offline photon isolation decoration is retrieved after being created.
Definition at line 59 of file TrigEgammaMonitorPhotonAlgorithm.h.
|
private |
Event Wise offline PhotonContainer Access and end iterator.
Definition at line 57 of file TrigEgammaMonitorPhotonAlgorithm.h.
|
private |
Compute only final HLT decision.
Definition at line 53 of file TrigEgammaMonitorPhotonAlgorithm.h.
|
protectedinherited |
Offline isEM Photon Selectors.
Definition at line 100 of file TrigEgammaMonitorBaseAlgorithm.h.
|
private |
Photon pid word.
Definition at line 39 of file TrigEgammaMonitorPhotonAlgorithm.h.
|
privateinherited |
Definition at line 372 of file AthMonitorAlgorithm.h.
|
protectedinherited |
Array of Generic Monitoring Tools.
Definition at line 341 of file AthMonitorAlgorithm.h.
|
protectedinherited |
TP Trigger Analysis.
Definition at line 110 of file TrigEgammaMonitorBaseAlgorithm.h.
|
privateinherited |
Trigger decision tool.
Definition at line 82 of file TrigEgammaMonitorBaseAlgorithm.h.
|
protectedinherited |
Tool to tell whether a specific trigger is passed.
Definition at line 345 of file AthMonitorAlgorithm.h.
|
protectedinherited |
Trigger chain string pulled from the job option and parsed into a vector.
Definition at line 360 of file AthMonitorAlgorithm.h.
|
privateinherited |
creates map of trigger name and TrigInfo struct
Definition at line 84 of file TrigEgammaMonitorBaseAlgorithm.h.
|
private |
List of triggers from menu.
Definition at line 43 of file TrigEgammaMonitorPhotonAlgorithm.h.
|
private |
List of triggers to study.
Definition at line 37 of file TrigEgammaMonitorPhotonAlgorithm.h.
|
protectedinherited |
Definition at line 352 of file AthMonitorAlgorithm.h.
|
protectedinherited |
Allows use of various luminosity functions.
Definition at line 364 of file AthMonitorAlgorithm.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.
|
protectedinherited |
Vector of trigger chain names parsed from trigger chain string.
Definition at line 361 of file AthMonitorAlgorithm.h.