![]() |
ATLAS Offline Software
|
Interface for the reconstruction to calibration and alignment corrections. More...
#include <CscClusterOnTrackCreator.h>
Public Member Functions | |
| CscClusterOnTrackCreator (const std::string &, const std::string &, const IInterface *) | |
| virtual | ~CscClusterOnTrackCreator () |
| virtual StatusCode | initialize () override |
| virtual MuonClusterOnTrack * | createRIO_OnTrack (const Trk::PrepRawData &RIO, const Amg::Vector3D &GP) const override |
| Create new Muon::MuonClusterOnTrack from a Trk::PrepRawData and a predicted Trk::TrackParameter. | |
| virtual MuonClusterOnTrack * | createRIO_OnTrack (const Trk::PrepRawData &RIO, const Amg::Vector3D &GP, const Amg::Vector3D &GD) const override |
| Create new Muon::MuonClusterOnTrack from a Trk::PrepRawData and a prediction of the global position and direction. | |
| virtual MuonClusterOnTrack * | correct (const Trk::PrepRawData &RIO, const Trk::TrackParameters &TP, const EventContext &) const override |
| Create new Muon::MuonClusterOnTrack from a Trk::PrepRawData and the predicted Trk::TrackParameter at the measurement surface. | |
| virtual MuonClusterOnTrack * | correct (const Trk::PrepRawData &RIO, const Amg::Vector3D &GP, const Amg::Vector3D &GD) const override |
| virtual const ToolHandle< ICscStripFitter > & | GetICscStripFitter () const override |
| These functions are provided from the interface. | |
| virtual const ToolHandle< ICscClusterFitter > & | GetICscClusterFitter () const override |
| virtual const ToolHandle< ICscClusterUtilTool > & | GetICscClusterUtilTool () const 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 |
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. | |
Private Types | |
| typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
Private Member Functions | |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> | |
Private Attributes | |
| ServiceHandle< Muon::IMuonIdHelperSvc > | m_idHelperSvc {this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"} |
| ToolHandle< ICscStripFitter > | m_stripFitter {this, "CscStripFitter", "CalibCscStripFitter/CalibCscStripFitter"} |
| ToolHandle< ICscClusterFitter > | m_clusterFitter {this, "CscClusterFitter", "QratCscClusterFitter/QratCscClusterFitter"} |
| ToolHandle< ICscClusterUtilTool > | m_clusterUtilTool {this, "CscClusterUtilTool", "CscClusterUtilTool/CscClusterUtilTool"} |
| SG::ReadCondHandleKey< RIO_OnTrackErrorScaling > | m_cscErrorScalingKey |
| Gaudi::Property< double > | m_errorScaler {this, "ErrorScaler" , 1.} |
| Gaudi::Property< double > | m_errorScalerBeta {this, "ErrorScalerBeta", 0.} |
| Gaudi::Property< double > | m_minimumError {this, "MinimumError" , 0.05} |
| 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 |
Interface for the reconstruction to calibration and alignment corrections.
It should be used by reconstruction and pattern recognition to create Muon::MuonClusterOnTrack objects (s).
It offers several interfaces:
JobOptions Flags:
Definition at line 51 of file CscClusterOnTrackCreator.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
| Muon::CscClusterOnTrackCreator::CscClusterOnTrackCreator | ( | const std::string & | ty, |
| const std::string & | na, | ||
| const IInterface * | pa ) |
Definition at line 27 of file CscClusterOnTrackCreator.cxx.
|
virtualdefault |
|
overridevirtual |
Implements Muon::IMuonClusterOnTrackCreator.
Definition at line 251 of file CscClusterOnTrackCreator.cxx.
|
overridevirtual |
Create new Muon::MuonClusterOnTrack from a Trk::PrepRawData and the predicted Trk::TrackParameter at the measurement surface.
| RIO | Trk::PrepRawData object to be calibrated |
| TP | Predicted Trk::TrackParameter at the measurement surface |
Implements Muon::IMuonClusterOnTrackCreator.
Definition at line 246 of file CscClusterOnTrackCreator.cxx.
|
overridevirtual |
Create new Muon::MuonClusterOnTrack from a Trk::PrepRawData and a predicted Trk::TrackParameter.
| RIO | Trk::PrepRawData object to be calibrated |
| GP | Predicted intersect position of the muon with the measurement plane |
Implements Muon::IMuonClusterOnTrackCreator.
Definition at line 56 of file CscClusterOnTrackCreator.cxx.
|
overridevirtual |
Create new Muon::MuonClusterOnTrack from a Trk::PrepRawData and a prediction of the global position and direction.
It is only implemented for the CSCs, for RPC and TGC Trk::PrepRawData the result is the same as for the routine without the direction.
| RIO | Trk::PrepRawData object to be calibrated |
| GP | Predicted intersect position of the muon with the measurement plane |
| GD | Predicted direction at the intersect position of the muon with the measurement plane |
Implements Muon::IMuonClusterOnTrackCreator.
Definition at line 119 of file CscClusterOnTrackCreator.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.
|
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
|
overridevirtual |
Implements Muon::ICscClusterOnTrackCreator.
Definition at line 257 of file CscClusterOnTrackCreator.cxx.
|
overridevirtual |
Implements Muon::ICscClusterOnTrackCreator.
Definition at line 258 of file CscClusterOnTrackCreator.cxx.
|
overridevirtual |
These functions are provided from the interface.
Implements Muon::ICscClusterOnTrackCreator.
Definition at line 256 of file CscClusterOnTrackCreator.cxx.
|
overridevirtual |
Definition at line 37 of file CscClusterOnTrackCreator.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 37 of file ICscClusterOnTrackCreator.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.
|
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.
|
private |
Definition at line 94 of file CscClusterOnTrackCreator.h.
|
private |
Definition at line 95 of file CscClusterOnTrackCreator.h.
|
private |
Definition at line 97 of file CscClusterOnTrackCreator.h.
|
privateinherited |
Pointer to StoreGate (detector store by default)
Definition at line 393 of file AthCommonDataStore.h.
|
private |
Definition at line 102 of file CscClusterOnTrackCreator.h.
|
private |
Definition at line 103 of file CscClusterOnTrackCreator.h.
|
privateinherited |
Pointer to StoreGate (event store by default)
Definition at line 390 of file AthCommonDataStore.h.
|
private |
Definition at line 91 of file CscClusterOnTrackCreator.h.
|
private |
Definition at line 104 of file CscClusterOnTrackCreator.h.
|
private |
Definition at line 93 of file CscClusterOnTrackCreator.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.