![]() |
ATLAS Offline Software
|
Base class for TileCal online monitoring tools in physics runs. More...
#include <TileFatherMonTool.h>
Public Types | |
| enum | Sampling { SampA =0 , SampB =1 , SampD =2 , SampE =3 , AllSamp =4 , TotalSamp =5 } |
| enum defining TileCal cell samples More... | |
| enum | Partitions { PartEBA = 0 , PartLBA = 1 , PartLBC = 2 , PartEBC = 3 , NumPart = 4 , NPartHisto = 5 } |
| enum defining TileCal partitions More... | |
| enum | L1Trig { Trig_b0 = 0 , Trig_b1 = 1 , Trig_b2 = 2 , Trig_b3 = 3 , Trig_b4 = 4 , Trig_b5 = 5 , Trig_b6 = 6 , Trig_b7 = 7 , AnyTrig = 8 , NTrigHisto = 9 } |
| enum defining L1 trigger bits More... | |
| 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 | |
| TileFatherMonTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| Base class for TileCal monitoring tools. | |
| virtual | ~TileFatherMonTool () |
| virtual StatusCode | initialize () override |
| The initialize will set some navigation variables and retrieve basic services. | |
| int | getPartition (const CaloCell *cell) |
| Method to navigate from a cell to its Tile partition EBA, LBA, LBC, EBC. | |
| void | get_eventTrigs (uint32_t lvl1info) |
| Method to get the list of all Level1 trigger passed by the event. | |
| template<class T> | |
| void | SetBinLabel (T *axis, const std::vector< std::string > &labels) |
| template<class T> | |
| void | SetBinLabel (T *axis, const std::string *labels, int nLabels) |
| void | ShiftTprofile (TProfile *, int) |
| int | vecIndx (unsigned int i) |
| Method that returns the histogram index corresponding to trigger 'i'. | |
| uint32_t | getL1info () |
| Method to get the Level1 Trigger word: 32bit long, but only 8 bit are used If no trigger word or empty it will return 0. | |
| uint32_t | getEvtNum () |
| Method to get the event number: | |
| uint32_t | getLumiBlock () |
| Method to get the lumi_block word: | |
| uint32_t | getEvtBCID () |
| Method to get the event BCID: | |
| uint32_t | getRunNum () |
| Method to get the run Number: | |
| std::string | getRunNumStr () |
| Method to get the run Number in words: | |
| uint32_t | gettileFlag () |
| Method to get the tile Flag: | |
| uint32_t | gettileError_error () |
| Method to get the tile Error: | |
| void | fillEvtInfo () |
| Method to fill the lvl1Info variable, evtNumber, evtBCID and lumi_block. | |
| 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 | 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 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 () |
Public Attributes | |
| std::string | m_SampStrNames [TotalSamp] |
| std::string | m_PartNames [NPartHisto] |
| std::string | m_GainNames [2] |
| std::string | m_TrigNames [NTrigHisto] |
| int | m_ros2partition [NPartHisto] |
| int | m_partition2ros [NPartHisto] |
| int | m_activeTrigs [9] ={0} |
| this array doesn't simply say if the trigger has ever fired for this run, but it also contains the position of the trigger in the histogram vector. | |
| uint32_t | m_lvl1info {} |
| uint32_t | m_evtNum {} |
| uint32_t | m_lumiBlock {} |
| uint32_t | m_evtBCID {} |
| uint32_t | m_runNum {} |
| uint32_t | m_tileFlag {} |
| uint32_t | m_tileError_error {} |
| ToolHandle< Trig::TrigDecisionTool > | m_trigDec |
| std::vector< int > | m_eventTrigs |
| Vector containing the list of triggers passed by the event. | |
Static Public Attributes | |
| static bool | m_is_collision = false |
| static unsigned int | m_lastevent = 0 |
| static float | m_time_difference = 999. |
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 | |
| typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
Private Member Functions | |
| void | checkIsCollision () |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> | |
Base class for TileCal online monitoring tools in physics runs.
Definition at line 32 of file TileFatherMonTool.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.
enum defining L1 trigger bits
| Enumerator | |
|---|---|
| Trig_b0 | |
| Trig_b1 | |
| Trig_b2 | |
| Trig_b3 | |
| Trig_b4 | |
| Trig_b5 | |
| Trig_b6 | |
| Trig_b7 | |
| AnyTrig | |
| NTrigHisto | |
Definition at line 119 of file TileFatherMonTool.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.
enum defining TileCal partitions
| Enumerator | |
|---|---|
| PartEBA | |
| PartLBA | |
| PartLBC | |
| PartEBC | |
| NumPart | |
| NPartHisto | |
Definition at line 109 of file TileFatherMonTool.h.
|
inherited |
| Enumerator | |
|---|---|
| ALL_OK | |
| CRC_ERR | |
| ALL_FF | |
| ALL_00 | |
| NO_FRAG | |
| NO_ROB | |
Definition at line 62 of file TilePaterMonTool.h.
| TileFatherMonTool::TileFatherMonTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Base class for TileCal monitoring tools.
Definition at line 54 of file TileFatherMonTool.cxx.
|
virtual |
Definition at line 91 of file TileFatherMonTool.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 |
|
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.
|
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.
|
protectedinherited |
Definition at line 315 of file TilePaterMonTool.cxx.
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
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.
|
private |
Definition at line 281 of file TileFatherMonTool.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.
|
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
| void TileFatherMonTool::fillEvtInfo | ( | ) |
Method to fill the lvl1Info variable, evtNumber, evtBCID and lumi_block.
Method to get the Level1 Trigger word: 32bit long, but only 8 bit are used If no trigger word or empty it will return 0.
Definition at line 191 of file TileFatherMonTool.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.
|
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.
|
virtualinherited |
Calls procHists( true, true, true ).
Implements IMonitorToolBase.
Reimplemented in TileCellNoiseMonTool, TileDigitsMonTool, and TileRawChannelMonTool.
Definition at line 1254 of file ManagedMonitorToolBase.cxx.
| void TileFatherMonTool::get_eventTrigs | ( | uint32_t | lvl1info | ) |
Method to get the list of all Level1 trigger passed by the event.
Results are stored in m_eventTrigs Beware: vector contains always at least 1 element: AnyPhystrig or calib Argument lvl1info is the 32 bit Level 1 trigger word
Definition at line 255 of file TileFatherMonTool.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.
|
inline |
|
inline |
|
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.
|
inline |
Method to get the Level1 Trigger word: 32bit long, but only 8 bit are used If no trigger word or empty it will return 0.
Definition at line 71 of file TileFatherMonTool.h.
|
inline |
|
protectedvirtualinherited |
Definition at line 2155 of file ManagedMonitorToolBase.cxx.
| int TileFatherMonTool::getPartition | ( | const CaloCell * | cell | ) |
Method to navigate from a cell to its Tile partition EBA, LBA, LBC, EBC.
Other kind of cell or non Tile cells will return a conventional number NumPart Argument cell is a pointer to a CaloCell
Definition at line 157 of file TileFatherMonTool.cxx.
|
inline |
| std::string TileFatherMonTool::getRunNumStr | ( | ) |
Method to get the run Number in words:
Definition at line 238 of file TileFatherMonTool.cxx.
|
inline |
|
inline |
|
inlineprotectedinherited |
Definition at line 230 of file TilePaterMonTool.h.
|
overridevirtual |
The initialize will set some navigation variables and retrieve basic services.
It is called by every montool
Reimplemented from TilePaterMonTool.
Reimplemented in TileCellNoiseMonTool.
Definition at line 99 of file TileFatherMonTool.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.
|
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.
|
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.
|
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.
| void TileFatherMonTool::SetBinLabel | ( | T * | axis, |
| const std::string * | labels, | ||
| int | nLabels ) |
Definition at line 396 of file TileFatherMonTool.cxx.
| void TileFatherMonTool::SetBinLabel | ( | T * | axis, |
| const std::vector< std::string > & | labels ) |
Definition at line 386 of file TileFatherMonTool.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.
| void TileFatherMonTool::ShiftTprofile | ( | TProfile * | histo, |
| int | delta_lb ) |
Definition at line 405 of file TileFatherMonTool.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.
|
inline |
Method that returns the histogram index corresponding to trigger 'i'.
Definition at line 63 of file TileFatherMonTool.h.
|
virtualinherited |
Write out histogram and delete it.
Definition at line 1599 of file ManagedMonitorToolBase.cxx.
| int TileFatherMonTool::m_activeTrigs[9] ={0} |
this array doesn't simply say if the trigger has ever fired for this run, but it also contains the position of the trigger in the histogram vector.
Non-active trigger have -1 value. 0 value is reserved for AnyTrig: m_activeTrigs[AnyTrig] = 0 , set in bookHistogram Example: if m_activeTrigs[4] is 3. It means that trigger bit4 histograms can be accessed by vec_of_histos.at( m_activeTrigs[4] ) or vec_of_histos.at( 3 ) or better vec_of_histos.at( m_activeTrigs[Trig_b4] )
Definition at line 152 of file TileFatherMonTool.h.
|
private |
Definition at line 177 of file TileFatherMonTool.h.
|
privateinherited |
Definition at line 893 of file ManagedMonitorToolBase.h.
|
protectedinherited |
Definition at line 201 of file TilePaterMonTool.h.
|
private |
Definition at line 175 of file TileFatherMonTool.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.
|
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.
|
protectedinherited |
Definition at line 210 of file TilePaterMonTool.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.
| std::vector<int> TileFatherMonTool::m_eventTrigs |
Vector containing the list of triggers passed by the event.
Definition at line 164 of file TileFatherMonTool.h.
| uint32_t TileFatherMonTool::m_evtBCID {} |
Definition at line 157 of file TileFatherMonTool.h.
| uint32_t TileFatherMonTool::m_evtNum {} |
Definition at line 155 of file TileFatherMonTool.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 176 of file TileFatherMonTool.h.
|
protectedinherited |
Definition at line 208 of file TilePaterMonTool.h.
|
protectedinherited |
Definition at line 207 of file TilePaterMonTool.h.
| std::string TileFatherMonTool::m_GainNames[2] |
Definition at line 135 of file TileFatherMonTool.h.
|
protectedinherited |
Definition at line 866 of file ManagedMonitorToolBase.h.
|
static |
Definition at line 166 of file TileFatherMonTool.h.
|
static |
Definition at line 167 of file TileFatherMonTool.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.
| uint32_t TileFatherMonTool::m_lumiBlock {} |
Definition at line 156 of file TileFatherMonTool.h.
|
privateinherited |
Definition at line 886 of file ManagedMonitorToolBase.h.
| uint32_t TileFatherMonTool::m_lvl1info {} |
Definition at line 154 of file TileFatherMonTool.h.
|
protectedinherited |
Definition at line 829 of file ManagedMonitorToolBase.h.
|
protectedinherited |
Definition at line 831 of file ManagedMonitorToolBase.h.
|
private |
Definition at line 174 of file TileFatherMonTool.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.
| int TileFatherMonTool::m_partition2ros[NPartHisto] |
Definition at line 142 of file TileFatherMonTool.h.
| std::string TileFatherMonTool::m_PartNames[NPartHisto] |
Definition at line 134 of file TileFatherMonTool.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.
| int TileFatherMonTool::m_ros2partition[NPartHisto] |
Definition at line 139 of file TileFatherMonTool.h.
| uint32_t TileFatherMonTool::m_runNum {} |
Definition at line 158 of file TileFatherMonTool.h.
| std::string TileFatherMonTool::m_SampStrNames[TotalSamp] |
Definition at line 133 of file TileFatherMonTool.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.
|
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.
| uint32_t TileFatherMonTool::m_tileError_error {} |
Definition at line 160 of file TileFatherMonTool.h.
| uint32_t TileFatherMonTool::m_tileFlag {} |
Definition at line 159 of file TileFatherMonTool.h.
|
protectedinherited |
Definition at line 199 of file TilePaterMonTool.h.
|
protectedinherited |
Definition at line 198 of file TilePaterMonTool.h.
|
protectedinherited |
Definition at line 200 of file TilePaterMonTool.h.
|
static |
Definition at line 168 of file TileFatherMonTool.h.
|
protectedinherited |
Definition at line 228 of file TilePaterMonTool.h.
|
protectedinherited |
Definition at line 227 of file TilePaterMonTool.h.
| ToolHandle<Trig::TrigDecisionTool> TileFatherMonTool::m_trigDec |
Definition at line 161 of file TileFatherMonTool.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.
| std::string TileFatherMonTool::m_TrigNames[NTrigHisto] |
Definition at line 136 of file TileFatherMonTool.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.