![]() |
ATLAS Offline Software
|
Class for TileCal monitoring at channel level. More...
#include <TileRawChannelMonTool.h>
Classes | |
| struct | Data |
Public Types | |
| enum | TileFragStatus { ALL_OK =0 , CRC_ERR =1 , ALL_FF =0x10 , ALL_00 =0x20 , NO_FRAG =0x40 , NO_ROB =0x80 } |
| 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 | |
| TileRawChannelMonTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| virtual | ~TileRawChannelMonTool () |
| virtual StatusCode | initialize () override |
| virtual StatusCode | bookHists () override |
| Calls bookHists( true, true, true ) and initializes lumiBlock and run numbers. | |
| virtual StatusCode | fillHists () override |
| 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 () override |
| Calls procHists( true, true, true ). | |
| virtual StatusCode | checkHists (bool fromFinalize) override |
| This implementation does nothing; equivalent functionality may be provided by procHists(...) with appropriate arguments. | |
| void | bookHists (int ros, int drawer) |
| void | drawHists (int ros, int drawer, const std::string &moduleName) |
| void | ratioErrorBar (TH1S *hist, double &xmin, double &xmax, double mean) |
| void | rangeErrorBar (double &xmin, double &max, double mean) |
| void | bookDsp (int ros, int drawer) |
| StatusCode | fillDsp (std::map< int, std::vector< double > > &efitMap, std::map< int, std::vector< double > > &tfitMap) |
| StatusCode | finalDsp (int ros, int drawer) |
| void | drawDsp (int ros, int drawer, const std::string &moduleName) |
| void | drawOptFilt (int ros, int drawer, const std::string &moduleName) |
| TF1 * | GetTimeFitFunc (TH2S *hist2d) |
| Time Slope parameters for CIS runs. | |
| void | LaserFancyPlotting (int ros, int drawer, int maxgain, const std::string &moduleName) |
| virtual StreamNameFcn * | streamNameFunction () |
| Returns the function object that converts logical paramters into a physical stream name. | |
| virtual StatusCode | bookHistograms () |
| An inheriting class should either override this function or bookHists(). | |
| virtual StatusCode | bookHistogramsRecurrent () |
| An inheriting class should either override this function, bookHists() or bookHistograms(). | |
| 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(). | |
| virtual void | setMonManager (AthenaMonManager *manager) |
| Takes a pointer to a managing object to get information from it when needed. | |
| 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 | 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 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 | |
| TH1D * | book1D (const std::string &nam, const std::string &tit, int nx, double xmin, double xmax) |
| Implicit version of book1D. | |
| TH1D * | book1D (const std::string &dir, const std::string &nam, const std::string &tit, int nx, double xmin, double xmax, Interval_t interval=run, MgmtAttr_t attribute=ATTRIB_MANAGED, const std::string &trigChain="", const std::string &mergeAlgo="") |
| TH2D * | book2D (const std::string &nam, const std::string &tit, int nx, double xmin, double xmax, int ny, double ymin, double ymax) |
| Implicit version of book2D. | |
| TH2D * | book2D (const std::string &dir, const std::string &nam, const std::string &tit, int nx, double xmin, double xmax, int ny, double ymin, double ymax, Interval_t interval=run, MgmtAttr_t attribute=ATTRIB_MANAGED, const std::string &trigChain="", const std::string &mergeAlgo="") |
| TH1F * | book1F (const std::string &dir, const std::string &nam, const std::string &tit, int nx, double xmin, double xmax, Interval_t interval=run, MgmtAttr_t attribute=ATTRIB_MANAGED, const std::string &trigChain="", const std::string &mergeAlgo="") |
| TH1I * | book1I (const std::string &dir, const std::string &nam, const std::string &tit, int nx, double xmin, double xmax, Interval_t interval=run, MgmtAttr_t attribute=ATTRIB_MANAGED, const std::string &trigChain="", const std::string &mergeAlgo="") |
| TH1S * | book1S (const std::string &dir, const std::string &nam, const std::string &tit, int nx, double xmin, double xmax, Interval_t interval=run, MgmtAttr_t attribute=ATTRIB_MANAGED, const std::string &trigChain="", const std::string &mergeAlgo="") |
| TH1S * | book1Sx (const std::string &dir, const std::string &nam, const std::string &tit, int nx, const Double_t *xlgbins, Interval_t interval=run, MgmtAttr_t attribute=ATTRIB_MANAGED, const std::string &trigChain="", const std::string &mergeAlgo="") |
| TH1C * | book1C (const std::string &dir, const std::string &nam, const std::string &tit, int nx, double xmin, double xmax, Interval_t interval=run, MgmtAttr_t attribute=ATTRIB_MANAGED, const std::string &trigChain="", const std::string &mergeAlgo="") |
| TH2F * | book2F (const std::string &dir, const std::string &nam, const std::string &tit, int nx, double xmin, double xmax, int ny, double ymin, double ymax, Interval_t interval=run, MgmtAttr_t attribute=ATTRIB_MANAGED, const std::string &trigChain="", const std::string &mergeAlgo="") |
| TH2F * | book2F (const std::string &dir, const std::string &nam, const std::string &tit, int nx, double xmin, double xmax, int ny, const double *ybins, Interval_t interval=run, MgmtAttr_t attribute=ATTRIB_MANAGED, const std::string &trigChain="", const std::string &mergeAlgo="") |
| TH2I * | book2I (const std::string &dir, const std::string &nam, const std::string &tit, int nx, double xmin, double xmax, int ny, double ymin, double ymax, Interval_t interval=run, MgmtAttr_t attribute=ATTRIB_MANAGED, const std::string &trigChain="", const std::string &mergeAlgo="") |
| TH2S * | book2S (const std::string &dir, const std::string &nam, const std::string &tit, int nx, double xmin, double xmax, int ny, double ymin, double ymax, Interval_t interval=run, MgmtAttr_t attribute=ATTRIB_MANAGED, const std::string &trigChain="", const std::string &mergeAlgo="") |
| TH2C * | book2C (const std::string &dir, const std::string &nam, const std::string &tit, int nx, double xmin, double xmax, int ny, double ymin, double ymax, Interval_t interval=run, MgmtAttr_t attribute=ATTRIB_MANAGED, const std::string &trigChain="", const std::string &mergeAlgo="") |
| TProfile * | bookProfile (const std::string &dir, const std::string &nam, const std::string &tit, int nx, double xmin, double xmax, Interval_t interval=run, MgmtAttr_t attribute=ATTRIB_MANAGED, const std::string &trigChain="", const std::string &mergeAlgo="") |
| TProfile * | bookProfile (const std::string &dir, const std::string &nam, const std::string &tit, int nx, double xmin, double xmax, double ymin, double ymax, Interval_t interval=run, MgmtAttr_t attribute=ATTRIB_MANAGED, const std::string &trigChain="", const std::string &mergeAlgo="") |
| TProfile * | bookProfile (const std::string &dir, const std::string &nam, const std::string &tit, int nx, const float *xbins, Interval_t interval=run, MgmtAttr_t attribute=ATTRIB_MANAGED, const std::string &trigChain="", const std::string &mergeAlgo="") |
| TProfile2D * | bookProfile2D (const std::string &dir, const std::string &nam, const std::string &tit, int nx, double xmin, double xmax, int ny, double ymin, double ymax, double zmin, double zmax, Interval_t interval=run, MgmtAttr_t attribute=ATTRIB_MANAGED, const std::string &trigChain="", const std::string &mergeAlgo="") |
| TGraph * | bookGraph (const std::string &dir, const std::string &nam, const std::string &tit, int N, float *X, float *Y) |
| TGraphErrors * | bookGraphErrors (const std::string &dir, const std::string &nam, const std::string &tit, int N, float *X, float *Y, float *X_errors, float *Y_errors) |
| TGraphAsymmErrors * | bookGraphAsymmErrors (const std::string &dir, const std::string &nam, const std::string &tit, int N, float *X, float *Y, float *X_errors1, float *X_errors2, float *Y_errors1, float *Y_errors2) |
| StatusCode | removeTObj (TObject *obj) |
| template<typename T> | |
| void | regHist (const std::string &subDir, T *hist, Interval_t interval=run, MgmtAttr_t attribute=ATTRIB_MANAGED, const std::string &trigChain="", const std::string &mergeAlgo="") |
| 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. | |
| template<typename T> | |
| void | regGraph (const std::string &subDir, T *graph, Interval_t interval=run, MgmtAttr_t attribute=ATTRIB_MANAGED, const std::string &trigChain="", const std::string &mergeAlgo="") |
| 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. | |
| std::string | getCellName (unsigned int ros, unsigned int channel) |
| std::string | getTMDBCellName (unsigned int ros, unsigned int channel) |
| bool | isDisconnected (int ros, int drawer, int ch) |
| 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 | |
| enum | RunType { Unknown = 0 , PhysRun = 1 , LasRun = 2 , LedRun = 3 , PedRun = 4 , CisRun = 8 , MonoRun = 9 , CisRamp = 10 } |
| enum | DspPlot { Edsp = 0 , Tdsp = 1 , chi2dsp = 2 , Edsp_fit = 3 , Tdsp_fit = 4 } |
| enum | sumDspPlot { sumEdsp_fit = 0 , sumTdsp_fit = 1 , sumEdsp = 2 , NsumDsp = 3 } |
| typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
Private Member Functions | |
| void | bookSummaryHistograms (int ros, int drawer) |
| StatusCode | fillSummaryHistograms () |
| void | resetSummaryHistograms () |
| bool | checkDmuHeader (std::vector< uint32_t > *headerVec, int dmu) |
| The following three functions are implemented to filter data corruption, copied from TileDigitsMonTool.h. | |
| bool | checkDmuHeaderFormat (uint32_t header) |
| Function to check that the DMU header format is correct bit_31 of the DMU header must be 1 and bit_17 of the DMU header must be 0 Return true in the case of error. | |
| bool | checkDmuHeaderParity (uint32_t header) |
| Function to check that the DMU header parity is correct Parity of the DMU header should be odd Return true in case of error. | |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> | |
Class for TileCal monitoring at channel level.
Definition at line 34 of file TileRawChannelMonTool.h.
|
protectedinherited |
Definition at line 826 of file ManagedMonitorToolBase.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
|
private |
| Enumerator | |
|---|---|
| Edsp | |
| Tdsp | |
| chi2dsp | |
| Edsp_fit | |
| Tdsp_fit | |
Definition at line 133 of file TileRawChannelMonTool.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.
|
private |
| Enumerator | |
|---|---|
| Unknown | |
| PhysRun | |
| LasRun | |
| LedRun | |
| PedRun | |
| CisRun | |
| MonoRun | |
| CisRamp | |
Definition at line 123 of file TileRawChannelMonTool.h.
|
private |
| Enumerator | |
|---|---|
| sumEdsp_fit | |
| sumTdsp_fit | |
| sumEdsp | |
| NsumDsp | |
Definition at line 137 of file TileRawChannelMonTool.h.
|
inherited |
| Enumerator | |
|---|---|
| ALL_OK | |
| CRC_ERR | |
| ALL_FF | |
| ALL_00 | |
| NO_FRAG | |
| NO_ROB | |
Definition at line 62 of file TilePaterMonTool.h.
| TileRawChannelMonTool::TileRawChannelMonTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Definition at line 44 of file TileRawChannelMonTool.cxx.
|
virtual |
Definition at line 88 of file TileRawChannelMonTool.cxx.
|
protectedinherited |
Definition at line 179 of file TilePaterMonTool.cxx.
|
protectedinherited |
|
inlineprotectedinherited |
Implicit version of book1D.
Definition at line 66 of file TilePaterMonTool.h.
|
protectedinherited |
Definition at line 168 of file TilePaterMonTool.cxx.
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
Definition at line 201 of file TilePaterMonTool.cxx.
|
protectedinherited |
Definition at line 283 of file TilePaterMonTool.cxx.
|
protectedinherited |
|
inlineprotectedinherited |
Implicit version of book2D.
Definition at line 73 of file TilePaterMonTool.h.
|
protectedinherited |
Definition at line 248 of file TilePaterMonTool.cxx.
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
| void TileRawChannelMonTool::bookDsp | ( | int | ros, |
| int | drawer ) |
Definition at line 365 of file TileRawChannelMonTool.cxx.
|
protectedinherited |
Definition at line 376 of file TilePaterMonTool.cxx.
|
protectedinherited |
|
protectedinherited |
|
virtualinherited |
An inheriting class should either override this function or bookHists().
Reimplemented in ActsTrk::PhysValTool, CscCalibMonToolBase, CscCalibMonToolPed, CscCalibMonToolSlope, DiMuMon, egammaMonToolBase, EgammaPhysValMonitoring::EgammaPhysValMonitoringTool, electronMonTool, forwardElectronMonTool, GeneratorPhysVal::GeneratorPhysValMonitoringTool, IDPerfMonKshort, IDPerfMonWenu, IDPerfMonZee, InDetPhysValMonitoringTool, InDetTrackPerfMonTool, JetMonitoringTool, JetTagDQA::PhysValBTag, ManagedMonitorToolTest, MissingEtDQA::PhysValMET, MuonPhysValMonitoring::MuonPhysValMonitoringTool, photonMonTool, PhysVal::PhysValExample, PhysValCluster, PhysValDiTau, PhysValFE, PhysValSecVtx, PhysValTau, TileCellNoiseMonTool, TrackCaloClusterRecValidationTool, ZeeTaPMonTool, and ZeeValidation::ZeeValidationMonitoringTool.
Definition at line 1296 of file ManagedMonitorToolBase.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.
|
overridevirtual |
Calls bookHists( true, true, true ) and initializes lumiBlock and run numbers.
Reimplemented from ManagedMonitorToolBase.
Definition at line 124 of file TileRawChannelMonTool.cxx.
| void TileRawChannelMonTool::bookHists | ( | int | ros, |
| int | drawer ) |
Definition at line 179 of file TileRawChannelMonTool.cxx.
|
protectedinherited |
Definition at line 315 of file TilePaterMonTool.cxx.
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
private |
Definition at line 910 of file TileRawChannelMonTool.cxx.
|
private |
The following three functions are implemented to filter data corruption, copied from TileDigitsMonTool.h.
Function to check for data corruption. Modified from TileDigitsMonTool implementation
Definition at line 1952 of file TileRawChannelMonTool.cxx.
|
inlineprivate |
Function to check that the DMU header format is correct bit_31 of the DMU header must be 1 and bit_17 of the DMU header must be 0 Return true in the case of error.
Definition at line 103 of file TileRawChannelMonTool.h.
|
inlineprivate |
Function to check that the DMU header parity is correct Parity of the DMU header should be odd Return true in case of error.
Definition at line 113 of file TileRawChannelMonTool.h.
|
overridevirtual |
This implementation does nothing; equivalent functionality may be provided by procHists(...) with appropriate arguments.
Reimplemented from ManagedMonitorToolBase.
Definition at line 1429 of file TileRawChannelMonTool.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.
|
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.
| void TileRawChannelMonTool::drawDsp | ( | int | ros, |
| int | drawer, | ||
| const std::string & | moduleName ) |
Definition at line 1719 of file TileRawChannelMonTool.cxx.
| void TileRawChannelMonTool::drawHists | ( | int | ros, |
| int | drawer, | ||
| const std::string & | moduleName ) |
Definition at line 1439 of file TileRawChannelMonTool.cxx.
| void TileRawChannelMonTool::drawOptFilt | ( | int | ros, |
| int | drawer, | ||
| const std::string & | moduleName ) |
|
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
| StatusCode TileRawChannelMonTool::fillDsp | ( | std::map< int, std::vector< double > > & | efitMap, |
| std::map< int, std::vector< double > > & | tfitMap ) |
Definition at line 804 of file TileRawChannelMonTool.cxx.
|
virtualinherited |
An inheriting class should either override this function or fillHists().
Reimplemented in ActsTrk::PhysValTool, CscCalibMonToolBase, DiMuMon, egammaMonToolBase, EgammaPhysValMonitoring::EgammaPhysValMonitoringTool, electronMonTool, forwardElectronMonTool, GeneratorPhysVal::GeneratorPhysValMonitoringTool, IDPerfMonKshort, IDPerfMonWenu, IDPerfMonZee, InDetPhysValMonitoringTool, InDetTrackPerfMonTool, JetMonitoringTool, JetTagDQA::PhysValBTag, ManagedMonitorToolTest, MdtVsRpcRawDataValAlg, MdtVsTgcRawDataValAlg, MissingEtDQA::PhysValMET, MuonPhysValMonitoring::MuonPhysValMonitoringTool, photonMonTool, PhysVal::PhysValExample, PhysValCluster, PhysValDiTau, PhysValFE, PhysValSecVtx, PhysValTau, TileCellNoiseMonTool, TrackCaloClusterRecValidationTool, ZeeTaPMonTool, and ZeeValidation::ZeeValidationMonitoringTool.
Definition at line 1304 of file ManagedMonitorToolBase.cxx.
|
overridevirtual |
Calls fillHists( bool, bool, bool ); if an eventBlock,lumiBlock, or run has turned over, calls procHists( bool, bool, bool ) and bookHists( bool, bool, bool ).
Reimplemented from ManagedMonitorToolBase.
Definition at line 517 of file TileRawChannelMonTool.cxx.
|
private |
Definition at line 1048 of file TileRawChannelMonTool.cxx.
| StatusCode TileRawChannelMonTool::finalDsp | ( | int | ros, |
| int | drawer ) |
get algorithm and number of iterations from bsflags
Definition at line 1322 of file TileRawChannelMonTool.cxx.
|
overridevirtual |
Calls procHists( true, true, true ).
Reimplemented from ManagedMonitorToolBase.
Definition at line 1299 of file TileRawChannelMonTool.cxx.
|
inlineprotectedinherited |
Definition at line 692 of file ManagedMonitorToolBase.h.
|
inlineprotectedinherited |
Definition at line 696 of file ManagedMonitorToolBase.h.
|
inlineprotectedinherited |
Definition at line 221 of file TilePaterMonTool.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 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.
|
protectedvirtualinherited |
Definition at line 2155 of file ManagedMonitorToolBase.cxx.
| TF1 * TileRawChannelMonTool::GetTimeFitFunc | ( | TH2S * | hist2d | ) |
Time Slope parameters for CIS runs.
Was done once using correlation between X and Y, but this is not capable of coping with
Definition at line 1919 of file TileRawChannelMonTool.cxx.
|
inlineprotectedinherited |
Definition at line 230 of file TilePaterMonTool.h.
|
overridevirtual |
Reimplemented from TilePaterMonTool.
Definition at line 94 of file TileRawChannelMonTool.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.
|
inlineprotectedinherited |
Definition at line 256 of file TilePaterMonTool.h.
| void TileRawChannelMonTool::LaserFancyPlotting | ( | int | ros, |
| int | drawer, | ||
| int | maxgain, | ||
| const std::string & | moduleName ) |
Definition at line 1984 of file TileRawChannelMonTool.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.
|
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.
|
virtualinherited |
Implements IMonitorToolBase.
Definition at line 1679 of file ManagedMonitorToolBase.cxx.
|
virtualinherited |
An inheriting class should either override this function or finalHists().
Reimplemented in ActsTrk::PhysValTool, CscCalibMonToolBase, DiMuMon, egammaMonToolBase, EgammaPhysValMonitoring::EgammaPhysValMonitoringTool, GeneratorPhysVal::GeneratorPhysValMonitoringTool, IDPerfMonKshort, IDPerfMonWenu, IDPerfMonZee, InDetPhysValMonitoringTool, InDetTrackPerfMonTool, JetMonitoringTool, JetTagDQA::PhysValBTag, ManagedMonitorToolTest, MdtVsTgcRawDataValAlg, MissingEtDQA::PhysValMET, MuonPhysValMonitoring::MuonPhysValMonitoringTool, PhysVal::PhysValExample, PhysValDiTau, PhysValFE, PhysValSecVtx, PhysValTau, TileCellNoiseMonTool, TrackCaloClusterRecValidationTool, ZeeTaPMonTool, and ZeeValidation::ZeeValidationMonitoringTool.
Definition at line 1312 of file ManagedMonitorToolBase.cxx.
| void TileRawChannelMonTool::rangeErrorBar | ( | double & | xmin, |
| double & | max, | ||
| double | mean ) |
This method was bing used in 2006 for calculating the error bar length It is off by default, but it can be switched on by the usage of the property m_useratioerror=false This method set the error bar long as the interval from ean to the extreeme value of the sample distribution. If the extreeme value is below the threhold, then the error bar length is set to 0.
Definition at line 1843 of file TileRawChannelMonTool.cxx.
| void TileRawChannelMonTool::ratioErrorBar | ( | TH1S * | hist, |
| double & | xmin, | ||
| double & | xmax, | ||
| double | mean ) |
This method calculates the error bars of amp vs Q summary plots. The error bar depends on the percentage of events outside a certain limit. If the percentage of events outside a certain limit is below the threshold, then the error bar length is set to 0. There are 3 different thresholds and a lower and an upper limit. Threshold, limits and the error bar method usage are all settable by jo The are 3 different error bars lenghts for low, medium and high severity. IMPORTANT: In case the mean of the distribution is outside the limits, then the error bars are calculated as with rangeErrorBar method, as it won't have much sense calculating it in this way.
LF: If mean <0.7 or mean>1.3, we leave the range as error bar, as the ratio Error bar won't have any sense
Definition at line 1859 of file TileRawChannelMonTool.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.
|
protectedinherited |
Definition at line 60 of file TilePaterMonTool.cxx.
|
protectedvirtualinherited |
Registers a TGraph to be included in the output stream using logical parameters that describe the graph.
Reimplemented from ManagedMonitorToolBase.
Definition at line 530 of file ManagedMonitorToolBase.cxx.
|
protectedvirtualinherited |
Registers a TGraph to be included in the output stream using logical parameters that describe the graph.
Reimplemented from ManagedMonitorToolBase.
Definition at line 522 of file ManagedMonitorToolBase.cxx.
|
protectedinherited |
Definition at line 47 of file TilePaterMonTool.cxx.
|
protectedvirtualinherited |
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 from ManagedMonitorToolBase.
Definition at line 470 of file ManagedMonitorToolBase.cxx.
|
protectedvirtualinherited |
Registers a TH1 (including TH2, TH3, and TProfile) to be included in the output stream using logical parameters that describe the histogram.
Reimplemented from ManagedMonitorToolBase.
Definition at line 462 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.
|
protectedinherited |
Definition at line 416 of file TilePaterMonTool.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.
|
private |
Definition at line 1022 of file TileRawChannelMonTool.cxx.
|
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.
|
private |
Definition at line 143 of file TileRawChannelMonTool.h.
|
private |
Definition at line 70 of file TileRawChannelMonTool.h.
|
private |
Definition at line 69 of file TileRawChannelMonTool.h.
|
privateinherited |
Definition at line 893 of file ManagedMonitorToolBase.h.
|
protectedinherited |
Definition at line 201 of file TilePaterMonTool.h.
|
private |
Definition at line 166 of file TileRawChannelMonTool.h.
|
protectedinherited |
Definition at line 245 of file TilePaterMonTool.h.
|
protectedinherited |
Definition at line 250 of file TilePaterMonTool.h.
|
protectedinherited |
Definition at line 240 of file TilePaterMonTool.h.
|
private |
Definition at line 141 of file TileRawChannelMonTool.h.
|
private |
Definition at line 73 of file TileRawChannelMonTool.h.
|
private |
Definition at line 74 of file TileRawChannelMonTool.h.
|
private |
Definition at line 75 of file TileRawChannelMonTool.h.
|
private |
Definition at line 97 of file TileRawChannelMonTool.h.
|
privateinherited |
Definition at line 900 of file ManagedMonitorToolBase.h.
|
private |
Definition at line 179 of file TileRawChannelMonTool.h.
|
private |
Definition at line 164 of file TileRawChannelMonTool.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.
|
private |
Definition at line 170 of file TileRawChannelMonTool.h.
|
private |
Definition at line 76 of file TileRawChannelMonTool.h.
|
protectedinherited |
Definition at line 849 of file ManagedMonitorToolBase.h.
|
private |
Definition at line 177 of file TileRawChannelMonTool.h.
|
private |
Definition at line 171 of file TileRawChannelMonTool.h.
|
protectedinherited |
Definition at line 210 of file TilePaterMonTool.h.
|
private |
Definition at line 85 of file TileRawChannelMonTool.h.
|
private |
Definition at line 88 of file TileRawChannelMonTool.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.
|
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 208 of file TilePaterMonTool.h.
|
protectedinherited |
Definition at line 207 of file TilePaterMonTool.h.
|
protectedinherited |
Definition at line 866 of file ManagedMonitorToolBase.h.
|
private |
Definition at line 80 of file TileRawChannelMonTool.h.
|
private |
Definition at line 174 of file TileRawChannelMonTool.h.
|
private |
Definition at line 178 of file TileRawChannelMonTool.h.
|
private |
Definition at line 176 of file TileRawChannelMonTool.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.
|
protectedinherited |
Definition at line 215 of file TilePaterMonTool.h.
|
privateinherited |
Definition at line 888 of file ManagedMonitorToolBase.h.
|
private |
Definition at line 78 of file TileRawChannelMonTool.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 79 of file TileRawChannelMonTool.h.
|
protectedinherited |
Definition at line 827 of file ManagedMonitorToolBase.h.
|
private |
Definition at line 172 of file TileRawChannelMonTool.h.
|
protectedinherited |
Definition at line 863 of file ManagedMonitorToolBase.h.
|
protectedinherited |
Definition at line 864 of file ManagedMonitorToolBase.h.
|
private |
Definition at line 144 of file TileRawChannelMonTool.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 71 of file TileRawChannelMonTool.h.
|
protectedinherited |
Definition at line 852 of file ManagedMonitorToolBase.h.
|
private |
Definition at line 83 of file TileRawChannelMonTool.h.
|
protectedinherited |
Definition at line 853 of file ManagedMonitorToolBase.h.
|
protectedinherited |
Definition at line 851 of file ManagedMonitorToolBase.h.
|
private |
Definition at line 169 of file TileRawChannelMonTool.h.
|
private |
Definition at line 72 of file TileRawChannelMonTool.h.
|
protectedinherited |
Definition at line 203 of file TilePaterMonTool.h.
|
protectedinherited |
Definition at line 204 of file TilePaterMonTool.h.
|
protectedinherited |
Definition at line 205 of file TilePaterMonTool.h.
|
private |
Definition at line 84 of file TileRawChannelMonTool.h.
|
protectedinherited |
Definition at line 841 of file ManagedMonitorToolBase.h.
|
private |
Definition at line 168 of file TileRawChannelMonTool.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.
|
private |
Definition at line 86 of file TileRawChannelMonTool.h.
|
protectedinherited |
Definition at line 843 of file ManagedMonitorToolBase.h.
|
protectedinherited |
Definition at line 199 of file TilePaterMonTool.h.
|
protectedinherited |
Definition at line 198 of file TilePaterMonTool.h.
|
private |
Definition at line 175 of file TileRawChannelMonTool.h.
|
protectedinherited |
Definition at line 200 of file TilePaterMonTool.h.
|
private |
Definition at line 87 of file TileRawChannelMonTool.h.
|
protectedinherited |
Definition at line 228 of file TilePaterMonTool.h.
|
protectedinherited |
Definition at line 227 of file TilePaterMonTool.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 |
Definition at line 77 of file TileRawChannelMonTool.h.
|
privateinherited |
Definition at line 894 of file ManagedMonitorToolBase.h.
|
private |
Definition at line 81 of file TileRawChannelMonTool.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.