ATLAS Offline Software
|
#include <PhysValCluster.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 | |
PhysValCluster (const std::string &type, const std::string &name, const IInterface *parent) | |
Standard Constructor. More... | |
virtual StatusCode | initialize () |
Standard AlgTool Functions. More... | |
virtual StatusCode | bookHistograms () |
An inheriting class should either override this function or bookHists(). More... | |
virtual StatusCode | fillHistograms () |
An inheriting class should either override this function or fillHists(). More... | |
virtual StreamNameFcn * | streamNameFunction () |
Returns the function object that converts logical paramters into a physical stream name. More... | |
virtual StatusCode | bookHists () |
Calls bookHists( true, true, true ) and initializes lumiBlock and run numbers. More... | |
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 ). More... | |
virtual StatusCode | finalHists () |
Calls procHists( true, true, true ). More... | |
virtual StatusCode | bookHistogramsRecurrent () |
An inheriting class should either override this function, bookHists() or bookHistograms(). More... | |
virtual StatusCode | procHistograms () |
An inheriting class should either override this function or finalHists(). More... | |
virtual void | setMonManager (AthenaMonManager *manager) |
Takes a pointer to a managing object to get information from it when needed. More... | |
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. More... | |
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. More... | |
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. More... | |
virtual StatusCode | getHist (TH1 *&h, const std::string &hName, const MonGroup &group) |
Returns a TH1 via the pointer passed as the first argument. More... | |
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. More... | |
virtual StatusCode | getHist (TH2 *&h, const std::string &hName, const MonGroup &group) |
Returns a TH2 via the pointer passed as the first argument. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
virtual StatusCode | regTree (TTree *t, const MonGroup &group) |
Registers a TTree to be included in the output stream using logical parameters that describe it. More... | |
virtual StatusCode | writeAndDelete (TH1 *h, const MonGroup &group) |
Write out histogram and delete it. More... | |
virtual StatusCode | deregHist (TH1 *h) |
De-registers a TH1 from the THistSvc, but does NOT delete the object. More... | |
virtual StatusCode | deregGraph (TGraph *g) |
De-registers a TGraph from the THistSvc, but does NOT delete the object. More... | |
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. More... | |
virtual StatusCode | deregObject (const std::string &objName, const MonGroup &group) |
De-registers a TObject from the THistSvc, but does NOT delete the object. More... | |
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. More... | |
virtual StatusCode | runStat () |
This implementation does nothing; equivalent functionality may be provided by procHists( true, true, true ). More... | |
virtual StatusCode | checkHists (bool calledFromFinalize) |
This implementation does nothing; equivalent functionality may be provided by procHists(...) with appropriate arguments. More... | |
virtual bool | preSelector () |
virtual float | lbAverageInteractionsPerCrossing (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
Average mu, i.e. More... | |
virtual float | lbInteractionsPerCrossing (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
Instantaneous number of interactions, i.e. More... | |
virtual float | lbAverageLuminosity (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
Average luminosity (in ub-1 s-1 => 10^30 cm-2 s-1) More... | |
virtual float | lbLuminosityPerBCID (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
Instantaneous luminosity. More... | |
virtual double | lbDuration (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
Luminosity block time (in seconds) More... | |
virtual float | lbAverageLivefraction (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
Average luminosity livefraction. More... | |
virtual float | livefractionPerBCID (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
Livefraction per bunch crossing ID. More... | |
virtual double | lbLumiWeight (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
Average Integrated Luminosity Live Fraction. More... | |
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 . 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 | sysInitialize () override |
Perform system initialization for an algorithm. More... | |
virtual StatusCode | sysStart () override |
Handle START transition. More... | |
virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
Return this algorithm's input handles. More... | |
virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
Return this algorithm's output handles. More... | |
Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T > &t) |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &) |
Declare a new Gaudi property. More... | |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &) |
Declare a new Gaudi property. More... | |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &) |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &) |
Declare a new Gaudi property. More... | |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc="none") |
Declare a new Gaudi property. More... | |
void | updateVHKA (Gaudi::Details::PropertyBase &) |
MsgStream & | msg () const |
MsgStream & | msg (const MSG::Level lvl) const |
bool | msgLvl (const MSG::Level lvl) const |
Static Public Member Functions | |
static std::string | intervalEnumToString (Interval_t interval) |
Converts a LevelOfDetail_t to a string of the same name. More... | |
static Interval_t | intervalStringToEnum (const std::string &str) |
Converts a string to the corresponding Interval_t. More... | |
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. More... | |
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. More... | |
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 More... | |
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. More... | |
Private Types | |
typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
Private Member Functions | |
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &) |
specialization for handling Gaudi::Property<SG::VarHandleKey> More... | |
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyArrayType &) |
specialization for handling Gaudi::Property<SG::VarHandleKeyArray> More... | |
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleType &) |
specialization for handling Gaudi::Property<SG::VarHandleBase> More... | |
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &t, const SG::NotHandleType &) |
specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray> More... | |
Definition at line 15 of file PhysValCluster.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.
PhysValCluster::PhysValCluster | ( | const std::string & | type, |
const std::string & | name, | ||
const IInterface * | parent | ||
) |
|
virtual |
An inheriting class should either override this function or bookHists().
Reimplemented from ManagedMonitorToolBase.
Definition at line 20 of file PhysValCluster.cxx.
|
virtualinherited |
An inheriting class should either override this function, bookHists() or bookHistograms().
Reimplemented in MdtVsTgcRawDataValAlg, MdtVsRpcRawDataValAlg, and ManagedMonitorToolTest.
Definition at line 1286 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
Calls bookHists( true, true, true ) and initializes lumiBlock and run numbers.
Implements IMonitorToolBase.
Reimplemented in TileRawChannelMonTool, and TileDigitsMonTool.
Definition at line 730 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
This implementation does nothing; equivalent functionality may be provided by procHists(...) with appropriate arguments.
Implements IMonitorToolBase.
Reimplemented in TileRawChannelMonTool, TileDigitsMonTool, TileCellNoiseMonTool, and CscCalibMonToolBase.
Definition at line 1671 of file ManagedMonitorToolBase.cxx.
|
inlineprivateinherited |
specialization for handling Gaudi::Property<SG::VarHandleKeyArray>
Definition at line 170 of file AthCommonDataStore.h.
|
inlineprivateinherited |
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
|
inlineprivateinherited |
specialization for handling Gaudi::Property<SG::VarHandleBase>
Definition at line 184 of file AthCommonDataStore.h.
|
inlineprivateinherited |
specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray>
Definition at line 199 of file AthCommonDataStore.h.
|
inlineinherited |
Declare a new Gaudi property.
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.
|
inlineinherited |
Declare a new Gaudi property.
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.
|
inlineinherited |
Definition at line 259 of file AthCommonDataStore.h.
|
inlineinherited |
Declare a new Gaudi property.
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.
|
inlineinherited |
Declare a new Gaudi property.
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.
|
inlineinherited |
Definition at line 145 of file AthCommonDataStore.h.
|
virtualinherited |
De-registers a TGraph from the THistSvc, but does NOT delete the object.
Definition at line 1625 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
De-registers a TH1 from the THistSvc, but does NOT delete the object.
Definition at line 1617 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 1643 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 1633 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.
|
inlineinherited |
The standard StoreGateSvc
(event store) Returns (kind of) a pointer to the StoreGateSvc
.
Definition at line 90 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
|
virtual |
An inheriting class should either override this function or fillHists().
Reimplemented from ManagedMonitorToolBase.
Definition at line 37 of file PhysValCluster.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 TileRawChannelMonTool, and TileDigitsMonTool.
Definition at line 740 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
Calls procHists( true, true, true ).
Implements IMonitorToolBase.
Reimplemented in TileRawChannelMonTool, TileDigitsMonTool, and TileCellNoiseMonTool.
Definition at line 1256 of file ManagedMonitorToolBase.cxx.
|
inlineprotectedinherited |
Definition at line 692 of file ManagedMonitorToolBase.h.
|
inlineprotectedinherited |
Definition at line 696 of file ManagedMonitorToolBase.h.
|
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 1419 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 1409 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 1438 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 1428 of file ManagedMonitorToolBase.cxx.
|
protectedvirtualinherited |
Definition at line 2157 of file ManagedMonitorToolBase.cxx.
|
virtual |
Standard AlgTool Functions.
Reimplemented from ManagedMonitorToolBase.
Definition at line 13 of file PhysValCluster.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 536 of file ManagedMonitorToolBase.cxx.
|
staticinherited |
Converts a string to the corresponding Interval_t.
Definition at line 578 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
Average mu, i.e.
<mu>
Definition at line 1693 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
Average luminosity livefraction.
Definition at line 1762 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
Average luminosity (in ub-1 s-1 => 10^30 cm-2 s-1)
Definition at line 1729 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
Luminosity block time (in seconds)
Definition at line 1816 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
Instantaneous number of interactions, i.e.
mu
Definition at line 1709 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
Instantaneous luminosity.
Definition at line 1745 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
Average Integrated Luminosity Live Fraction.
Definition at line 1800 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
Livefraction per bunch crossing ID.
Definition at line 1781 of file ManagedMonitorToolBase.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 27 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 2113 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
|
virtualinherited |
An inheriting class should either override this function or finalHists().
Reimplemented in egammaMonToolBase, MuonPhysValMonitoring::MuonPhysValMonitoringTool, ActsTrk::PhysValTool, PhysValSecVtx, ZeeTaPMonTool, CscCalibMonToolBase, InDetPhysValMonitoringTool, EgammaPhysValMonitoring::EgammaPhysValMonitoringTool, MissingEtDQA::PhysValMET, JetTagDQA::PhysValBTag, PhysVal::PhysValExample, GeneratorPhysVal::GeneratorPhysValMonitoringTool, ZeeValidation::ZeeValidationMonitoringTool, InDetTrackPerfMonTool, IDPerfMonWenu, IDPerfMonZee, TrackCaloClusterRecValidationTool, MdtVsTgcRawDataValAlg, JetMonitoringTool, TileCellNoiseMonTool, PhysValTau, PhysValFE, DiMuMon, ManagedMonitorToolTest, and IDPerfMonKshort.
Definition at line 1314 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
Registers a TEfficiency to be included in the output stream using logical parameters that describe the plot.
Definition at line 1446 of file ManagedMonitorToolBase.cxx.
Registers a TGraph to be included in the output stream using logical parameters that describe the graph.
Definition at line 1500 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.
Definition at line 1354 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.
Definition at line 1345 of file ManagedMonitorToolBase.cxx.
|
protectedinherited |
Definition at line 946 of file ManagedMonitorToolBase.cxx.
|
protectedinherited |
Definition at line 1141 of file ManagedMonitorToolBase.cxx.
|
protectedinherited |
Definition at line 1070 of file ManagedMonitorToolBase.cxx.
|
protectedinherited |
|
protectedinherited |
Registers a TTree to be included in the output stream using logical parameters that describe it.
Definition at line 1556 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
|
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 1663 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
Takes a pointer to a managing object to get information from it when needed.
Definition at line 1327 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 1652 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
Returns the function object that converts logical paramters into a physical stream name.
Definition at line 451 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 DerivationFramework::CfAthAlgTool, AthCheckedComponent< AthAlgTool >, AthCheckedComponent<::AthAlgTool >, and asg::AsgMetadataTool.
|
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 1038 of file ManagedMonitorToolBase.cxx.
|
protectedvirtualinherited |
Definition at line 2094 of file ManagedMonitorToolBase.cxx.
|
protectedinherited |
Definition at line 2132 of file ManagedMonitorToolBase.cxx.
|
inlineinherited |
Definition at line 308 of file AthCommonDataStore.h.
|
virtualinherited |
|
privateinherited |
Definition at line 893 of file ManagedMonitorToolBase.h.
|
private |
String that defines with Cluster container to use.
Definition at line 30 of file PhysValCluster.h.
|
private |
Pointer to class that defines which histogram blocks to fill.
Definition at line 36 of file PhysValCluster.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.
|
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.
|
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 |
Event info key.
Definition at line 32 of file PhysValCluster.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.
|
protectedinherited |
Definition at line 866 of file ManagedMonitorToolBase.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.
|
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.
|
protectedinherited |
Definition at line 827 of file ManagedMonitorToolBase.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.
|
protectedinherited |
Definition at line 852 of file ManagedMonitorToolBase.h.
|
protectedinherited |
Definition at line 853 of file ManagedMonitorToolBase.h.
|
protectedinherited |
Definition at line 851 of file ManagedMonitorToolBase.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.
|
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.
|
privateinherited |
Definition at line 894 of file ManagedMonitorToolBase.h.
|
protectedinherited |
Definition at line 857 of file ManagedMonitorToolBase.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.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.