![]() |
ATLAS Offline Software
|
#include <BeamspotVertexPreProcessor.h>
Public Member Functions | |
| BeamspotVertexPreProcessor (const std::string &type, const std::string &name, const IInterface *parent) | |
| virtual | ~BeamspotVertexPreProcessor () |
| virtual StatusCode | initialize () override |
| virtual StatusCode | finalize () override |
| virtual DataVector< Track > * | processTrackCollection (const DataVector< Track > *trks) override |
| Main processing of track collection. | |
| void | accumulateVTX (AlignTrack *alignTrack) override |
| methods added for the full VTX fit: | |
| void | solveVTX () override |
| virtual void | printSummary () override |
| Print processing summary to logfile. | |
| virtual void | setLogStream (std::ostream *os) |
| sets the output stream for the logfile | |
| virtual void | setNtuple (TFile *) |
| Sets output ntuple file, to be implemented if needed for detector-specific implementation. | |
| virtual StatusCode | fillNtuple () |
| writes tree and histogrms to ntuple | |
| ServiceHandle< StoreGateSvc > & | evtStore () |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc. | |
| const ServiceHandle< StoreGateSvc > & | detStore () const |
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc. | |
| virtual StatusCode | sysInitialize () override |
| Perform system initialization for an algorithm. | |
| virtual StatusCode | sysStart () override |
| Handle START transition. | |
| virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
| Return this algorithm's input handles. | |
| virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
| Return this algorithm's output handles. | |
| Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T, V, H > &t) |
| void | updateVHKA (Gaudi::Details::PropertyBase &) |
| MsgStream & | msg () const |
| bool | msgLvl (const MSG::Level lvl) const |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
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. | |
Protected Attributes | |
| std::ostream * | m_logStream = nullptr |
| logfile output stream | |
Private Types | |
| typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
Private Member Functions | |
| void | prepareAllTracksVector () |
| bool | isAssociatedToPV (const Track *track, const xAOD::VertexContainer *vertices) |
| bool | isAssociatedToVertex (const Track *track, const xAOD::Vertex *vertex) |
| bool | selectVertices (const xAOD::Vertex *vtx) const |
| bool | selectUpdatedVertices (const xAOD::Vertex *updatedVtx) const |
| const xAOD::Vertex * | findVertexCandidate (const Track *track) const |
| const VertexOnTrack * | provideVotFromVertex (const Track *track, const xAOD::Vertex *&vtx) const |
| const VertexOnTrack * | provideVotFromBeamspot (const Track *track) const |
| void | provideVtxBeamspot (const AlignVertex *b, AmgSymMatrix(3) *q, Amg::Vector3D *v) const |
| const Track * | doConstraintRefit (ToolHandle< IGlobalTrackFitter > &fitter, const Track *track, const VertexOnTrack *vot, const ParticleHypothesis &particleHypothesis) const |
| bool | doBeamspotConstraintTrackSelection (const Track *track) |
| AlignTrack * | doTrackRefit (const Track *track) |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> | |
Definition at line 50 of file BeamspotVertexPreProcessor.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
| Trk::BeamspotVertexPreProcessor::BeamspotVertexPreProcessor | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Definition at line 35 of file BeamspotVertexPreProcessor.cxx.
|
virtualdefault |
|
overridevirtual |
methods added for the full VTX fit:
Reimplemented from Trk::IAlignTrackPreProcessor.
Definition at line 831 of file BeamspotVertexPreProcessor.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.
|
private |
Definition at line 556 of file BeamspotVertexPreProcessor.cxx.
|
private |
Definition at line 518 of file BeamspotVertexPreProcessor.cxx.
|
private |
Definition at line 614 of file BeamspotVertexPreProcessor.cxx.
|
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
|
inlinevirtualinherited |
writes tree and histogrms to ntuple
Definition at line 54 of file IAlignTrackPreProcessor.h.
|
overridevirtual |
Definition at line 1032 of file BeamspotVertexPreProcessor.cxx.
|
private |
Definition at line 275 of file BeamspotVertexPreProcessor.cxx.
|
overridevirtual |
Definition at line 49 of file BeamspotVertexPreProcessor.cxx.
|
overridevirtualinherited |
Return this algorithm's input handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
|
inlinestaticinherited |
Definition at line 70 of file IAlignTrackPreProcessor.h.
|
private |
Definition at line 218 of file BeamspotVertexPreProcessor.cxx.
|
private |
Definition at line 232 of file BeamspotVertexPreProcessor.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 248 of file BeamspotVertexPreProcessor.cxx.
|
overridevirtual |
Print processing summary to logfile.
Reimplemented from Trk::IAlignTrackPreProcessor.
Definition at line 1008 of file BeamspotVertexPreProcessor.cxx.
|
overridevirtual |
Main processing of track collection.
The method should create AlignTracks but fill them into a collection of Tracks. The reason is that AlignTracks are needed further in the alignment processing but we want to store the newly created TrackCollection into StoreGate.
Implements Trk::IAlignTrackPreProcessor.
Definition at line 761 of file BeamspotVertexPreProcessor.cxx.
|
private |
Definition at line 404 of file BeamspotVertexPreProcessor.cxx.
|
private |
vertex as perigeeSurface
Definition at line 297 of file BeamspotVertexPreProcessor.cxx.
|
private |
Definition at line 491 of file BeamspotVertexPreProcessor.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.
|
private |
Definition at line 196 of file BeamspotVertexPreProcessor.cxx.
|
private |
Definition at line 178 of file BeamspotVertexPreProcessor.cxx.
|
inlinevirtualinherited |
|
inlinevirtualinherited |
Sets output ntuple file, to be implemented if needed for detector-specific implementation.
Definition at line 51 of file IAlignTrackPreProcessor.h.
|
overridevirtual |
Reimplemented from Trk::IAlignTrackPreProcessor.
Definition at line 990 of file BeamspotVertexPreProcessor.cxx.
|
overridevirtualinherited |
Perform system initialization for an algorithm.
We override this to declare all the elements of handle key arrays at the end of initialization. See comments on updateVHKA.
Reimplemented in asg::AsgMetadataTool, AthCheckedComponent< AthAlgTool >, AthCheckedComponent<::AthAlgTool >, and DerivationFramework::CfAthAlgTool.
|
overridevirtualinherited |
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
|
inlineinherited |
Definition at line 308 of file AthCommonDataStore.h.
|
private |
Pointer to AlignModuleTool.
Definition at line 109 of file BeamspotVertexPreProcessor.h.
|
private |
collection of AlignVertices used in FullVertex constraint option
Definition at line 166 of file BeamspotVertexPreProcessor.h.
|
private |
Definition at line 132 of file BeamspotVertexPreProcessor.h.
|
private |
Definition at line 112 of file BeamspotVertexPreProcessor.h.
|
private |
Definition at line 152 of file BeamspotVertexPreProcessor.h.
|
private |
Definition at line 102 of file BeamspotVertexPreProcessor.h.
|
private |
Definition at line 130 of file BeamspotVertexPreProcessor.h.
|
privateinherited |
Pointer to StoreGate (detector store by default)
Definition at line 393 of file AthCommonDataStore.h.
|
private |
Definition at line 126 of file BeamspotVertexPreProcessor.h.
|
private |
Definition at line 134 of file BeamspotVertexPreProcessor.h.
|
private |
Definition at line 124 of file BeamspotVertexPreProcessor.h.
|
private |
Definition at line 138 of file BeamspotVertexPreProcessor.h.
|
private |
Definition at line 140 of file BeamspotVertexPreProcessor.h.
|
private |
Definition at line 136 of file BeamspotVertexPreProcessor.h.
|
private |
Definition at line 122 of file BeamspotVertexPreProcessor.h.
|
privateinherited |
Pointer to StoreGate (event store by default)
Definition at line 390 of file AthCommonDataStore.h.
|
private |
Definition at line 98 of file BeamspotVertexPreProcessor.h.
|
protectedinherited |
logfile output stream
Definition at line 66 of file IAlignTrackPreProcessor.h.
|
private |
Definition at line 143 of file BeamspotVertexPreProcessor.h.
|
private |
Definition at line 157 of file BeamspotVertexPreProcessor.h.
|
private |
Definition at line 163 of file BeamspotVertexPreProcessor.h.
|
private |
Definition at line 162 of file BeamspotVertexPreProcessor.h.
|
private |
Definition at line 164 of file BeamspotVertexPreProcessor.h.
|
private |
Definition at line 160 of file BeamspotVertexPreProcessor.h.
|
private |
Definition at line 120 of file BeamspotVertexPreProcessor.h.
|
private |
Definition at line 115 of file BeamspotVertexPreProcessor.h.
|
private |
Definition at line 154 of file BeamspotVertexPreProcessor.h.
|
private |
Definition at line 146 of file BeamspotVertexPreProcessor.h.
|
private |
Definition at line 118 of file BeamspotVertexPreProcessor.h.
|
private |
Definition at line 96 of file BeamspotVertexPreProcessor.h.
|
private |
Definition at line 148 of file BeamspotVertexPreProcessor.h.
|
private |
Definition at line 93 of file BeamspotVertexPreProcessor.h.
|
private |
Definition at line 105 of file BeamspotVertexPreProcessor.h.
|
private |
Definition at line 161 of file BeamspotVertexPreProcessor.h.
|
private |
Definition at line 100 of file BeamspotVertexPreProcessor.h.
|
private |
Definition at line 150 of file BeamspotVertexPreProcessor.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.