![]() |
ATLAS Offline Software
|
#include <ITkPixelRDOAnalysis.h>
Public Member Functions | |
| ~PixelRDOAnalysis ()=default | |
| virtual StatusCode | initialize () override final |
| virtual StatusCode | execute () override final |
| AthHistogramAlgorithm (const std::string &name, ISvcLocator *pSvcLocator) | |
| Constructor with parameters: | |
| virtual StatusCode | sysInitialize () |
| Initialization method invoked by the framework. | |
| 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. | |
| virtual const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. | |
| 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 | 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 |
Protected Member Functions | |
| 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. | |
| 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. | |
| TH1 * | bookGetPointer (const TH1 &hist, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of histograms. | |
| TH1 * | bookGetPointer (TH1 *hist, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of histograms. | |
| TH1 * | bookGetPointer (TH1 &histRef, std::string tDir="", std::string stream="") |
| Simplify the booking and registering (into THistSvc) of histograms. | |
| TTree * | bookGetPointer (const TTree &treeRef, std::string tDir="", std::string stream="") |
| Simplify the booking and registering (into THistSvc) of TTrees. | |
| TGraph * | bookGetPointer (const TGraph &graphRef, std::string tDir="", std::string stream="") |
| Simplify the booking and registering (into THistSvc) of TGraphs. | |
| TEfficiency * | bookGetPointer (const TEfficiency &eff, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of TEfficiency. | |
| TEfficiency * | bookGetPointer (TEfficiency *eff, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of TEfficiency. | |
| TEfficiency * | bookGetPointer (TEfficiency &effRef, std::string tDir="", std::string stream="") |
| Simplify the booking and registering (into THistSvc) of TEfficiency. | |
| StatusCode | book (const TH1 &hist, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of histograms. | |
| StatusCode | book (TH1 *hist, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of histograms. | |
| StatusCode | book (TH1 &histRef, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of histograms. | |
| StatusCode | book (const TTree &treeRef, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of TTrees. | |
| StatusCode | book (const TGraph &graphRef, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of TGraphs. | |
| StatusCode | book (const TEfficiency &eff, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of TEfficiency. | |
| StatusCode | book (TEfficiency *eff, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of TEfficiency. | |
| StatusCode | book (TEfficiency &effRef, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of TEfficiency. | |
| TH1 * | hist (const std::string &histName, const std::string &tDir="", const std::string &stream="") |
| Simplify the retrieval of registered histograms of any type. | |
| TH2 * | hist2d (const std::string &histName, const std::string &tDir="", const std::string &stream="") |
| Simplify the retrieval of registered 2-d histograms. | |
| TH3 * | hist3d (const std::string &histName, const std::string &tDir="", const std::string &stream="") |
| Simplify the retrieval of registered 3-d histograms. | |
| TTree * | tree (const std::string &treeName, const std::string &tDir="", const std::string &stream="") |
| Simplify the retrieval of registered TTrees. | |
| TGraph * | graph (const std::string &graphName, const std::string &tDir="", const std::string &stream="") |
| Simplify the retrieval of registered TGraphs. | |
| TEfficiency * | efficiency (const std::string &effName, const std::string &tDir="", const std::string &stream="") |
| Simplify the retrieval of registered TEfficiency. | |
Private Types | |
| typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
| typedef uint32_t | hash_t |
| typedef for the internal hash | |
| typedef std::map< const hash_t, TH1 * > | HistMap_t |
| Typedef for convenience. | |
| typedef std::map< const hash_t, TEfficiency * > | EffMap_t |
| Typedef for convenience. | |
| typedef std::map< const hash_t, TTree * > | TreeMap_t |
| Typedef for convenience. | |
| typedef std::map< const hash_t, TGraph * > | GraphMap_t |
| Typedef for convenience. | |
Private Member Functions | |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> | |
| void | buildBookingString (std::string &bookingString, std::string &histName, std::string &tDir, std::string &stream, bool usePrefixPostfix=false) |
| Method to build individual booking string. | |
| void | myReplace (std::string &str, const std::string &oldStr, const std::string &newStr) |
| Helper method to replace sub-string. | |
| hash_t | hash (const std::string &histName) const |
| Method to calculate a 32-bit hash from a string. | |
Private Attributes | |
| SG::ReadHandleKey< PixelRDO_Container > | m_inputKey {this, "CollectionName", "ITkPixelRDOs", "Input ITk Pixel RDO collection name"} |
| SG::ReadHandleKey< InDetSimDataCollection > | m_inputTruthKey {this, "SDOCollectionName", "ITkPixelSDO_Map", "Input ITk Pixel SDO collection name"} |
| SG::ReadHandleKey< McEventCollection > | m_inputMcEventCollectionKey {this, "McEventCollectionName", "TruthEvent", "Input McEventCollection name"} |
| const PixelID * | m_pixelID {} |
| const InDetDD::PixelDetectorManager * | m_pixelManager {} |
| Gaudi::Property< std::string > | m_detectorName {this, "DetectorName", "ITkPixel", "Pixel detector name"} |
| Gaudi::Property< std::string > | m_pixelIDName {this, "PixelIDName", "PixelID", "Pixel ID name"} |
| Gaudi::Property< std::string > | m_histPath {this, "HistPath", "/RDOAnalysis/ITkPixel/", ""} |
| Gaudi::Property< std::string > | m_sharedHistPath {this, "SharedHistPath", "/RDOAnalysis/histos/", ""} |
| Gaudi::Property< std::string > | m_ntuplePath {this, "NtuplePath", "/RDOAnalysis/ntuples/", ""} |
| Gaudi::Property< std::string > | m_ntupleName {this, "NtupleName", "ITkPixel", ""} |
| Gaudi::Property< bool > | m_doPosition {this, "DoPosition", true, ""} |
| std::vector< unsigned long long > * | m_rdoID {} |
| std::vector< unsigned int > * | m_rdoWord {} |
| std::vector< int > * | m_barrelEndcap {} |
| std::vector< int > * | m_layerDisk {} |
| std::vector< int > * | m_phiModule {} |
| std::vector< int > * | m_etaModule {} |
| std::vector< int > * | m_phiIndex {} |
| std::vector< int > * | m_etaIndex {} |
| std::vector< int > * | m_isInnermost {} |
| std::vector< int > * | m_isNextToInnermost {} |
| std::vector< int > * | m_ToT {} |
| std::vector< int > * | m_BCID {} |
| std::vector< int > * | m_LVL1A {} |
| std::vector< int > * | m_LVL1ID {} |
| std::vector< double > * | m_globalX {} |
| std::vector< double > * | m_globalY {} |
| std::vector< double > * | m_globalZ {} |
| std::vector< double > * | m_localX {} |
| std::vector< double > * | m_localY {} |
| std::vector< double > * | m_localZ {} |
| std::vector< unsigned long long > * | m_sdoID {} |
| std::vector< int > * | m_sdoWord {} |
| std::vector< int > * | m_barrelEndcap_sdo {} |
| std::vector< int > * | m_layerDisk_sdo {} |
| std::vector< int > * | m_phiModule_sdo {} |
| std::vector< int > * | m_etaModule_sdo {} |
| std::vector< int > * | m_phiIndex_sdo {} |
| std::vector< int > * | m_etaIndex_sdo {} |
| std::vector< bool > * | m_noise {} |
| std::vector< bool > * | m_belowThresh {} |
| std::vector< bool > * | m_disabled {} |
| std::vector< bool > * | m_badTOT {} |
| std::vector< int > * | m_barcode {} |
| std::vector< int > * | m_eventIndex {} |
| std::vector< int > * | m_charge {} |
| std::vector< std::vector< int > > * | m_barcode_vec {} |
| std::vector< std::vector< int > > * | m_eventIndex_vec {} |
| std::vector< std::vector< float > > * | m_charge_vec {} |
| TH1 * | m_h_rdoID {} |
| TH1 * | m_h_rdoWord {} |
| TH1 * | m_h_barrelEndcap {} |
| TH1 * | m_h_layerDisk {} |
| TH1 * | m_h_phiModule {} |
| TH1 * | m_h_etaModule {} |
| TH1 * | m_h_phiIndex {} |
| TH1 * | m_h_etaIndex {} |
| TH1 * | m_h_ToT {} |
| TH1 * | m_h_BCID {} |
| TH1 * | m_h_LVL1A {} |
| TH1 * | m_h_LVL1ID {} |
| TH1 * | m_h_brlLayer {} |
| TH1 * | m_h_brlPhiMod {} |
| TH1 * | m_h_brlEtaMod {} |
| TH1 * | m_h_brlPhiIndex {} |
| TH1 * | m_h_brlEtaIndex {} |
| TH1 * | m_h_brlToT {} |
| TH1 * | m_h_brlBCID {} |
| TH1 * | m_h_brlLVL1A {} |
| TH1 * | m_h_brlLVL1ID {} |
| TH1 * | m_h_ecDisk {} |
| TH1 * | m_h_ecPhiMod {} |
| TH1 * | m_h_ecEtaMod {} |
| TH1 * | m_h_ecPhiIndex {} |
| TH1 * | m_h_ecEtaIndex {} |
| TH1 * | m_h_ecToT {} |
| TH1 * | m_h_ecBCID {} |
| TH1 * | m_h_ecLVL1A {} |
| TH1 * | m_h_ecLVL1ID {} |
| TH1 * | m_h_sdoID {} |
| TH1 * | m_h_sdoWord {} |
| TH1 * | m_h_barrelEndcap_sdo {} |
| TH1 * | m_h_layerDisk_sdo {} |
| TH1 * | m_h_phiModule_sdo {} |
| TH1 * | m_h_etaModule_sdo {} |
| TH1 * | m_h_phiIndex_sdo {} |
| TH1 * | m_h_etaIndex_sdo {} |
| TH1 * | m_h_barcode {} |
| TH1 * | m_h_eventIndex {} |
| TH1 * | m_h_charge {} |
| TH1 * | m_h_belowThresh_brl {} |
| TH1 * | m_h_belowThresh_ec {} |
| TH1 * | m_h_disabled_brl {} |
| TH1 * | m_h_disabled_ec {} |
| std::vector< TH1 * > | m_h_brlinclPhiIndex_perLayer |
| std::vector< TH1 * > | m_h_brlinclEtaIndex_perLayer |
| std::vector< TH1 * > | m_h_brlflatPhiIndex_perLayer |
| std::vector< TH1 * > | m_h_brlflatEtaIndex_perLayer |
| std::vector< TH1 * > | m_h_ecPhiIndex_perLayer |
| std::vector< TH1 * > | m_h_ecEtaIndex_perLayer |
| TH1 * | m_h_phiIndexInnermost {} |
| TH1 * | m_h_etaIndexInnermost {} |
| TH1 * | m_h_phiIndexNextToInnermost {} |
| TH1 * | m_h_etaIndexNextToInnermost {} |
| TH2 * | m_h_globalXY {} |
| TH2 * | m_h_globalZR {} |
| LockedHandle< TH2 > | m_h_globalXY_shared {} |
| LockedHandle< TH2 > | m_h_globalZR_shared {} |
| TH1 * | m_h_globalX {} |
| TH1 * | m_h_globalY {} |
| TH1 * | m_h_globalZ {} |
| TH1 * | m_h_truthMatchedRDOs {} |
| TTree * | m_tree {} |
| ServiceHandle< ITHistSvc > | m_histSvc |
| Default constructor: AthHistogramAlgorithm();. | |
| std::string | m_prefix |
| Name of the ROOT output stream (file) | |
| std::string | m_rootDir |
| Name of the ROOT directory. | |
| std::string | m_histNamePrefix |
| The prefix for the histogram THx name. | |
| std::string | m_histNamePostfix |
| The postfix for the histogram THx name. | |
| std::string | m_histTitlePrefix |
| The prefix for the histogram THx title. | |
| std::string | m_histTitlePostfix |
| The postfix for the histogram THx title. | |
| DataObjIDColl | m_extendedExtraObjects |
| StoreGateSvc_t | m_evtStore |
| Pointer to StoreGate (event store by default) | |
| StoreGateSvc_t | m_detStore |
| Pointer to StoreGate (detector store by default) | |
| std::vector< SG::VarHandleKeyArray * > | m_vhka |
| bool | m_varHandleArraysDeclared |
| HistMap_t | m_histMap |
| The map of histogram names to their pointers. | |
| EffMap_t | m_effMap |
| The map of histogram names to their pointers. | |
| TreeMap_t | m_treeMap |
| The map of TTree names to their pointers. | |
| GraphMap_t | m_graphMap |
| The map of TGraph names to their pointers. | |
| std::string | m_streamName |
| Name of the ROOT output stream (file) | |
| std::string | m_name |
| Instance name. | |
| MsgStream | m_msg |
| Cached Message Stream. | |
Definition at line 35 of file ITkPixelRDOAnalysis.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.
|
default |
| AthHistogramAlgorithm::AthHistogramAlgorithm | ( | const std::string & | name, |
| ISvcLocator * | pSvcLocator ) |
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 |
|
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 |
Method to build individual booking string.
Definition at line 560 of file AthHistogramming.cxx.
|
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::VarHandleKey>
Definition at line 156 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.
|
finaloverridevirtual |
Definition at line 351 of file ITkPixelRDOAnalysis.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.
|
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.
|
finaloverridevirtual |
global histograms
brl histograms
global histograms
Definition at line 22 of file ITkPixelRDOAnalysis.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 30 of file AthCommonMsg.h.
|
privateinherited |
Helper method to replace sub-string.
Definition at line 590 of file AthHistogramming.cxx.
|
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.
|
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 100 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 102 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 105 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 65 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 90 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 75 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 98 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 104 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 107 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 50 of file ITkPixelRDOAnalysis.h.
|
privateinherited |
Pointer to StoreGate (detector store by default)
Definition at line 393 of file AthCommonDataStore.h.
|
private |
Definition at line 99 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 59 of file ITkPixelRDOAnalysis.h.
|
privateinherited |
The map of histogram names to their pointers.
Definition at line 208 of file AthHistogramming.h.
|
private |
Definition at line 70 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 95 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 68 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 93 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 103 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 106 of file ITkPixelRDOAnalysis.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.
|
private |
Definition at line 79 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 80 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 81 of file ITkPixelRDOAnalysis.h.
|
privateinherited |
The map of TGraph names to their pointers.
Definition at line 222 of file AthHistogramming.h.
|
private |
Definition at line 151 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 112 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 145 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 119 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 155 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 156 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 129 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 127 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 125 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 165 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 164 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 162 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 161 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 123 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 130 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 131 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 126 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 124 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 128 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 153 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 158 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 159 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 139 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 133 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 137 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 168 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 135 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 140 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 141 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 136 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 167 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 134 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 138 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 117 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 150 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 171 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 174 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 115 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 148 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 152 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 180 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 176 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 178 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 181 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 182 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 177 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 179 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 113 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 146 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 120 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 121 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 116 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 149 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 170 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 173 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 114 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 147 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 110 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 111 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 143 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 144 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 118 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 184 of file ITkPixelRDOAnalysis.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.
|
private |
Definition at line 55 of file ITkPixelRDOAnalysis.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 45 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 47 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 46 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 71 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 72 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 66 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 91 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 82 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 83 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 84 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 76 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 77 of file ITkPixelRDOAnalysis.h.
|
privateinherited |
Cached Message Stream.
Definition at line 248 of file AthHistogramming.h.
|
privateinherited |
Instance name.
Definition at line 245 of file AthHistogramming.h.
|
private |
Definition at line 97 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 58 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 57 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 69 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 94 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 67 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 92 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 48 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 52 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 49 of file ITkPixelRDOAnalysis.h.
|
privateinherited |
Name of the ROOT output stream (file)
Definition at line 88 of file AthHistogramAlgorithm.h.
|
private |
Definition at line 62 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 63 of file ITkPixelRDOAnalysis.h.
|
privateinherited |
Definition at line 91 of file AthHistogramAlgorithm.h.
|
private |
Definition at line 87 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 88 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 56 of file ITkPixelRDOAnalysis.h.
|
privateinherited |
Name of the ROOT output stream (file)
Definition at line 226 of file AthHistogramming.h.
|
private |
Definition at line 74 of file ITkPixelRDOAnalysis.h.
|
private |
Definition at line 186 of file ITkPixelRDOAnalysis.h.
|
privateinherited |
The map of TTree names to their pointers.
Definition at line 215 of file AthHistogramming.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.