![]() |
ATLAS Offline Software
|
#include <LArFCalSamplingFraction.h>
Public Member Functions | |
| LArFCalSamplingFraction (const std::string &name, ISvcLocator *pSvcLocator) | |
| Constructor. | |
| ~LArFCalSamplingFraction () | |
| Destructor. | |
| virtual StatusCode | initialize () override |
| Initialize. | |
| virtual StatusCode | finalize () override |
| Finalize. | |
| virtual StatusCode | execute () override |
| Execute (event by event) | |
| virtual StatusCode | initEvent () |
| Init event. | |
| StatusCode | doFCal () |
| The main FCal analysis method. | |
| void | TruthImpactPosition (const HepMC::GenEvent *e) |
| Calculate truth impact position. | |
| void | FCalCalibAnalysis (const std::string &name, const CaloCalibrationHit *CalibHit) |
| FCal Analysis with Calibration Hits on Added by JPA, June 2005. | |
| void | FCalClusterCenter (const LArHitContainer *container, const CaloDetDescrManager *caloMgr) |
| Calculate FCal cluster center. | |
| void | FCalHitCenter (const LArHitContainer *container, const CaloDetDescrManager *caloMgr) |
| Calculate FCal hit center. | |
| void | FillCellInfo (const CaloDetDescrElement *caloDDE, double energy, std::vector< double > *cell_E, std::vector< double > *hit_x, std::vector< double > *hit_y, std::vector< double > *hit_ieta, std::vector< double > *hit_iphi, int &NCell) |
| Fill FCal cell information. | |
| StatusCode | doCalib () |
| Calibration hit analysis. | |
| virtual StatusCode | sysInitialize () override |
| Override sysInitialize. | |
| 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. | |
Private Types | |
| typedef std::map< std::string, const CaloCalibrationHitContainer * > | m_calibHitMap_t |
| typedef m_calibHitMap_t::iterator | m_calibHitMap_ptr_t |
| typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
Private Member Functions | |
| StatusCode | addEventInfo () |
| methods called by execute() | |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> | |
Private Attributes | |
| SG::ReadHandleKey< xAOD::EventInfo > | m_eventInfoKey {this, "EventInfoKey", "EventInfo"} |
| SG::ReadCondHandleKey< CaloDetDescrManager > | m_caloMgrKey |
| TTree * | m_tree_AS {} |
| Athena-Aware Ntuple (AAN) variables - branches of the AAN TTree. | |
| unsigned int | m_runNumber {} |
| unsigned int | m_eventNumber {} |
| unsigned int | m_eventTime {} |
| unsigned int | m_lumiBlock {} |
| unsigned int | m_bCID {} |
| double | m_eventWeight {} |
| double | m_vertx {} |
| double | m_verty {} |
| double | m_vertz {} |
| double | m_vertex_eta {} |
| double | m_vertex_phi {} |
| double | m_pt {} |
| double | m_px {} |
| double | m_py {} |
| double | m_pz {} |
| double | m_E {} |
| int | m_NCell1 {} |
| int | m_NCell2 {} |
| int | m_NCell3 {} |
| double | m_x_mc_cc1 {} |
| double | m_y_mc_cc1 {} |
| double | m_x_mc_cc2 {} |
| double | m_y_mc_cc2 {} |
| double | m_x_mc_cc3 {} |
| double | m_y_mc_cc3 {} |
| double | m_x_cc1 {} |
| double | m_y_cc1 {} |
| double | m_x_cc2 {} |
| double | m_y_cc2 {} |
| double | m_x_cc3 {} |
| double | m_y_cc3 {} |
| std::vector< int > * | m_pdg_id {} |
| std::vector< double > * | m_hit_x1 {} |
| std::vector< double > * | m_hit_y1 {} |
| std::vector< double > * | m_hit_x2 {} |
| std::vector< double > * | m_hit_y2 {} |
| std::vector< double > * | m_hit_x3 {} |
| std::vector< double > * | m_hit_y3 {} |
| std::vector< double > * | m_hit_ieta1 {} |
| std::vector< double > * | m_hit_iphi1 {} |
| std::vector< double > * | m_hit_ieta2 {} |
| std::vector< double > * | m_hit_iphi2 {} |
| std::vector< double > * | m_hit_ieta3 {} |
| std::vector< double > * | m_hit_iphi3 {} |
| std::vector< double > * | m_cell1_E {} |
| std::vector< double > * | m_cell2_E {} |
| std::vector< double > * | m_cell3_E {} |
| double | m_FCal1_SumE {} |
| double | m_FCal2_SumE {} |
| double | m_FCal3_SumE {} |
| double | m_TCScint_E {} |
| double | m_TCIron_E {} |
| double | m_totalFCalEnergy {} |
| int | m_numHitsFCal {} |
| double | m_totalCalibrationEnergy {} |
| double | m_totalEmEnergy {} |
| double | m_totalNonEmEnergy {} |
| double | m_totalInvisibleEnergy {} |
| double | m_totalEscapedEnergy {} |
| double | m_totalActiveEnergy {} |
| double | m_totalInactiveEnergy {} |
| double | m_totalDeadMaterialEnergy {} |
| int | m_numHitsActive {} |
| int | m_numHitsInactive {} |
| int | m_numHitsDead {} |
| double | m_totalFCalCalibrationEnergy {} |
| double | m_totalFCal1CalibrationEnergy {} |
| double | m_totalFCal2CalibrationEnergy {} |
| double | m_totalFCal3CalibrationEnergy {} |
| double | m_FCalActive {} |
| double | m_FCalInactive {} |
| double | m_FCalDead {} |
| double | m_FCalActiveEm {} |
| double | m_FCalActiveNonEm {} |
| double | m_FCalActiveInvisible {} |
| double | m_FCalActiveEscaped {} |
| double | m_FCalEm {} |
| double | m_FCal1Em {} |
| double | m_FCal2Em {} |
| double | m_FCal3Em {} |
| double | m_FCalNonEm {} |
| double | m_FCal1NonEm {} |
| double | m_FCal2NonEm {} |
| double | m_FCal3NonEm {} |
| double | m_FCalInvisible {} |
| double | m_FCal1Invisible {} |
| double | m_FCal2Invisible {} |
| double | m_FCal3Invisible {} |
| double | m_FCalEscaped {} |
| double | m_FCal1Escaped {} |
| double | m_FCal2Escaped {} |
| double | m_FCal3Escaped {} |
| double | m_PhysTotE {} |
| double | m_FCal1Active {} |
| double | m_FCal2Active {} |
| double | m_FCal3Active {} |
| double | m_FCal1Inactive {} |
| double | m_FCal2Inactive {} |
| double | m_FCal3Inactive {} |
| const CaloDM_ID * | m_caloDmID {} |
| const CaloCell_ID * | m_caloCellID {} |
| const LArFCAL_ID * | m_larFCalID {} |
| bool | m_calibrationRun |
| m_calibHitMap_t | m_calibHitMap |
| double | m_cx1 |
| double | m_cx2 |
| double | m_cx3 |
| double | m_cy1 |
| double | m_cy2 |
| double | m_cy3 |
| 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 |
Definition at line 40 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 220 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 219 of file LArFCalSamplingFraction.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
| LArFCalSamplingFraction::LArFCalSamplingFraction | ( | const std::string & | name, |
| ISvcLocator * | pSvcLocator ) |
Constructor.
Definition at line 52 of file LArFCalSamplingFraction.cxx.
| LArFCalSamplingFraction::~LArFCalSamplingFraction | ( | ) |
|
private |
methods called by execute()
Definition at line 989 of file LArFCalSamplingFraction.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.
| StatusCode LArFCalSamplingFraction::doCalib | ( | ) |
Calibration hit analysis.
Definition at line 556 of file LArFCalSamplingFraction.cxx.
| StatusCode LArFCalSamplingFraction::doFCal | ( | ) |
The main FCal analysis method.
Definition at line 804 of file LArFCalSamplingFraction.cxx.
|
inlineinherited |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 85 of file AthCommonDataStore.h.
|
overridevirtual |
Execute (event by event)
Definition at line 962 of file LArFCalSamplingFraction.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.
| void LArFCalSamplingFraction::FCalCalibAnalysis | ( | const std::string & | name, |
| const CaloCalibrationHit * | CalibHit ) |
FCal Analysis with Calibration Hits on Added by JPA, June 2005.
Definition at line 666 of file LArFCalSamplingFraction.cxx.
| void LArFCalSamplingFraction::FCalClusterCenter | ( | const LArHitContainer * | container, |
| const CaloDetDescrManager * | caloMgr ) |
Calculate FCal cluster center.
Definition at line 469 of file LArFCalSamplingFraction.cxx.
| void LArFCalSamplingFraction::FCalHitCenter | ( | const LArHitContainer * | container, |
| const CaloDetDescrManager * | caloMgr ) |
Calculate FCal hit center.
Definition at line 413 of file LArFCalSamplingFraction.cxx.
| void LArFCalSamplingFraction::FillCellInfo | ( | const CaloDetDescrElement * | caloDDE, |
| double | energy, | ||
| std::vector< double > * | cell_E, | ||
| std::vector< double > * | hit_x, | ||
| std::vector< double > * | hit_y, | ||
| std::vector< double > * | hit_ieta, | ||
| std::vector< double > * | hit_iphi, | ||
| int & | NCell ) |
Fill FCal cell information.
Definition at line 926 of file LArFCalSamplingFraction.cxx.
|
overridevirtual |
Finalize.
Definition at line 268 of file LArFCalSamplingFraction.cxx.
|
virtual |
Init event.
For Athena-Aware NTuple
Definition at line 278 of file LArFCalSamplingFraction.cxx.
|
overridevirtual |
Initialize.
Definition at line 73 of file LArFCalSamplingFraction.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.
|
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.
|
overridevirtualinherited |
Override sysInitialize.
Override sysInitialize from the base class.
Loop through all output handles, and if they're WriteCondHandles, automatically register them and this Algorithm with the CondSvc
Scan through all outputHandles, and if they're WriteCondHandles, register them with the CondSvc
Reimplemented from AthCommonDataStore< AthCommonMsg< Algorithm > >.
Reimplemented in AthAnalysisAlgorithm, AthFilterAlgorithm, AthHistogramAlgorithm, and PyAthena::Alg.
Definition at line 66 of file AthAlgorithm.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.
| void LArFCalSamplingFraction::TruthImpactPosition | ( | const HepMC::GenEvent * | e | ) |
Calculate truth impact position.
Definition at line 738 of file LArFCalSamplingFraction.cxx.
|
inlineinherited |
Definition at line 308 of file AthCommonDataStore.h.
|
private |
Definition at line 83 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 221 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 215 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 211 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 210 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 71 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 141 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 142 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 143 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 224 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 224 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 224 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 225 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 225 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 225 of file LArFCalSamplingFraction.h.
|
privateinherited |
Pointer to StoreGate (detector store by default)
Definition at line 393 of file AthCommonDataStore.h.
|
private |
Definition at line 99 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 69 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 80 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 81 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 84 of file LArFCalSamplingFraction.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 145 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 203 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 187 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 199 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 206 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 195 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 191 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 146 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 204 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 188 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 200 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 207 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 196 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 192 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 147 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 205 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 189 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 201 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 208 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 197 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 193 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 179 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 182 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 185 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 184 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 183 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 181 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 186 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 198 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 180 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 194 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 190 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 134 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 136 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 138 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 135 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 137 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 139 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 125 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 128 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 131 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 126 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 129 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 132 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 212 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 82 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 101 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 102 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 103 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 169 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 171 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 152 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 170 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 123 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 202 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 94 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 95 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 96 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 97 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 79 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 149 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 148 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 164 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 155 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 166 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 158 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 161 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 175 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 176 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 177 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 174 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 151 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 165 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 160 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 159 of file LArFCalSamplingFraction.h.
|
private |
Athena-Aware Ntuple (AAN) variables - branches of the AAN TTree.
Definition at line 77 of file LArFCalSamplingFraction.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
private |
Definition at line 91 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 92 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 87 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 88 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 89 of file LArFCalSamplingFraction.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.
|
private |
Definition at line 114 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 117 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 120 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 105 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 108 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 111 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 115 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 118 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 121 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 106 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 109 of file LArFCalSamplingFraction.h.
|
private |
Definition at line 112 of file LArFCalSamplingFraction.h.