![]() |
ATLAS Offline Software
|
#include <HitValAlg.h>
Public Member Functions | |
StatusCode | initialize () override |
StatusCode | finalize () override |
StatusCode | execute () override |
unsigned int | cardinality () const override final |
AthHistogramAlgorithm (const std::string &name, ISvcLocator *pSvcLocator) | |
Constructor with parameters: More... | |
virtual StatusCode | sysInitialize () |
Initialization method invoked by the framework. More... | |
const ServiceHandle< ITHistSvc > & | histSvc () const |
The standard THistSvc (for writing histograms and TTrees and more to a root file) Returns (kind of) a pointer to the THistSvc . More... | |
virtual const DataObjIDColl & | extraOutputDeps () const override |
Return the list of extra output dependencies. More... | |
ServiceHandle< StoreGateSvc > & | evtStore () |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More... | |
const ServiceHandle< StoreGateSvc > & | evtStore () const |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More... | |
const ServiceHandle< StoreGateSvc > & | detStore () const |
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc . More... | |
virtual StatusCode | sysStart () override |
Handle START transition. More... | |
virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
Return this algorithm's input handles. More... | |
virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
Return this algorithm's output handles. More... | |
Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T > &t) |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &) |
Declare a new Gaudi property. More... | |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &) |
Declare a new Gaudi property. More... | |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &) |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &) |
Declare a new Gaudi property. More... | |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc="none") |
Declare a new Gaudi property. More... | |
void | updateVHKA (Gaudi::Details::PropertyBase &) |
MsgStream & | msg () const |
MsgStream & | msg (const MSG::Level lvl) const |
bool | msgLvl (const MSG::Level lvl) const |
Protected Member Functions | |
void | renounceArray (SG::VarHandleKeyArray &handlesArray) |
remove all handles from I/O resolution More... | |
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > | renounce (T &h) |
void | extraDeps_update_handler (Gaudi::Details::PropertyBase &ExtraDeps) |
Add StoreName to extra input/output deps as needed. More... | |
StatusCode | configAthHistogramming (const ServiceHandle< ITHistSvc > &histSvc, const std::string &prefix, const std::string &rootDir, const std::string &histNamePrefix, const std::string &histNamePostfix, const std::string &histTitlePrefix, const std::string &histTitlePostfix) |
To be called by the derived classes to fill the internal configuration. More... | |
TH1 * | bookGetPointer (const TH1 &hist, const std::string &tDir="", const std::string &stream="") |
Simplify the booking and registering (into THistSvc) of histograms. More... | |
TH1 * | bookGetPointer (TH1 *hist, const std::string &tDir="", const std::string &stream="") |
Simplify the booking and registering (into THistSvc) of histograms. More... | |
TH1 * | bookGetPointer (TH1 &histRef, std::string tDir="", std::string stream="") |
Simplify the booking and registering (into THistSvc) of histograms. More... | |
TTree * | bookGetPointer (const TTree &treeRef, std::string tDir="", std::string stream="") |
Simplify the booking and registering (into THistSvc) of TTrees. More... | |
TGraph * | bookGetPointer (const TGraph &graphRef, std::string tDir="", std::string stream="") |
Simplify the booking and registering (into THistSvc) of TGraphs. More... | |
TEfficiency * | bookGetPointer (const TEfficiency &eff, const std::string &tDir="", const std::string &stream="") |
Simplify the booking and registering (into THistSvc) of TEfficiency. More... | |
TEfficiency * | bookGetPointer (TEfficiency *eff, const std::string &tDir="", const std::string &stream="") |
Simplify the booking and registering (into THistSvc) of TEfficiency. More... | |
TEfficiency * | bookGetPointer (TEfficiency &effRef, std::string tDir="", std::string stream="") |
Simplify the booking and registering (into THistSvc) of TEfficiency. More... | |
StatusCode | book (const TH1 &hist, const std::string &tDir="", const std::string &stream="") |
Simplify the booking and registering (into THistSvc) of histograms. More... | |
StatusCode | book (TH1 *hist, const std::string &tDir="", const std::string &stream="") |
Simplify the booking and registering (into THistSvc) of histograms. More... | |
StatusCode | book (TH1 &histRef, const std::string &tDir="", const std::string &stream="") |
Simplify the booking and registering (into THistSvc) of histograms. More... | |
StatusCode | book (const TTree &treeRef, const std::string &tDir="", const std::string &stream="") |
Simplify the booking and registering (into THistSvc) of TTrees. More... | |
StatusCode | book (const TGraph &graphRef, const std::string &tDir="", const std::string &stream="") |
Simplify the booking and registering (into THistSvc) of TGraphs. More... | |
StatusCode | book (const TEfficiency &eff, const std::string &tDir="", const std::string &stream="") |
Simplify the booking and registering (into THistSvc) of TEfficiency. More... | |
StatusCode | book (TEfficiency *eff, const std::string &tDir="", const std::string &stream="") |
Simplify the booking and registering (into THistSvc) of TEfficiency. More... | |
StatusCode | book (TEfficiency &effRef, const std::string &tDir="", const std::string &stream="") |
Simplify the booking and registering (into THistSvc) of TEfficiency. More... | |
TH1 * | hist (const std::string &histName, const std::string &tDir="", const std::string &stream="") |
Simplify the retrieval of registered histograms of any type. More... | |
TH2 * | hist2d (const std::string &histName, const std::string &tDir="", const std::string &stream="") |
Simplify the retrieval of registered 2-d histograms. More... | |
TH3 * | hist3d (const std::string &histName, const std::string &tDir="", const std::string &stream="") |
Simplify the retrieval of registered 3-d histograms. More... | |
TTree * | tree (const std::string &treeName, const std::string &tDir="", const std::string &stream="") |
Simplify the retrieval of registered TTrees. More... | |
TGraph * | graph (const std::string &graphName, const std::string &tDir="", const std::string &stream="") |
Simplify the retrieval of registered TGraphs. More... | |
TEfficiency * | efficiency (const std::string &effName, const std::string &tDir="", const std::string &stream="") |
Simplify the retrieval of registered TEfficiency. More... | |
Private Types | |
typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
typedef uint32_t | hash_t |
typedef for the internal hash More... | |
typedef std::map< const hash_t, TH1 * > | HistMap_t |
Typedef for convenience. More... | |
typedef std::map< const hash_t, TEfficiency * > | EffMap_t |
Typedef for convenience. More... | |
typedef std::map< const hash_t, TTree * > | TreeMap_t |
Typedef for convenience. More... | |
typedef std::map< const hash_t, TGraph * > | GraphMap_t |
Typedef for convenience. More... | |
Private Member Functions | |
StatusCode | setupSimHits () |
StatusCode | setupSDOs () |
StatusCode | setupDigits () |
StatusCode | setupRDOs () |
StatusCode | setupPRDs () |
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &) |
specialization for handling Gaudi::Property<SG::VarHandleKey> More... | |
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyArrayType &) |
specialization for handling Gaudi::Property<SG::VarHandleKeyArray> More... | |
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleType &) |
specialization for handling Gaudi::Property<SG::VarHandleBase> More... | |
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &t, const SG::NotHandleType &) |
specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray> More... | |
void | buildBookingString (std::string &bookingString, std::string &histName, std::string &tDir, std::string &stream, bool usePrefixPostfix=false) |
Method to build individual booking string. More... | |
void | myReplace (std::string &str, const std::string &oldStr, const std::string &newStr) |
Helper method to replace sub-string. More... | |
hash_t | hash (const std::string &histName) const |
Method to calculate a 32-bit hash from a string. More... | |
Private Attributes | |
MuonVal::MuonTesterTree | m_tree {"MuonHitValidTree", "MUONHITVALIDSTREAM"} |
ServiceHandle< MuonTGC_CablingSvc > | m_tgcCabling {this, "TGCCablingSvc", "MuonTGC_CablingSvc"} |
ServiceHandle< Muon::IMuonIdHelperSvc > | m_idHelperSvc {this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"} |
PublicToolHandle< Muon::ICSC_RDO_Decoder > | m_csc_decoder {this, "CscRDODecoder", "Muon::CscRDO_Decoder/CSC_RDODecoder"} |
Gaudi::Property< bool > | m_isData {this, "isData", false} |
Gaudi::Property< bool > | m_doTruth {this, "doTruth", false} |
Gaudi::Property< bool > | m_doMuEntry {this, "doMuEntry", false} |
Gaudi::Property< bool > | m_doSimHits {this, "doSimHits", false} |
Gaudi::Property< bool > | m_doSDO {this, "doSDOs", false} |
Switch to toggle the dumping of sim hits in general. More... | |
Gaudi::Property< bool > | m_doDigits {this, "doDigits", false} |
Switch to toggle the dumping of SDOs in general. More... | |
Gaudi::Property< bool > | m_doRDOs {this, "doRDOs", false} |
Switch to toggle the dumping of Digits in general. More... | |
Gaudi::Property< bool > | m_doPRDs {this, "doPRDs", false} |
Switch to toggle the dumping of RDOs in general. More... | |
Gaudi::Property< bool > | m_doSTGCHit {this, "doSTGCHit", false} |
Switch to toggle the dumping of PRDs in general. More... | |
Gaudi::Property< bool > | m_doSTGCSDO {this, "doSTGCSDO", false} |
Gaudi::Property< bool > | m_doSTGCDigit {this, "doSTGCDigit", false} |
Gaudi::Property< bool > | m_doSTGCRDO {this, "doSTGCRDO", false} |
Gaudi::Property< bool > | m_doSTGCPRD {this, "doSTGCPRD", false} |
Gaudi::Property< bool > | m_doMMHit {this, "doMMHit", false} |
Gaudi::Property< bool > | m_doMMSDO {this, "doMMSDO", false} |
Gaudi::Property< bool > | m_doMMDigit {this, "doMMDigit", false} |
Gaudi::Property< bool > | m_doMMRDO {this, "doMMRDO", false} |
Gaudi::Property< bool > | m_doMMPRD {this, "doMMPRD", false} |
Gaudi::Property< bool > | m_doCSCHit {this, "doCSCHit", false} |
Gaudi::Property< bool > | m_doCSCSDO {this, "doCSCSDO", false} |
Gaudi::Property< bool > | m_doCSCDigit {this, "doCSCDigit", false} |
Gaudi::Property< bool > | m_doCSCRDO {this, "doCSCRDO", false} |
Gaudi::Property< bool > | m_doCSCPRD {this, "doCSCPRD", false} |
Gaudi::Property< bool > | m_doMDTHit {this, "doMDTHit", false} |
Gaudi::Property< bool > | m_doMDTSDO {this, "doMDTSDO", false} |
Gaudi::Property< bool > | m_doMDTDigit {this, "doMDTDigit", false} |
Gaudi::Property< bool > | m_doRPCHit {this, "doRPCHit", false} |
Gaudi::Property< bool > | m_doRPCSDO {this, "doRPCSDO", false} |
Gaudi::Property< bool > | m_doRPCDigit {this, "doRPCDigit", false} |
Gaudi::Property< bool > | m_doTGCHit {this, "doTGCHit", false} |
Gaudi::Property< bool > | m_doTGCSDO {this, "doTGCSDO", false} |
Gaudi::Property< bool > | m_doTGCDigit {this, "doTGCDigit", false} |
Gaudi::Property< bool > | m_doTGCRDO {this, "doTGCRDO", false} |
Gaudi::Property< bool > | m_doTGCPRD {this, "doTGCPRD", false} |
SG::ReadHandleKey< xAOD::EventInfo > | m_evtInfo {this, "EvtInfo", "EventInfo"} |
Gaudi::Property< std::string > | m_Truth_ContainerName {this, "Truth_ContainerName", "TruthEvent"} |
Gaudi::Property< std::string > | m_MuEntry_ContainerName {this, "MuonEntryLayer_ContainerName", "MuonEntryLayer"} |
Gaudi::Property< std::string > | m_sTgcSimKey {this, "sTgcSimKey", "sTGC_Hits"} |
Gaudi::Property< std::string > | m_sTgcSdoKey {this, "sTgcSdoKey", "sTGC_SDO"} |
Gaudi::Property< std::string > | m_sTgcDigitKey {this, "sTgcDigitKey", "sTGC_DIGITS"} |
Gaudi::Property< std::string > | m_sTgcRdoKey {this, "sTgcRdoKey", "sTGCRDO"} |
Gaudi::Property< std::string > | m_sTgcPRDKey {this, "sTgcPrdKey", "STGC_Measurements"} |
Gaudi::Property< std::string > | m_MmSimKey {this, "MmSimKey", "MM_Hits"} |
Gaudi::Property< std::string > | m_MmSdoKey {this, "MmSdoKey", "MM_SDO"} |
Gaudi::Property< std::string > | m_MmDigitKey {this, "MmDigitKey", "MM_DIGITS"} |
Gaudi::Property< std::string > | m_MmRdoKey {this, "MmRdoKey", "MMRDO"} |
Gaudi::Property< std::string > | m_MmPrdKey {this, "MmPrdKey", "MM_Measurements"} |
Gaudi::Property< std::string > | m_CSC_SimContainerName {this, "CSC_SimContainerName", "CSC_Hits"} |
Gaudi::Property< std::string > | m_CSC_SDOContainerName {this, "CSC_SDOContainerName", "CSC_SDO"} |
Gaudi::Property< std::string > | m_CSC_DigitContainerName {this, "CSC_DigitContainerName", "CSC_DIGITS"} |
Gaudi::Property< std::string > | m_CSC_RDOContainerName {this, "CSC_RDOContainerName", "CSCRDO"} |
Gaudi::Property< std::string > | m_CSC_PRDContainerName {this, "CSC_PRDContainerName", "CSC_Clusters"} |
Gaudi::Property< std::string > | m_MdtSimHitKey {this, "MdtSimKey", "MDT_Hits"} |
Gaudi::Property< std::string > | m_MdtSdoKey {this, "MdtSdoKey", "MDT_SDO"} |
Gaudi::Property< std::string > | m_MdtDigitKey {this, "MdtDigitKey", "MDT_DIGITS"} |
Gaudi::Property< std::string > | m_RpcSimHitKey {this, "RpcSimKey", "RPC_Hits"} |
Gaudi::Property< std::string > | m_RpcSdoKey {this, "RpcSdoKey", "RPC_SDO"} |
Gaudi::Property< std::string > | m_RpcDigitKey {this, "RpcDigitKey", "RPC_DIGITS"} |
Gaudi::Property< std::string > | m_TgcSimHitKey {this, "TgcSimKey", "TGC_Hits"} |
Gaudi::Property< std::string > | m_TgcSdoKey {this, "TgcSdoKey", "TGC_SDO"} |
Gaudi::Property< std::string > | m_TgcDigitKey {this, "TgcDigitKey", "TGC_DIGITS"} |
Gaudi::Property< std::string > | m_TgcRdoKey {this, "TgcRdoKey", "TGCRDO"} |
Gaudi::Property< std::string > | m_TgcPrdKey {this, "TgcPrdKey", "TGC_Measurements"} |
Gaudi::Property< bool > | m_doNSWMatching {this, "doNSWMatchingAlg", false} |
Gaudi::Property< bool > | m_doNSWMatchingMuon {this, "doNSWMatchingMuonOnly", false} |
Gaudi::Property< uint > | m_maxStripDiff {this, "setMaxStripDistance", 3} |
ServiceHandle< ITHistSvc > | m_histSvc |
Default constructor: AthHistogramAlgorithm();. More... | |
std::string | m_prefix |
Name of the ROOT output stream (file) More... | |
std::string | m_rootDir |
Name of the ROOT directory. More... | |
std::string | m_histNamePrefix |
The prefix for the histogram THx name. More... | |
std::string | m_histNamePostfix |
The postfix for the histogram THx name. More... | |
std::string | m_histTitlePrefix |
The prefix for the histogram THx title. More... | |
std::string | m_histTitlePostfix |
The postfix for the histogram THx title. More... | |
DataObjIDColl | m_extendedExtraObjects |
StoreGateSvc_t | m_evtStore |
Pointer to StoreGate (event store by default) More... | |
StoreGateSvc_t | m_detStore |
Pointer to StoreGate (detector store by default) More... | |
std::vector< SG::VarHandleKeyArray * > | m_vhka |
bool | m_varHandleArraysDeclared |
HistMap_t | m_histMap |
The map of histogram names to their pointers. More... | |
EffMap_t | m_effMap |
The map of histogram names to their pointers. More... | |
TreeMap_t | m_treeMap |
The map of TTree names to their pointers. More... | |
GraphMap_t | m_graphMap |
The map of TGraph names to their pointers. More... | |
std::string | m_streamName |
Name of the ROOT output stream (file) More... | |
std::string | m_name |
Instance name. More... | |
MsgStream | m_msg |
Cached Message Stream. More... | |
Definition at line 17 of file HitValAlg.h.
|
privateinherited |
Typedef for convenience.
Definition at line 205 of file AthHistogramming.h.
|
privateinherited |
Typedef for convenience.
Definition at line 219 of file AthHistogramming.h.
|
privateinherited |
typedef for the internal hash
Definition at line 169 of file AthHistogramming.h.
|
privateinherited |
Typedef for convenience.
Definition at line 198 of file AthHistogramming.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
|
privateinherited |
Typedef for convenience.
Definition at line 212 of file AthHistogramming.h.
AthHistogramAlgorithm::AthHistogramAlgorithm |
Constructor with parameters:
Definition at line 40 of file AthHistogramAlgorithm.cxx.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 335 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TGraphs.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of histograms.
Definition at line 303 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TTrees.
Definition at line 403 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 356 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 346 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of histograms.
Definition at line 324 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of histograms.
Definition at line 314 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 281 of file AthHistogramming.h.
|
protectedinherited |
Simplify the booking and registering (into THistSvc) of TGraphs.
Definition at line 427 of file AthHistogramming.cxx.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of histograms.
Definition at line 260 of file AthHistogramming.h.
|
protectedinherited |
Simplify the booking and registering (into THistSvc) of TTrees.
Definition at line 312 of file AthHistogramming.cxx.
|
protectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 146 of file AthHistogramming.cxx.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 293 of file AthHistogramming.h.
|
protectedinherited |
Simplify the booking and registering (into THistSvc) of histograms.
Definition at line 98 of file AthHistogramming.cxx.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of histograms.
Definition at line 272 of file AthHistogramming.h.
|
privateinherited |
|
inlinefinaloverride |
Definition at line 25 of file HitValAlg.h.
|
protectedinherited |
To be called by the derived classes to fill the internal configuration.
Definition at line 66 of file AthHistogramming.cxx.
|
inlineprivateinherited |
specialization for handling Gaudi::Property<SG::VarHandleKeyArray>
Definition at line 170 of file AthCommonDataStore.h.
|
inlineprivateinherited |
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
|
inlineprivateinherited |
specialization for handling Gaudi::Property<SG::VarHandleBase>
Definition at line 184 of file AthCommonDataStore.h.
|
inlineprivateinherited |
specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray>
Definition at line 199 of file AthCommonDataStore.h.
|
inlineinherited |
Declare a new Gaudi property.
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleBase
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 245 of file AthCommonDataStore.h.
|
inlineinherited |
Declare a new Gaudi property.
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleKey
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 221 of file AthCommonDataStore.h.
|
inlineinherited |
Definition at line 259 of file AthCommonDataStore.h.
|
inlineinherited |
Declare a new Gaudi property.
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This is the generic version, for types that do not derive from SG::VarHandleKey
. It just forwards to the base class version of declareProperty
.
Definition at line 333 of file AthCommonDataStore.h.
|
inlineinherited |
Declare a new Gaudi property.
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This dispatches to either the generic declareProperty
or the one for VarHandle/Key/KeyArray.
Definition at line 352 of file AthCommonDataStore.h.
|
inlineinherited |
Definition at line 145 of file AthCommonDataStore.h.
|
inlineinherited |
The standard StoreGateSvc/DetectorStore
Returns (kind of) a pointer to the StoreGateSvc
.
Definition at line 95 of file AthCommonDataStore.h.
|
protectedinherited |
Simplify the retrieval of registered TEfficiency.
Definition at line 250 of file AthHistogramming.cxx.
|
inlineinherited |
The standard StoreGateSvc
(event store) Returns (kind of) a pointer to the StoreGateSvc
.
Definition at line 85 of file AthCommonDataStore.h.
|
inlineinherited |
The standard StoreGateSvc
(event store) Returns (kind of) a pointer to the StoreGateSvc
.
Definition at line 90 of file AthCommonDataStore.h.
|
override |
Definition at line 163 of file HitValAlg.cxx.
|
protectedinherited |
Add StoreName to extra input/output deps as needed.
use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given
|
overridevirtualinherited |
Return the list of extra output dependencies.
This list is extended to include symlinks implied by inheritance relations.
Definition at line 50 of file AthAlgorithm.cxx.
|
override |
Definition at line 157 of file HitValAlg.cxx.
|
protectedinherited |
Simplify the retrieval of registered TGraphs.
Definition at line 492 of file AthHistogramming.cxx.
|
inlineprivateinherited |
Method to calculate a 32-bit hash from a string.
Definition at line 428 of file AthHistogramming.h.
|
protectedinherited |
Simplify the retrieval of registered histograms of any type.
Definition at line 198 of file AthHistogramming.cxx.
|
inlineprotectedinherited |
Simplify the retrieval of registered 2-d histograms.
Definition at line 369 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the retrieval of registered 3-d histograms.
Definition at line 386 of file AthHistogramming.h.
|
inlineinherited |
The standard THistSvc
(for writing histograms and TTrees and more to a root file) Returns (kind of) a pointer to the THistSvc
.
Definition at line 113 of file AthHistogramAlgorithm.h.
|
override |
Definition at line 119 of file HitValAlg.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.
|
inlineinherited |
Definition at line 24 of file AthCommonMsg.h.
|
inlineinherited |
Definition at line 27 of file AthCommonMsg.h.
|
inlineinherited |
Definition at line 30 of file AthCommonMsg.h.
|
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.
|
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 65 of file HitValAlg.cxx.
|
private |
Definition at line 103 of file HitValAlg.cxx.
|
private |
Definition at line 86 of file HitValAlg.cxx.
|
private |
Definition at line 44 of file HitValAlg.cxx.
|
private |
Definition at line 23 of file HitValAlg.cxx.
|
virtualinherited |
Initialization method invoked by the framework.
This method is responsible for any bookkeeping of initialization required by the framework itself. It will in turn invoke the initialize() method of the derived algorithm, and of any sub-algorithms which it creates.
Reimplemented from AthAlgorithm.
Reimplemented in AthAnalysisAlgorithm.
Definition at line 75 of file AthHistogramAlgorithm.cxx.
|
overridevirtualinherited |
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
|
protectedinherited |
Simplify the retrieval of registered TTrees.
Definition at line 378 of file AthHistogramming.cxx.
|
inlineinherited |
Definition at line 308 of file AthCommonDataStore.h.
|
private |
Definition at line 40 of file HitValAlg.h.
|
private |
Definition at line 103 of file HitValAlg.h.
|
private |
Definition at line 105 of file HitValAlg.h.
|
private |
Definition at line 104 of file HitValAlg.h.
|
private |
Definition at line 102 of file HitValAlg.h.
|
private |
Definition at line 101 of file HitValAlg.h.
|
privateinherited |
Pointer to StoreGate (detector store by default)
Definition at line 393 of file AthCommonDataStore.h.
|
private |
Definition at line 66 of file HitValAlg.h.
|
private |
Definition at line 64 of file HitValAlg.h.
|
private |
Definition at line 68 of file HitValAlg.h.
|
private |
Definition at line 67 of file HitValAlg.h.
|
private |
Definition at line 65 of file HitValAlg.h.
|
private |
Switch to toggle the dumping of SDOs in general.
Definition at line 48 of file HitValAlg.h.
|
private |
Definition at line 72 of file HitValAlg.h.
|
private |
Definition at line 70 of file HitValAlg.h.
|
private |
Definition at line 71 of file HitValAlg.h.
|
private |
Definition at line 60 of file HitValAlg.h.
|
private |
Definition at line 58 of file HitValAlg.h.
|
private |
Definition at line 62 of file HitValAlg.h.
|
private |
Definition at line 61 of file HitValAlg.h.
|
private |
Definition at line 59 of file HitValAlg.h.
|
private |
Definition at line 44 of file HitValAlg.h.
|
private |
Definition at line 123 of file HitValAlg.h.
|
private |
Definition at line 124 of file HitValAlg.h.
|
private |
Switch to toggle the dumping of RDOs in general.
Definition at line 50 of file HitValAlg.h.
|
private |
Switch to toggle the dumping of Digits in general.
Definition at line 49 of file HitValAlg.h.
|
private |
Definition at line 76 of file HitValAlg.h.
|
private |
Definition at line 74 of file HitValAlg.h.
|
private |
Definition at line 75 of file HitValAlg.h.
|
private |
Switch to toggle the dumping of sim hits in general.
Definition at line 47 of file HitValAlg.h.
|
private |
Definition at line 46 of file HitValAlg.h.
|
private |
Definition at line 54 of file HitValAlg.h.
|
private |
Switch to toggle the dumping of PRDs in general.
Definition at line 52 of file HitValAlg.h.
|
private |
Definition at line 56 of file HitValAlg.h.
|
private |
Definition at line 55 of file HitValAlg.h.
|
private |
Definition at line 53 of file HitValAlg.h.
|
private |
Definition at line 80 of file HitValAlg.h.
|
private |
Definition at line 78 of file HitValAlg.h.
|
private |
Definition at line 82 of file HitValAlg.h.
|
private |
Definition at line 81 of file HitValAlg.h.
|
private |
Definition at line 79 of file HitValAlg.h.
|
private |
Definition at line 43 of file HitValAlg.h.
|
privateinherited |
The map of histogram names to their pointers.
Definition at line 208 of file AthHistogramming.h.
|
private |
Definition at line 85 of file HitValAlg.h.
|
privateinherited |
Pointer to StoreGate (event store by default)
Definition at line 390 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 79 of file AthAlgorithm.h.
|
privateinherited |
The map of TGraph names to their pointers.
Definition at line 222 of file AthHistogramming.h.
|
privateinherited |
The map of histogram names to their pointers.
Definition at line 201 of file AthHistogramming.h.
|
privateinherited |
The postfix for the histogram THx name.
Definition at line 97 of file AthHistogramAlgorithm.h.
|
privateinherited |
The prefix for the histogram THx name.
Definition at line 94 of file AthHistogramAlgorithm.h.
|
privateinherited |
Default constructor: AthHistogramAlgorithm();.
a handle on the Hist/TTree registration service
Definition at line 83 of file AthHistogramAlgorithm.h.
|
privateinherited |
The postfix for the histogram THx title.
Definition at line 103 of file AthHistogramAlgorithm.h.
|
privateinherited |
The prefix for the histogram THx title.
Definition at line 100 of file AthHistogramAlgorithm.h.
|
private |
Definition at line 39 of file HitValAlg.h.
|
private |
Definition at line 42 of file HitValAlg.h.
|
private |
Definition at line 125 of file HitValAlg.h.
|
private |
Definition at line 109 of file HitValAlg.h.
|
private |
Definition at line 108 of file HitValAlg.h.
|
private |
Definition at line 107 of file HitValAlg.h.
|
private |
Definition at line 97 of file HitValAlg.h.
|
private |
Definition at line 99 of file HitValAlg.h.
|
private |
Definition at line 98 of file HitValAlg.h.
|
private |
Definition at line 96 of file HitValAlg.h.
|
private |
Definition at line 95 of file HitValAlg.h.
|
privateinherited |
Cached Message Stream.
Definition at line 248 of file AthHistogramming.h.
|
private |
Definition at line 87 of file HitValAlg.h.
|
privateinherited |
Instance name.
Definition at line 245 of file AthHistogramming.h.
|
privateinherited |
Name of the ROOT output stream (file)
Definition at line 88 of file AthHistogramAlgorithm.h.
|
privateinherited |
Name of the ROOT directory.
Definition at line 91 of file AthHistogramAlgorithm.h.
|
private |
Definition at line 113 of file HitValAlg.h.
|
private |
Definition at line 112 of file HitValAlg.h.
|
private |
Definition at line 111 of file HitValAlg.h.
|
private |
Definition at line 91 of file HitValAlg.h.
|
private |
Definition at line 93 of file HitValAlg.h.
|
private |
Definition at line 92 of file HitValAlg.h.
|
private |
Definition at line 90 of file HitValAlg.h.
|
private |
Definition at line 89 of file HitValAlg.h.
|
privateinherited |
Name of the ROOT output stream (file)
Definition at line 226 of file AthHistogramming.h.
|
private |
Definition at line 37 of file HitValAlg.h.
|
private |
Definition at line 117 of file HitValAlg.h.
|
private |
Definition at line 119 of file HitValAlg.h.
|
private |
Definition at line 118 of file HitValAlg.h.
|
private |
Definition at line 116 of file HitValAlg.h.
|
private |
Definition at line 115 of file HitValAlg.h.
|
private |
Definition at line 35 of file HitValAlg.h.
|
privateinherited |
The map of TTree names to their pointers.
Definition at line 215 of file AthHistogramming.h.
|
private |
Definition at line 86 of file HitValAlg.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.