![]() |
ATLAS Offline Software
|
Tool to book and fill inner detector histograms for physics validation. More...
#include <InDetPhysValMonitoringTool.h>
Public Types | |
| enum | Interval_t { file = 0 , eventsBlock , lumiBlock , lowStat , medStat , higStat , run , fill , all } |
| An enumeration describing how detailed a particular monitoring object is. More... | |
| enum | MgmtAttr_t { ATTRIB_MANAGED = 0 , ATTRIB_UNMANAGED = 1 , ATTRIB_X_VS_LB = 2 } |
| An enumeration describing how the class handles the histogram. More... | |
Public Member Functions | |
| InDetPhysValMonitoringTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| Constructor with parameters. | |
| virtual | ~InDetPhysValMonitoringTool () |
| Destructor. | |
| virtual StreamNameFcn * | streamNameFunction () |
| Returns the function object that converts logical paramters into a physical stream name. | |
| virtual StatusCode | bookHists () |
| Calls bookHists( true, true, true ) and initializes lumiBlock and run numbers. | |
| virtual StatusCode | fillHists () |
| Calls fillHists( bool, bool, bool ); if an eventBlock,lumiBlock, or run has turned over, calls procHists( bool, bool, bool ) and bookHists( bool, bool, bool ). | |
| virtual StatusCode | finalHists () |
| Calls procHists( true, true, true ). | |
| virtual StatusCode | bookHistogramsRecurrent () |
| An inheriting class should either override this function, bookHists() or bookHistograms(). | |
| virtual void | setMonManager (AthenaMonManager *manager) |
| Takes a pointer to a managing object to get information from it when needed. | |
| virtual StatusCode | regHist (TH1 *h, const std::string &system, Interval_t interval, MgmtAttr_t histo_mgmt=ATTRIB_MANAGED, const std::string &chain="", const std::string &merge="") |
| Registers a TH1 (including TH2, TH3, and TProfile) to be included in the output stream using logical parameters that describe the histogram. | |
| virtual StatusCode | regHist (TH1 *h, const MonGroup &group) |
| Registers a TH1 (including TH2, TH3, and TProfile) to be included in the output stream using logical parameters that describe the histogram. | |
| virtual StatusCode | getHist (TH1 *&h, const std::string &hName, const std::string &system, Interval_t interval) |
| Returns a TH1 via the pointer passed as the first argument. | |
| virtual StatusCode | getHist (TH1 *&h, const std::string &hName, const MonGroup &group) |
| Returns a TH1 via the pointer passed as the first argument. | |
| virtual StatusCode | getHist (TH2 *&h, const std::string &hName, const std::string &system, Interval_t interval) |
| Returns a TH2 via the pointer passed as the first argument. | |
| virtual StatusCode | getHist (TH2 *&h, const std::string &hName, const MonGroup &group) |
| Returns a TH2 via the pointer passed as the first argument. | |
| virtual StatusCode | regEfficiency (TEfficiency *e, const MonGroup &group) |
| Registers a TEfficiency to be included in the output stream using logical parameters that describe the plot. | |
| virtual StatusCode | regGraph (TGraph *g, const std::string &system, Interval_t interval, MgmtAttr_t histo_mgmt=ATTRIB_MANAGED, const std::string &chain="", const std::string &merge="") |
| Registers a TGraph to be included in the output stream using logical parameters that describe the graph. | |
| virtual StatusCode | regGraph (TGraph *g, const MonGroup &group) |
| Registers a TGraph to be included in the output stream using logical parameters that describe the graph. | |
| virtual StatusCode | regTree (TTree *t, const std::string &system, Interval_t interval, MgmtAttr_t histo_mgmt=ATTRIB_MANAGED, const std::string &chain="", const std::string &merge="") |
| Registers a TTree to be included in the output stream using logical parameters that describe it. | |
| virtual StatusCode | regTree (TTree *t, const MonGroup &group) |
| Registers a TTree to be included in the output stream using logical parameters that describe it. | |
| virtual StatusCode | writeAndDelete (TH1 *h, const MonGroup &group) |
| Write out histogram and delete it. | |
| virtual StatusCode | deregHist (TH1 *h) |
| De-registers a TH1 from the THistSvc, but does NOT delete the object. | |
| virtual StatusCode | deregGraph (TGraph *g) |
| De-registers a TGraph from the THistSvc, but does NOT delete the object. | |
| virtual StatusCode | deregObject (const std::string &objName, const std::string &system, Interval_t interval) |
| De-registers a TObject from the THistSvc, but does NOT delete the object. | |
| virtual StatusCode | deregObject (const std::string &objName, const MonGroup &group) |
| De-registers a TObject from the THistSvc, but does NOT delete the object. | |
| virtual StatusCode | setupOutputStreams (std::vector< std::string > Mapping=std::vector< std::string >()) |
| This implementation does nothing—streams in this class should be managed by the AthenaMonManager. | |
| virtual StatusCode | runStat () |
| This implementation does nothing; equivalent functionality may be provided by procHists( true, true, true ). | |
| virtual StatusCode | checkHists (bool calledFromFinalize) |
| This implementation does nothing; equivalent functionality may be provided by procHists(...) with appropriate arguments. | |
| virtual bool | preSelector () |
| virtual float | lbAverageInteractionsPerCrossing (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Average mu, i.e. | |
| virtual float | lbInteractionsPerCrossing (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Instantaneous number of interactions, i.e. | |
| virtual float | lbAverageLuminosity (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Average luminosity (in ub-1 s-1 => 10^30 cm-2 s-1) | |
| virtual float | lbLuminosityPerBCID (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Instantaneous luminosity. | |
| virtual double | lbDuration (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Luminosity block time (in seconds) | |
| virtual float | lbAverageLivefraction (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Average luminosity livefraction. | |
| virtual float | livefractionPerBCID (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Livefraction per bunch crossing ID. | |
| virtual double | lbLumiWeight (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Average Integrated Luminosity Live Fraction. | |
| MMTB_DEPRECATED (newLowStatInterval) | |
| MMTB_DEPRECATED (newMedStatInterval) | |
| MMTB_DEPRECATED (newHigStatInterval) | |
| MMTB_DEPRECATED (newLowStat) | |
| MMTB_DEPRECATED (newLumiBlock) | |
| MMTB_DEPRECATED (newRun) | |
| MMTB_DEPRECATED (newEventsBlock) | |
| MMTB_DEPRECATED (endOfEventsBlock) | |
| MMTB_DEPRECATED (endOfLowStat) | |
| MMTB_DEPRECATED (endOfLumiBlock) | |
| MMTB_DEPRECATED (endOfRun) | |
| 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 | sysInitialize () override |
| Perform system initialization for an algorithm. | |
| 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 |
Static Public Member Functions | |
| static std::string | intervalEnumToString (Interval_t interval) |
| Converts a LevelOfDetail_t to a string of the same name. | |
| static Interval_t | intervalStringToEnum (const std::string &str) |
| Converts a string to the corresponding Interval_t. | |
| static const InterfaceID & | interfaceID () |
Protected Types | |
| typedef std::map< std::string, OutputMetadata * > | MDMap_t |
Protected Member Functions | |
| StatusCode | regManagedHistograms (std::vector< MgmtParams< TH1 > > &templateHistograms) |
| StatusCode | regManagedGraphs (std::vector< MgmtParams< TGraph > > &templateGraphs) |
| StatusCode | regManagedTrees (std::vector< MgmtParams< TTree > > &templateTrees) |
| StatusCode | regManagedEfficiencies (std::vector< MgmtParams< TEfficiency > > &templateEfficiencies) |
| StatusCode | parseList (const std::string &, std::vector< std::string > &) |
| void | updateTriggersForGroups (std::vector< std::string > &) |
| StatusCode | registerMetadata (const std::string &streamName, const std::string &hName, const MonGroup &group) |
| StatusCode | THistSvc_deReg_fixTGraph (TFile *file, TGraph *theGraph, std::string &directoryName) |
| Fixes THistSvc->deReg(obj) when obj is TGraph instance. | |
| unsigned int | get_nEvents () const |
| long | get_procNEventsProp () const |
| virtual bool | trigChainsArePassed (std::vector< std::string > &) |
| virtual StreamNameFcn * | getNewStreamNameFcn () const |
| bool | newLowStatIntervalFlag () const |
| Flag functions allowing clients to determine when to book new and process old histograms; values are updated by fillHists() based on counting lumiBlocks, and are correctly set when fillHistograms(), bookHistograms() and procHistograms() are called. | |
| bool | newMedStatIntervalFlag () const |
| bool | newHigStatIntervalFlag () const |
| bool | newLowStatFlag () const |
| bool | newLumiBlockFlag () const |
| bool | newRunFlag () const |
| bool | newEventsBlockFlag () const |
| bool | endOfEventsBlockFlag () const |
| bool | endOfLowStatFlag () const |
| bool | endOfLumiBlockFlag () const |
| bool | endOfRunFlag () 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. | |
Private Types | |
| typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
Private Member Functions | |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> | |
BaseclassMethods Baseclass methods reimplemented | |
} | |
| SG::AuxElement::Accessor< bool > | m_acc_hasTruthFilled {"hasTruthFilled"} |
| SG::AuxElement::Decorator< bool > | m_dec_hasTruthFilled {"hasTruthFilled"} |
| SG::AuxElement::Decorator< bool > | m_dec_passedTruthSelection {"passedTruthSelection"} |
| SG::AuxElement::Decorator< bool > | m_dec_passedTrackSelection {"passedTrackSelection"} |
| SG::AuxElement::Accessor< bool > | m_acc_selectedByPileupSwitch {"selectedByPileupSwitch"} |
| SG::AuxElement::Decorator< bool > | m_dec_selectedByPileupSwitch {"selectedByPileupSwitch"} |
| SG::ReadHandleKey< xAOD::TrackParticleContainer > | m_trkParticleName {this,"TrackParticleContainerName", "InDetTrackParticles"} |
| TrackParticle container's name. | |
| SG::ReadHandleKey< xAOD::TruthParticleContainer > | m_truthParticleName {this, "TruthParticleContainerName", "TruthParticles", ""} |
| TruthParticle container's name. | |
| SG::ReadHandleKey< xAOD::VertexContainer > | m_vertexContainerName {this,"VertexContainerName", "PrimaryVertices", ""} |
| Primary vertex container's name. | |
| SG::ReadHandleKey< xAOD::TruthVertexContainer > | m_truthVertexContainerName {this,"TruthVertexContainerName", "TruthVertices",""} |
| Truth vertex container's name. | |
| SG::ReadHandleKey< xAOD::EventInfo > | m_eventInfoContainerName {this,"EventInfoContainerName", "EventInfo", ""} |
| EventInfo container name. | |
| SG::ReadHandleKey< xAOD::TruthEventContainer > | m_truthEventName {this, "TruthEvents", "TruthEvents","Name of the truth events container probably either TruthEvent or TruthEvents"} |
| SG::ReadHandleKey< xAOD::TruthPileupEventContainer > | m_truthPileUpEventName {this, "TruthPileupEvents", "TruthPileupEvents","Name of the truth pileup events container probably TruthPileupEvent(s)"} |
| SG::ReadHandleKey< xAOD::JetContainer > | m_jetContainerName {this, "JetContainerName", "AntiKt4LCTopoJets" , ""} |
| std::vector< SG::ReadDecorHandleKey< xAOD::TrackParticleContainer > > | m_floatTrkDecor |
| std::vector< SG::ReadDecorHandleKey< xAOD::TrackParticleContainer > > | m_intTrkDecor |
| std::vector< SG::ReadDecorHandleKey< xAOD::TruthParticleContainer > > | m_floatTruthDecor |
| std::vector< SG::ReadDecorHandleKey< xAOD::TruthParticleContainer > > | m_intTruthDecor |
| std::vector< SG::ReadDecorHandleKey< xAOD::JetContainer > > | m_intJetDecor |
| std::vector< SG::ReadDecorHandleKey< xAOD::TrackParticleContainer > > | m_linkTrkDecor |
| std::unique_ptr< InDetRttPlots > | m_monPlots |
| histograms | |
| BooleanProperty | m_useTrackSelection {this, "useTrackSelection", false, "plot only tracks accepted by selection tool"} |
| Properties to fine-tune the tool behaviour. | |
| BooleanProperty | m_doTruthOriginPlots {this, "doTruthOriginPlots", false, "do plots split by track truth origin"} |
| BooleanProperty | m_doDuplicatePlots {this, "doDuplicatePlots", false, "Fill duplicate=multi-track per particle plots"} |
| BooleanProperty | m_doPerAuthorPlots {this, "doPerAuthorPlots", false, "do plots split by track author"} |
| BooleanProperty | m_doTrackInJetPlots {this, "FillTrackInJetPlots", true, "Fill plots for tracks in jets"} |
| BooleanProperty | m_doHitLevelPlots {this, "doHitLevelPlots", false, "Fill hit efficiency and residual plots"} |
| BooleanProperty | m_doBjetPlots {this, "FillTrackInBJetPlots", false, "Fill plots for tracks in truth-b-tagged jets"} |
| BooleanProperty | m_fillTruthToRecoNtuple {this, "FillTruthToRecoNtuple", false, "Fill an ntuple with truth and matching reco info for more detailed stuidies"} |
| BooleanProperty | m_useVertexTruthMatchTool {this, "useVertexTruthMatchTool", false, "Use the vertex truth matching tool"} |
| BooleanProperty | m_onlyFillMatched {this, "onlyFillTruthMatched", false, "Only fill truth-to-reco (eff, reso, matched hit) plots"} |
| BooleanProperty | m_doTRTExtensionPlots {this, "doTRTExtensionPlots", true, "do TRT extension plots"} |
| BooleanProperty | m_useGRL {this, "useGRL", false, "Apply GRL selection or not when running on data"} |
| BooleanProperty | m_doIDTIDEPlots {this, "doIDTIDEPlots", false, "do ID TIDE derivation plots"} |
| BooleanProperty | m_fillTechnicalEfficiency {this, "fillTechnicalEfficiency", false, "Fill the technical efficiency plot. Requires additional sihit information in input file"} |
| BooleanProperty | m_doPRW {this,"doPRW",false,"apply pileup reweight"} |
| FloatProperty | m_maxTrkJetDR {this,"maxTrkJetDR",0.4,"the maximum dR to jets to allow for track-in-jet plots"} |
| StringProperty | m_dirName {this, "DirName", "SquirrelPlots/", "Top level directory to write histograms into"} |
| StringProperty | m_folder {this, "SubFolder", "", "Subfolder to add for plots if desired. Used when working with multiple IDPVM tool instances."} |
| StringProperty | m_pileupSwitch {this, "PileupSwitch", "HardScatter", "Pileup truth strategy to use. May be \"All\", \"HardScatter\", or \"PileUp\""} |
| StringProperty | m_setCSVName {this, "setCSVName", "", "convert AOD to a scv file"} |
| FloatProperty | m_lowProb {this,"LowProb",0.5,"Truth match prob. cutoff for efficiency (lower bound) and fake (upper bound) classification."} |
| FloatProperty | m_highProb {this,"HighProb",0.8,"Truth match prob. cutoff - currently unused"} |
| DoubleArrayProperty | m_etaBins {this, "EtaBins", {}} |
| IntegerArrayProperty | m_minHits {this, "MinNumberClusters", {}} |
| FloatProperty | m_jetAbsEtaMin {this, "JetAbsEtaMin", 0.f, "Minimum Eta value for jet selection"} |
| FloatProperty | m_jetAbsEtaMax {this, "JetAbsEtaMax", 2.5f, "Maximum Eta value for jet selection"} |
| FloatProperty | m_jetPtMin {this, "JetPtMin", 100.0f, "Minimum Jet pT for jet selection in GeV"} |
| FloatProperty | m_jetPtMax {this, "JetPtMax", 5000.0f, "Maximum Jet pT for jet selection in GeV"} |
| BooleanProperty | m_isITk {this, "isITk", false, "Whether config is set for ITk, to enable/disable some plots"} |
| ToolHandle< InDet::IInDetTrackSelectionTool > | m_trackSelectionTool {this, "TrackSelectionTool", "InDet::InDetTrackSelectionTool/TrackSelectionTool", "Track selection tool to use"} |
| ToolHandle< IInDetVertexTruthMatchTool > | m_vtxValidTool {this, "VertexTruthMatchTool", "InDetVertexTruthMatchTool/VtxTruthMatchTool", "Vertex truth matching tool to use"} |
| ToolHandle< IAthSelectionTool > | m_truthSelectionTool {this, "TruthSelectionTool","AthTruthSelectionTool", "Truth selection tool (for efficiencies and resolutions)"} |
| ToolHandle< InDet::IInDetTrackTruthOriginTool > | m_trackTruthOriginTool {this, "trackTruthOriginTool", "InDet::InDetTrackTruthOriginTool","truth track origin tool"} |
| ToolHandle< InDet::IInDetHardScatterSelectionTool > | m_hardScatterSelectionTool {this, "hardScatterSelectionTool", "InDet::InDetHardScatterSelectionTool","tool to select the hard scatter reco vertex"} |
| ToolHandle< IGoodRunsListSelectionTool > | m_grlTool {this, "GoodRunsListSelectionTool", "GoodRunsListSelectionTool/GoodRunsListSelectionTool", "GRL selection tool"} |
| SG::ReadDecorHandleKey< xAOD::EventInfo > | m_weight_pileup_key {this, "PileupWeight_NOSYS", m_eventInfoContainerName, "PileupWeight_NOSYS"} |
| std::mutex | m_mutex |
| CutFlow m_truthCutFlow | ATLAS_THREAD_SAFE |
| std::vector< int > | m_prospectsMatched |
| int | m_truthCounter = 0 |
| std::ofstream | m_datfile |
| std::vector< std::string > | m_trackCutflowNames |
| std::vector< int > | m_trackCutflow |
| bool | m_usingSpecialPileupSwitch {false} |
| virtual StatusCode | initialize () |
| virtual StatusCode | bookHistograms () |
| An inheriting class should either override this function or bookHists(). | |
| virtual StatusCode | fillHistograms () |
| An inheriting class should either override this function or fillHists(). | |
| virtual StatusCode | procHistograms () |
| An inheriting class should either override this function or finalHists(). | |
| InDetPhysValMonitoringTool () | |
| prevent default construction | |
| void | fillTrackCutFlow (const asg::AcceptData &accept) |
| const std::vector< const xAOD::TruthParticle * > | getTruthParticles (const EventContext &ctx) const |
| std::pair< const std::vector< const xAOD::TruthVertex * >, const std::vector< const xAOD::TruthVertex * > > | getTruthVertices (const EventContext &ctx) const |
| InDetRttPlotConfig | getFilledPlotConfig () const |
| Generate an Rtt config struct based on the user-passed properties. | |
| int | getIndexByEta (const xAOD::TruthParticle &truth) const |
| Utility function for evaluation of technical efficiency. | |
| const Trk::TrackParameters * | getUnbiasedTrackParameters (const Trk::TrackParameters *trkParameters, const Trk::MeasurementBase *measurement) |
| StatusCode | fillHistogramsTrackingInDenseEnvironment (const EventContext &ctx, IDPVM::CachedGetAssocTruth &getAsTruth, const std::vector< const xAOD::TruthParticle * > &truthParticles, const xAOD::TrackParticleContainer &tracks, const xAOD::Vertex *primaryvertex, float beamSpotWeight) |
| void | decorateTrackParticle (const xAOD::TrackParticle &track, const asg::AcceptData &passed) const |
| void | decorateTruthParticle (const xAOD::TruthParticle &truth, const IAthSelectionTool::CutResult &passed) const |
| bool | hasTruthFilled (const xAOD::TruthParticle &truth) const |
| bool | isSelectedByPileupSwitch (const xAOD::TruthParticle &truth) const |
| void | markSelectedByPileupSwitch (const std::vector< const xAOD::TruthParticle * > &truthParticles) const |
| bool | passJetCuts (const xAOD::Jet &jet) const |
| static void | fillCutFlow (const asg::AcceptData &accept, std::vector< std::string > &names, std::vector< int > &cutFlow) |
Tool to book and fill inner detector histograms for physics validation.
Definition at line 64 of file InDetPhysValMonitoringTool.h.
|
protectedinherited |
Definition at line 826 of file ManagedMonitorToolBase.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
|
inherited |
An enumeration describing how detailed a particular monitoring object is.
summary: used to summarize the state of the system
runstat: same as summary
shift: used to flag potential problems
expert: essential for diagnosing problems identified by shift-level objects
debug: useful for standalone debugging, but not for routine monitoring; not essential for diagnosing problems during normal running
transient: too detailed to ever be written; always summarized by the user by means of another object An enumeration describing the interval over which a particular monitoring object is filled (i.e., interval over which the method Fill(...) is called). This information may be stored with the monitoring object if an application is only able to partially fill the object (i.e., a job sees only part of a run or fill). This information may be ignored in some running Environments. The 'fill' interval corresponds to a fill of the LHC. The 'all' interval corresponds to all available data. The 'lumiBlock' and 'fill' intervals are only valid for the 'collisions' DataType_t.
| Enumerator | |
|---|---|
| file | |
| eventsBlock | |
| lumiBlock | |
| lowStat | |
| medStat | |
| higStat | |
| run | |
| fill | |
| all | |
Definition at line 113 of file ManagedMonitorToolBase.h.
|
inherited |
An enumeration describing how the class handles the histogram.
attrib_unmanaged: histograms with this attribute will not be rebooked automatically and must be managed by the user code.
attrib_x_is_lb: indicates that the x-axis of the histogram is the luminosity block number and that the histogram should be rebooked as necessary if the current LB exceeds the range.
| Enumerator | |
|---|---|
| ATTRIB_MANAGED | |
| ATTRIB_UNMANAGED | |
| ATTRIB_X_VS_LB | |
Definition at line 130 of file ManagedMonitorToolBase.h.
| InDetPhysValMonitoringTool::InDetPhysValMonitoringTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Constructor with parameters.
Parametrized constructor.
Definition at line 107 of file InDetPhysValMonitoringTool.cxx.
|
virtualdefault |
Destructor.
|
private |
prevent default construction
|
virtual |
An inheriting class should either override this function or bookHists().
Reimplemented from ManagedMonitorToolBase.
Definition at line 723 of file InDetPhysValMonitoringTool.cxx.
|
virtualinherited |
An inheriting class should either override this function, bookHists() or bookHistograms().
Reimplemented in ManagedMonitorToolTest, MdtVsRpcRawDataValAlg, and MdtVsTgcRawDataValAlg.
Definition at line 1284 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
Calls bookHists( true, true, true ) and initializes lumiBlock and run numbers.
Implements IMonitorToolBase.
Reimplemented in TileDigitsMonTool, and TileRawChannelMonTool.
Definition at line 729 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
This implementation does nothing; equivalent functionality may be provided by procHists(...) with appropriate arguments.
Implements IMonitorToolBase.
Reimplemented in CscCalibMonToolBase, TileCellNoiseMonTool, TileDigitsMonTool, and TileRawChannelMonTool.
Definition at line 1669 of file ManagedMonitorToolBase.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.
|
private |
Definition at line 687 of file InDetPhysValMonitoringTool.cxx.
|
private |
Definition at line 692 of file InDetPhysValMonitoringTool.cxx.
|
virtualinherited |
De-registers a TGraph from the THistSvc, but does NOT delete the object.
Definition at line 1623 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
De-registers a TH1 from the THistSvc, but does NOT delete the object.
Definition at line 1615 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
De-registers a TObject from the THistSvc, but does NOT delete the object.
(NB: LightWeight histograms are not even registered until readout).
Definition at line 1641 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
De-registers a TObject from the THistSvc, but does NOT delete the object.
(NB: LightWeight histograms are not even registered until readout).
Definition at line 1631 of file ManagedMonitorToolBase.cxx.
|
inlineinherited |
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 95 of file AthCommonDataStore.h.
|
inlineprotectedinherited |
Definition at line 794 of file ManagedMonitorToolBase.h.
|
inlineprotectedinherited |
Definition at line 795 of file ManagedMonitorToolBase.h.
|
inlineprotectedinherited |
Definition at line 796 of file ManagedMonitorToolBase.h.
|
inlineprotectedinherited |
Definition at line 797 of file ManagedMonitorToolBase.h.
|
inlineinherited |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 85 of file AthCommonDataStore.h.
|
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
|
staticprivate |
Definition at line 915 of file InDetPhysValMonitoringTool.cxx.
|
virtual |
An inheriting class should either override this function or fillHists().
In case of no HS, print a debug message - no warning since this is expected in single particle MC. The downstream code is able to handle the absence of a HS vertex.
Reimplemented from ManagedMonitorToolBase.
Definition at line 320 of file InDetPhysValMonitoringTool.cxx.
|
private |
Definition at line 955 of file InDetPhysValMonitoringTool.cxx.
|
virtualinherited |
Calls fillHists( bool, bool, bool ); if an eventBlock,lumiBlock, or run has turned over, calls procHists( bool, bool, bool ) and bookHists( bool, bool, bool ).
Implements IMonitorToolBase.
Reimplemented in TileDigitsMonTool, and TileRawChannelMonTool.
Definition at line 739 of file ManagedMonitorToolBase.cxx.
|
private |
Definition at line 910 of file InDetPhysValMonitoringTool.cxx.
|
virtualinherited |
Calls procHists( true, true, true ).
Implements IMonitorToolBase.
Reimplemented in TileCellNoiseMonTool, TileDigitsMonTool, and TileRawChannelMonTool.
Definition at line 1254 of file ManagedMonitorToolBase.cxx.
|
inlineprotectedinherited |
Definition at line 692 of file ManagedMonitorToolBase.h.
|
inlineprotectedinherited |
Definition at line 696 of file ManagedMonitorToolBase.h.
|
private |
Generate an Rtt config struct based on the user-passed properties.
turn off truth if none is present
allow to disable non-truth-matched
account for detail level
Definition at line 189 of file InDetPhysValMonitoringTool.cxx.
|
virtualinherited |
Returns a TH1 via the pointer passed as the first argument.
The histogram name, without the leading path or stream name, must be given as the second argument.
Definition at line 1417 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
Returns a TH1 via the pointer passed as the first argument.
The histogram name, without the leading path or stream name, must be given as the second argument.
Definition at line 1407 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
Returns a TH2 via the pointer passed as the first argument.
The histogram name, without the leading path or stream name, must be given as the second argument.
Definition at line 1436 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
Returns a TH2 via the pointer passed as the first argument.
The histogram name, without the leading path or stream name, must be given as the second argument.
Definition at line 1426 of file ManagedMonitorToolBase.cxx.
|
private |
Utility function for evaluation of technical efficiency.
Definition at line 941 of file InDetPhysValMonitoringTool.cxx.
|
protectedvirtualinherited |
Definition at line 2155 of file ManagedMonitorToolBase.cxx.
|
private |
Definition at line 774 of file InDetPhysValMonitoringTool.cxx.
|
private |
Definition at line 836 of file InDetPhysValMonitoringTool.cxx.
|
private |
|
private |
Definition at line 700 of file InDetPhysValMonitoringTool.cxx.
|
virtual |
Reimplemented from ManagedMonitorToolBase.
Definition at line 115 of file InDetPhysValMonitoringTool.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.
|
inlinestaticinherited |
Definition at line 29 of file IMonitorToolBase.h.
|
staticinherited |
Converts a LevelOfDetail_t to a string of the same name.
Converts a string to the corresponding LevelOfDetail_t. Converts a Interval_t to a string of the same name.
Definition at line 535 of file ManagedMonitorToolBase.cxx.
|
staticinherited |
Converts a string to the corresponding Interval_t.
Definition at line 577 of file ManagedMonitorToolBase.cxx.
|
private |
Definition at line 708 of file InDetPhysValMonitoringTool.cxx.
|
virtualinherited |
Average mu, i.e.
<mu>
Definition at line 1691 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
Average luminosity livefraction.
Definition at line 1760 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
Average luminosity (in ub-1 s-1 => 10^30 cm-2 s-1)
Definition at line 1727 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
Luminosity block time (in seconds)
Definition at line 1814 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
Instantaneous number of interactions, i.e.
mu
Definition at line 1707 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
Instantaneous luminosity.
Definition at line 1743 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
Average Integrated Luminosity Live Fraction.
Definition at line 1798 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
Livefraction per bunch crossing ID.
Definition at line 1779 of file ManagedMonitorToolBase.cxx.
|
private |
Definition at line 716 of file InDetPhysValMonitoringTool.cxx.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inlineinherited |
Definition at line 24 of file AthCommonMsg.h.
|
inlineinherited |
Definition at line 30 of file AthCommonMsg.h.
|
inlineprotectedinherited |
Definition at line 793 of file ManagedMonitorToolBase.h.
|
inlineprotectedinherited |
Definition at line 789 of file ManagedMonitorToolBase.h.
|
inlineprotectedinherited |
Definition at line 790 of file ManagedMonitorToolBase.h.
|
inlineprotectedinherited |
Flag functions allowing clients to determine when to book new and process old histograms; values are updated by fillHists() based on counting lumiBlocks, and are correctly set when fillHistograms(), bookHistograms() and procHistograms() are called.
Definition at line 787 of file ManagedMonitorToolBase.h.
|
inlineprotectedinherited |
Definition at line 791 of file ManagedMonitorToolBase.h.
|
inlineprotectedinherited |
Definition at line 788 of file ManagedMonitorToolBase.h.
|
inlineprotectedinherited |
Definition at line 792 of file ManagedMonitorToolBase.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.
|
protectedinherited |
Definition at line 2111 of file ManagedMonitorToolBase.cxx.
|
private |
Definition at line 1062 of file InDetPhysValMonitoringTool.cxx.
|
virtualinherited |
Implements IMonitorToolBase.
Definition at line 1679 of file ManagedMonitorToolBase.cxx.
|
virtual |
An inheriting class should either override this function or finalHists().
Reimplemented from ManagedMonitorToolBase.
Definition at line 749 of file InDetPhysValMonitoringTool.cxx.
|
virtualinherited |
Registers a TEfficiency to be included in the output stream using logical parameters that describe the plot.
Definition at line 1444 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
Registers a TGraph to be included in the output stream using logical parameters that describe the graph.
Reimplemented in TilePaterMonTool.
Definition at line 1498 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
Registers a TGraph to be included in the output stream using logical parameters that describe the graph.
Reimplemented in TilePaterMonTool.
Definition at line 1488 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
Registers a TH1 (including TH2, TH3, and TProfile) to be included in the output stream using logical parameters that describe the histogram.
A histogram is passed via reference to a pointer.
Reimplemented in TilePaterMonTool.
Definition at line 1352 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
Registers a TH1 (including TH2, TH3, and TProfile) to be included in the output stream using logical parameters that describe the histogram.
Reimplemented in TilePaterMonTool.
Definition at line 1343 of file ManagedMonitorToolBase.cxx.
|
protectedinherited |
Definition at line 945 of file ManagedMonitorToolBase.cxx.
|
protectedinherited |
Definition at line 1139 of file ManagedMonitorToolBase.cxx.
|
protectedinherited |
Definition at line 1068 of file ManagedMonitorToolBase.cxx.
|
protectedinherited |
Definition at line 971 of file ManagedMonitorToolBase.cxx.
|
protectedinherited |
Definition at line 1199 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
Registers a TTree to be included in the output stream using logical parameters that describe it.
Definition at line 1554 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
Registers a TTree to be included in the output stream using logical parameters that describe it.
Definition at line 1544 of file ManagedMonitorToolBase.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.
|
virtualinherited |
This implementation does nothing; equivalent functionality may be provided by procHists( true, true, true ).
Implements IMonitorToolBase.
Definition at line 1661 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
Takes a pointer to a managing object to get information from it when needed.
Definition at line 1325 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
This implementation does nothing—streams in this class should be managed by the AthenaMonManager.
Consider using MonitorToolBase for user-managed streams.
Implements IMonitorToolBase.
Definition at line 1650 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
Returns the function object that converts logical paramters into a physical stream name.
Definition at line 450 of file ManagedMonitorToolBase.cxx.
|
overridevirtualinherited |
Perform system initialization for an algorithm.
We override this to declare all the elements of handle key arrays at the end of initialization. See comments on updateVHKA.
Reimplemented in asg::AsgMetadataTool, AthCheckedComponent< AthAlgTool >, AthCheckedComponent<::AthAlgTool >, and DerivationFramework::CfAthAlgTool.
|
overridevirtualinherited |
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
|
protectedinherited |
Fixes THistSvc->deReg(obj) when obj is TGraph instance.
Read more in source file about this bug.
Definition at line 1036 of file ManagedMonitorToolBase.cxx.
|
protectedvirtualinherited |
Definition at line 2092 of file ManagedMonitorToolBase.cxx.
|
protectedinherited |
Definition at line 2130 of file ManagedMonitorToolBase.cxx.
|
inlineinherited |
Definition at line 308 of file AthCommonDataStore.h.
|
virtualinherited |
Write out histogram and delete it.
Definition at line 1599 of file ManagedMonitorToolBase.cxx.
|
mutableprivate |
Definition at line 217 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 106 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 110 of file InDetPhysValMonitoringTool.h.
|
privateinherited |
Definition at line 893 of file ManagedMonitorToolBase.h.
|
privateinherited |
Definition at line 900 of file ManagedMonitorToolBase.h.
|
protectedinherited |
Definition at line 838 of file ManagedMonitorToolBase.h.
|
protectedinherited |
Definition at line 834 of file ManagedMonitorToolBase.h.
|
private |
Definition at line 220 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 107 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 109 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 108 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 111 of file InDetPhysValMonitoringTool.h.
|
privateinherited |
Definition at line 895 of file ManagedMonitorToolBase.h.
|
protectedinherited |
Definition at line 836 of file ManagedMonitorToolBase.h.
|
privateinherited |
Pointer to StoreGate (detector store by default)
Definition at line 393 of file AthCommonDataStore.h.
|
private |
Definition at line 191 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 180 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 176 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 179 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 186 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 177 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 188 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 178 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 184 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 175 of file InDetPhysValMonitoringTool.h.
|
protectedinherited |
Definition at line 849 of file ManagedMonitorToolBase.h.
|
privateinherited |
Definition at line 823 of file ManagedMonitorToolBase.h.
|
privateinherited |
Definition at line 823 of file ManagedMonitorToolBase.h.
|
privateinherited |
Definition at line 823 of file ManagedMonitorToolBase.h.
|
privateinherited |
Definition at line 823 of file ManagedMonitorToolBase.h.
|
protectedinherited |
Definition at line 839 of file ManagedMonitorToolBase.h.
|
protectedinherited |
Definition at line 835 of file ManagedMonitorToolBase.h.
|
private |
Definition at line 197 of file InDetPhysValMonitoringTool.h.
|
private |
EventInfo container name.
Definition at line 149 of file InDetPhysValMonitoringTool.h.
|
privateinherited |
Pointer to StoreGate (event store by default)
Definition at line 390 of file AthCommonDataStore.h.
|
protectedinherited |
Definition at line 833 of file ManagedMonitorToolBase.h.
|
private |
Definition at line 187 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 181 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 163 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 165 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 192 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 212 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 211 of file InDetPhysValMonitoringTool.h.
|
protectedinherited |
Definition at line 866 of file ManagedMonitorToolBase.h.
|
private |
Definition at line 196 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 167 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 164 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 166 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 205 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 201 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 200 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 158 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 203 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 202 of file InDetPhysValMonitoringTool.h.
|
protectedinherited |
Definition at line 861 of file ManagedMonitorToolBase.h.
|
protectedinherited |
Definition at line 861 of file ManagedMonitorToolBase.h.
|
protectedinherited |
Definition at line 859 of file ManagedMonitorToolBase.h.
|
protectedinherited |
Definition at line 861 of file ManagedMonitorToolBase.h.
|
protectedinherited |
Definition at line 860 of file ManagedMonitorToolBase.h.
|
privateinherited |
Definition at line 888 of file ManagedMonitorToolBase.h.
|
private |
Definition at line 168 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 195 of file InDetPhysValMonitoringTool.h.
|
privateinherited |
Definition at line 886 of file ManagedMonitorToolBase.h.
|
protectedinherited |
Definition at line 829 of file ManagedMonitorToolBase.h.
|
protectedinherited |
Definition at line 831 of file ManagedMonitorToolBase.h.
|
private |
Definition at line 190 of file InDetPhysValMonitoringTool.h.
|
protectedinherited |
Definition at line 827 of file ManagedMonitorToolBase.h.
|
private |
Definition at line 198 of file InDetPhysValMonitoringTool.h.
|
private |
histograms
Definition at line 171 of file InDetPhysValMonitoringTool.h.
|
mutableprivate |
Definition at line 216 of file InDetPhysValMonitoringTool.h.
|
protectedinherited |
Definition at line 863 of file ManagedMonitorToolBase.h.
|
protectedinherited |
Definition at line 864 of file ManagedMonitorToolBase.h.
|
privateinherited |
Definition at line 822 of file ManagedMonitorToolBase.h.
|
privateinherited |
Definition at line 820 of file ManagedMonitorToolBase.h.
|
privateinherited |
Definition at line 821 of file ManagedMonitorToolBase.h.
|
privateinherited |
Definition at line 820 of file ManagedMonitorToolBase.h.
|
privateinherited |
Definition at line 821 of file ManagedMonitorToolBase.h.
|
privateinherited |
Definition at line 820 of file ManagedMonitorToolBase.h.
|
privateinherited |
Definition at line 821 of file ManagedMonitorToolBase.h.
|
protectedinherited |
Definition at line 865 of file ManagedMonitorToolBase.h.
|
private |
Definition at line 183 of file InDetPhysValMonitoringTool.h.
|
protectedinherited |
Definition at line 852 of file ManagedMonitorToolBase.h.
|
private |
Definition at line 193 of file InDetPhysValMonitoringTool.h.
|
protectedinherited |
Definition at line 853 of file ManagedMonitorToolBase.h.
|
protectedinherited |
Definition at line 851 of file ManagedMonitorToolBase.h.
|
private |
Definition at line 218 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 194 of file InDetPhysValMonitoringTool.h.
|
protectedinherited |
Definition at line 841 of file ManagedMonitorToolBase.h.
|
privateinherited |
Definition at line 896 of file ManagedMonitorToolBase.h.
|
protectedinherited |
Definition at line 676 of file ManagedMonitorToolBase.h.
|
protectedinherited |
Definition at line 668 of file ManagedMonitorToolBase.h.
|
protectedinherited |
Definition at line 664 of file ManagedMonitorToolBase.h.
|
protectedinherited |
Definition at line 672 of file ManagedMonitorToolBase.h.
|
protectedinherited |
Definition at line 843 of file ManagedMonitorToolBase.h.
|
private |
Definition at line 222 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 221 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 207 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 210 of file InDetPhysValMonitoringTool.h.
|
protectedinherited |
Definition at line 845 of file ManagedMonitorToolBase.h.
|
protectedinherited |
Definition at line 854 of file ManagedMonitorToolBase.h.
|
protectedinherited |
Definition at line 855 of file ManagedMonitorToolBase.h.
|
privateinherited |
Definition at line 890 of file ManagedMonitorToolBase.h.
|
protectedinherited |
Definition at line 847 of file ManagedMonitorToolBase.h.
|
private |
TrackParticle container's name.
Definition at line 133 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 219 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 152 of file InDetPhysValMonitoringTool.h.
|
private |
TruthParticle container's name.
Definition at line 137 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 155 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 209 of file InDetPhysValMonitoringTool.h.
|
private |
Truth vertex container's name.
Definition at line 145 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 185 of file InDetPhysValMonitoringTool.h.
|
privateinherited |
Definition at line 894 of file ManagedMonitorToolBase.h.
|
private |
Properties to fine-tune the tool behaviour.
Definition at line 174 of file InDetPhysValMonitoringTool.h.
|
protectedinherited |
Definition at line 857 of file ManagedMonitorToolBase.h.
|
private |
Definition at line 182 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 224 of file InDetPhysValMonitoringTool.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
private |
Primary vertex container's name.
Definition at line 141 of file InDetPhysValMonitoringTool.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.
|
protectedinherited |
Definition at line 680 of file ManagedMonitorToolBase.h.
|
protectedinherited |
Definition at line 680 of file ManagedMonitorToolBase.h.
|
private |
Definition at line 208 of file InDetPhysValMonitoringTool.h.
|
private |
Definition at line 214 of file InDetPhysValMonitoringTool.h.