![]() |
ATLAS Offline Software
|
#include <VertexIterativeFitMergingTool.h>
Public Member Functions | |
| VertexIterativeFitMergingTool (const std::string &name, const std::string &type, const IInterface *parent) | |
| virtual StatusCode | initialize () override |
| virtual MergeResultNotOwner | mergeInitVertices (const FittingInput &input, const xAOD::TrackParticle *tracklep, std::vector< std::unique_ptr< xAOD::Vertex > > &initVtxs, const std::vector< const xAOD::TrackParticle * > &selectedTracks) override |
| 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 |
| DeclareInterfaceID (Prompt::IVertexMergingTool, 1, 0) | |
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 ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
Private Member Functions | |
| bool | mergeIteratively2TrackVtxs (const FittingInput &input, std::vector< std::unique_ptr< xAOD::Vertex > > &initVtxs, MergeResultNotOwner &result, const VtxType vtxType) |
| void | getNewMergedVertex (xAOD::Vertex *seedVtx, std::unique_ptr< xAOD::Vertex > &newMergedVtx, const FittingInput &input, std::vector< TwoTrackVtx >::iterator &currVit, std::vector< TwoTrackVtx > &vtxs2Track, const VtxType vtxType) |
| xAOD::Vertex * | fitSeedVertexCluster (const FittingInput &input, xAOD::Vertex *seedVtx, const VtxType vtxType, std::vector< TwoTrackVtx > &others) |
| xAOD::Vertex * | fitSeedVertexCluster (const FittingInput &input, std::unique_ptr< xAOD::Vertex > &seedVtx, const VtxType vtxType, std::vector< TwoTrackVtx > &others) |
| std::unique_ptr< xAOD::Vertex > | fitSeedPlusOtherVertex (const FittingInput &input, const xAOD::Vertex *seedVtx, const xAOD::Vertex *otherVtx, const VtxType vtxType) |
| bool | passVertexSelection (const xAOD::Vertex *vtx) const |
| unsigned | removeMerged2TrackVertexes (const xAOD::Vertex *mergedVtx, std::vector< TwoTrackVtx > &vtxs) const |
| void | plotVertexDistances (const std::vector< TwoTrackVtx > &others) |
| std::vector< const xAOD::TrackParticle * > | getTracksWithoutVertex (const std::vector< xAOD::Vertex * > &passVtxs, const std::vector< const xAOD::TrackParticle * > &selectedTracks) |
| std::vector< std::unique_ptr< xAOD::Vertex > > | fit2TrackVertexes (const FittingInput &input, std::vector< const xAOD::TrackParticle * > &selectedTracks, const VtxType vtxType) |
| StatusCode | makeHist (TH1 *&h, const std::string &key, int nbin, double xmin, double xmax) |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> | |
Definition at line 89 of file VertexIterativeFitMergingTool.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
| Prompt::VertexIterativeFitMergingTool::VertexIterativeFitMergingTool | ( | const std::string & | name, |
| const std::string & | type, | ||
| const IInterface * | parent ) |
Definition at line 16 of file VertexIterativeFitMergingTool.cxx.
|
inlineprivateinherited |
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
|
inherited |
|
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.
|
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
|
private |
Definition at line 772 of file VertexIterativeFitMergingTool.cxx.
|
private |
Definition at line 702 of file VertexIterativeFitMergingTool.cxx.
|
private |
Definition at line 550 of file VertexIterativeFitMergingTool.cxx.
|
private |
Definition at line 428 of file VertexIterativeFitMergingTool.cxx.
|
private |
Definition at line 386 of file VertexIterativeFitMergingTool.cxx.
|
private |
Definition at line 638 of file VertexIterativeFitMergingTool.cxx.
|
overridevirtual |
Definition at line 27 of file VertexIterativeFitMergingTool.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.
|
private |
Definition at line 840 of file VertexIterativeFitMergingTool.cxx.
|
overridevirtual |
Implements Prompt::IVertexMergingTool.
Definition at line 68 of file VertexIterativeFitMergingTool.cxx.
|
private |
Definition at line 227 of file VertexIterativeFitMergingTool.cxx.
|
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.
|
private |
Definition at line 680 of file VertexIterativeFitMergingTool.cxx.
|
private |
Definition at line 620 of file VertexIterativeFitMergingTool.cxx.
|
private |
Definition at line 568 of file VertexIterativeFitMergingTool.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.
|
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.
|
inlineinherited |
Definition at line 308 of file AthCommonDataStore.h.
|
privateinherited |
Pointer to StoreGate (detector store by default)
Definition at line 393 of file AthCommonDataStore.h.
|
privateinherited |
Pointer to StoreGate (event store by default)
Definition at line 390 of file AthCommonDataStore.h.
|
private |
Definition at line 240 of file VertexIterativeFitMergingTool.h.
|
private |
Definition at line 243 of file VertexIterativeFitMergingTool.h.
|
private |
Definition at line 244 of file VertexIterativeFitMergingTool.h.
|
private |
Definition at line 246 of file VertexIterativeFitMergingTool.h.
|
private |
Definition at line 245 of file VertexIterativeFitMergingTool.h.
|
private |
Definition at line 241 of file VertexIterativeFitMergingTool.h.
|
private |
Definition at line 248 of file VertexIterativeFitMergingTool.h.
|
private |
Definition at line 251 of file VertexIterativeFitMergingTool.h.
|
private |
Definition at line 252 of file VertexIterativeFitMergingTool.h.
|
private |
Definition at line 250 of file VertexIterativeFitMergingTool.h.
|
private |
Definition at line 249 of file VertexIterativeFitMergingTool.h.
|
private |
Definition at line 235 of file VertexIterativeFitMergingTool.h.
|
private |
Definition at line 236 of file VertexIterativeFitMergingTool.h.
|
private |
Definition at line 237 of file VertexIterativeFitMergingTool.h.
|
private |
Definition at line 238 of file VertexIterativeFitMergingTool.h.
|
private |
Definition at line 259 of file VertexIterativeFitMergingTool.h.
|
private |
Definition at line 260 of file VertexIterativeFitMergingTool.h.
|
private |
Definition at line 261 of file VertexIterativeFitMergingTool.h.
|
private |
Definition at line 212 of file VertexIterativeFitMergingTool.h.
|
private |
Definition at line 254 of file VertexIterativeFitMergingTool.h.
|
private |
Definition at line 255 of file VertexIterativeFitMergingTool.h.
|
private |
Definition at line 256 of file VertexIterativeFitMergingTool.h.
|
private |
Definition at line 257 of file VertexIterativeFitMergingTool.h.
|
private |
Definition at line 266 of file VertexIterativeFitMergingTool.h.
|
private |
Definition at line 264 of file VertexIterativeFitMergingTool.h.
|
private |
Definition at line 265 of file VertexIterativeFitMergingTool.h.
|
private |
Definition at line 263 of file VertexIterativeFitMergingTool.h.
|
private |
Definition at line 223 of file VertexIterativeFitMergingTool.h.
|
private |
Definition at line 219 of file VertexIterativeFitMergingTool.h.
|
private |
Definition at line 216 of file VertexIterativeFitMergingTool.h.
|
private |
Definition at line 228 of file VertexIterativeFitMergingTool.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
private |
Definition at line 208 of file VertexIterativeFitMergingTool.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.