![]() |
ATLAS Offline Software
|
#include <AlignTrackPreProcessor.h>
Public Member Functions | |
| AlignTrackPreProcessor (const std::string &type, const std::string &name, const IInterface *parent) | |
| StatusCode | initialize () |
| StatusCode | finalize () |
| DataVector< Track > * | processTrackCollection (const DataVector< Track > *trks) |
| creates AlignTrack containing all TSOS on track | |
| 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 | |
| virtual void | accumulateVTX (AlignTrack *) |
| methods added for the full VTX fit: | |
| virtual void | solveVTX () |
| virtual void | printSummary () |
| Print processing summary to logfile. | |
| 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 | |
| Track * | performSiliconHitSelection (const Track *, const ToolHandle< Trk::IGlobalTrackFitter > &) |
| select silicon hits by quality. | |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> | |
Private Attributes | |
| ToolHandle< IGlobalTrackFitter > | m_trackFitterTool |
| ToolHandle< IGlobalTrackFitter > | m_SLTrackFitterTool |
| ToolHandle< InDet::IInDetTrackSelectionTool > | m_trackSelectorTool |
| ToolHandle< IInDetAlignHitQualSelTool > | m_hitQualityTool |
| BooleanProperty | m_refitTracks {this, "RefitTracks", true, "flag to refit tracks"} |
| BooleanProperty | m_storeFitMatricesAfterRefit |
| BooleanProperty | m_runOutlierRemoval |
| IntegerProperty | m_particleHypothesis |
| BooleanProperty | m_useSingleFitter |
| BooleanProperty | m_selectTracks |
| BooleanProperty | m_selectHits |
| BooleanProperty | m_fixMomentum |
| 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 36 of file AlignTrackPreProcessor.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
| AlignTrackPreProcessor::AlignTrackPreProcessor | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Definition at line 20 of file AlignTrackPreProcessor.cxx.
|
inlinevirtualinherited |
methods added for the full VTX fit:
Reimplemented in Trk::BeamspotVertexPreProcessor.
Definition at line 57 of file IAlignTrackPreProcessor.h.
|
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.
|
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.
| StatusCode AlignTrackPreProcessor::finalize | ( | ) |
Definition at line 78 of file AlignTrackPreProcessor.cxx.
| StatusCode AlignTrackPreProcessor::initialize | ( | ) |
Definition at line 29 of file AlignTrackPreProcessor.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.
|
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 |
select silicon hits by quality.
keep all the rest
select silicon hits by quality. keep all the rest
Definition at line 196 of file AlignTrackPreProcessor.cxx.
|
inlinevirtualinherited |
Print processing summary to logfile.
Reimplemented in Trk::BeamspotVertexPreProcessor.
Definition at line 62 of file IAlignTrackPreProcessor.h.
|
virtual |
creates AlignTrack containing all TSOS on track
select silicon hits by quality. keep all the rest
Implements Trk::IAlignTrackPreProcessor.
Definition at line 84 of file AlignTrackPreProcessor.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.
|
inlinevirtualinherited |
sets the output stream for the logfile
Definition at line 48 of file IAlignTrackPreProcessor.h.
|
inlinevirtualinherited |
Sets output ntuple file, to be implemented if needed for detector-specific implementation.
Definition at line 51 of file IAlignTrackPreProcessor.h.
|
inlinevirtualinherited |
Reimplemented in Trk::BeamspotVertexPreProcessor.
Definition at line 59 of file IAlignTrackPreProcessor.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 81 of file AlignTrackPreProcessor.h.
|
private |
Definition at line 57 of file AlignTrackPreProcessor.h.
|
protectedinherited |
logfile output stream
Definition at line 66 of file IAlignTrackPreProcessor.h.
|
private |
Definition at line 70 of file AlignTrackPreProcessor.h.
|
private |
Definition at line 63 of file AlignTrackPreProcessor.h.
|
private |
Definition at line 68 of file AlignTrackPreProcessor.h.
|
private |
Definition at line 79 of file AlignTrackPreProcessor.h.
|
private |
Definition at line 77 of file AlignTrackPreProcessor.h.
|
private |
Definition at line 52 of file AlignTrackPreProcessor.h.
|
private |
Definition at line 64 of file AlignTrackPreProcessor.h.
|
private |
Definition at line 50 of file AlignTrackPreProcessor.h.
|
private |
Definition at line 55 of file AlignTrackPreProcessor.h.
|
private |
Definition at line 74 of file AlignTrackPreProcessor.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.