![]() |
ATLAS Offline Software
|
#include <MuFastSteering.h>
Public Types | |
enum | { ITIMER_DATA_PREPARATOR =0, ITIMER_PATTERN_FINDER, ITIMER_STATION_FITTER, ITIMER_TRACK_FITTER, ITIMER_TRACK_EXTRAPOLATOR, ITIMER_CALIBRATION_STREAMER, ITIMER_TOTAL_PROCESSING } |
Public Member Functions | |
MuFastSteering (const std::string &name, ISvcLocator *svc) | |
Constructor. More... | |
virtual StatusCode | initialize () override |
virtual StatusCode | stop () override |
virtual StatusCode | execute (const EventContext &ctx) const override |
execute(), main code of the algorithm for AthenaMT More... | |
StatusCode | findMuonSignature (const std::vector< const TrigRoiDescriptor * > &roi, const std::vector< const LVL1::RecMuonRoI * > &muonRoIs, DataVector< xAOD::L2StandAloneMuon > &outputTracks, TrigRoiDescriptorCollection &outputID, TrigRoiDescriptorCollection &outputMS, const bool dynamicDeltaRpc, const EventContext &ctx) const |
findMuonSignature(), includes reconstract algorithms More... | |
StatusCode | findMuonSignature (const std::vector< const TrigRoiDescriptor * > &roi, const std::vector< const xAOD::MuonRoI * > &muonRoIs, DataVector< xAOD::L2StandAloneMuon > &outputTracks, TrigRoiDescriptorCollection &outputID, TrigRoiDescriptorCollection &outputMS, const bool dynamicDeltaRpc, const EventContext &ctx) const |
StatusCode | findMuonSignatureIO (const xAOD::TrackParticleContainer &idtracks, const std::vector< const TrigRoiDescriptor * > &roids, const std::vector< const LVL1::RecMuonRoI * > &muonRoIs, DataVector< xAOD::L2CombinedMuon > &outputCBs, DataVector< xAOD::L2StandAloneMuon > &outputSAs, const bool dynamicDeltaRpc, const EventContext &ctx) const |
findMuonSignatureIO(), includes reconstract algorithms for inside-out mode More... | |
StatusCode | findMuonSignatureIO (const xAOD::TrackParticleContainer &idtracks, const std::vector< const TrigRoiDescriptor * > &roids, const std::vector< const xAOD::MuonRoI * > &muonRoIs, DataVector< xAOD::L2CombinedMuon > &outputCBs, DataVector< xAOD::L2StandAloneMuon > &outputSAs, const bool dynamicDeltaRpc, const EventContext &ctx) const |
StatusCode | findMultiTrackSignature (const std::vector< const TrigRoiDescriptor * > &roi, const std::vector< const LVL1::RecMuonRoI * > &muonRoIs, DataVector< xAOD::L2StandAloneMuon > &outputTracks, const bool dynamicDeltaRpc, const EventContext &ctx) const |
findMultiTrackSignature(), includes reconstract algorithms for multi-track mode More... | |
StatusCode | findMultiTrackSignature (const std::vector< const TrigRoiDescriptor * > &roi, const std::vector< const xAOD::MuonRoI * > &muonRoIs, DataVector< xAOD::L2StandAloneMuon > &outputTracks, const bool dynamicDeltaRpc, const EventContext &ctx) const |
int | L2MuonAlgoMap (const std::string &name) const |
virtual void | handle (const Incident &incident) override |
virtual StatusCode | sysInitialize () override |
Override sysInitialize. More... | |
virtual bool | isClonable () const override |
Specify if the algorithm is clonable. More... | |
virtual unsigned int | cardinality () const override |
Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant. More... | |
virtual StatusCode | sysExecute (const EventContext &ctx) override |
Execute an algorithm. More... | |
virtual const DataObjIDColl & | extraOutputDeps () const override |
Return the list of extra output dependencies. More... | |
virtual bool | filterPassed (const EventContext &ctx) const |
virtual void | setFilterPassed (bool state, const EventContext &ctx) const |
ServiceHandle< StoreGateSvc > & | evtStore () |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More... | |
const ServiceHandle< StoreGateSvc > & | evtStore () const |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More... | |
const ServiceHandle< StoreGateSvc > & | detStore () const |
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc . More... | |
virtual StatusCode | sysStart () override |
Handle START transition. More... | |
virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
Return this algorithm's input handles. More... | |
virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
Return this algorithm's output handles. More... | |
Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T > &t) |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &) |
Declare a new Gaudi property. More... | |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &) |
Declare a new Gaudi property. More... | |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &) |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &) |
Declare a new Gaudi property. More... | |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc="none") |
Declare a new Gaudi property. More... | |
void | updateVHKA (Gaudi::Details::PropertyBase &) |
MsgStream & | msg () const |
MsgStream & | msg (const MSG::Level lvl) const |
bool | msgLvl (const MSG::Level lvl) const |
Protected Attributes | |
ToolHandle< TrigL2MuonSA::MuFastDataPreparator > | m_dataPreparator |
ToolHandle< TrigL2MuonSA::MuFastPatternFinder > | m_patternFinder |
ToolHandle< TrigL2MuonSA::MuFastStationFitter > | m_stationFitter |
ToolHandle< TrigL2MuonSA::MuFastTrackFitter > | m_trackFitter |
ToolHandle< TrigL2MuonSA::MuFastTrackExtrapolator > | m_trackExtrapolator |
ToolHandle< TrigL2MuonSA::FtfRoadDefiner > | m_ftfRoadDefiner |
ToolHandle< ITrigMuonBackExtrapolator > | m_backExtrapolatorTool |
Handle to MuonBackExtrapolator tool. More... | |
ToolHandle< TrigL2MuonSA::MuCalStreamerTool > | m_calStreamer |
TrigL2MuonSA::RecMuonRoIUtils | m_recMuonRoIUtils |
ToolHandle< TrigL2MuonSA::CscSegmentMaker > | m_cscsegmaker |
Private Types | |
typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
Private Member Functions | |
float | getRoiSizeForID (bool isEta, const xAOD::L2StandAloneMuon *muonSA) const |
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &) |
specialization for handling Gaudi::Property<SG::VarHandleKey> More... | |
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyArrayType &) |
specialization for handling Gaudi::Property<SG::VarHandleKeyArray> More... | |
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleType &) |
specialization for handling Gaudi::Property<SG::VarHandleBase> More... | |
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &t, const SG::NotHandleType &) |
specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray> More... | |
Private Attributes | |
ServiceHandle< IIncidentSvc > | m_incidentSvc {this, "IncidentSvc", "IncidentSvc"} |
ServiceHandle< Gaudi::Interfaces::IOptionsSvc > | m_jobOptionsSvc {this, "JobOptionsSvc", "JobOptionsSvc", "Job options service to retrieve DataFlowConfig" } |
Gaudi::Property< float > | m_scaleRoadBarrelInner { this, "Scale_Road_BarrelInner", 1 } |
Gaudi::Property< float > | m_scaleRoadBarrelMiddle { this, "Scale_Road_BarrelMiddle", 1 } |
Gaudi::Property< float > | m_scaleRoadBarrelOuter { this, "Scale_Road_BarrelOuter", 1 } |
Gaudi::Property< bool > | m_use_mcLUT { this, "UseLUTForMC", true} |
Gaudi::Property< bool > | m_use_new_segmentfit { this, "USE_NEW_SEGMENTFIT", true} |
Gaudi::Property< bool > | m_use_rpc { this, "USE_RPC", true} |
Gaudi::Property< bool > | m_use_stgc { this, "USE_STGC", true} |
Gaudi::Property< bool > | m_use_mm { this, "USE_MM", true} |
Gaudi::Property< bool > | m_use_RoIBasedDataAccess_MDT { this, "USE_ROIBASEDACCESS_MDT", true} |
Gaudi::Property< bool > | m_use_RoIBasedDataAccess_RPC { this, "USE_ROIBASEDACCESS_RPC", true} |
Gaudi::Property< bool > | m_use_RoIBasedDataAccess_TGC { this, "USE_ROIBASEDACCESS_TGC", true} |
Gaudi::Property< bool > | m_use_RoIBasedDataAccess_CSC { this, "USE_ROIBASEDACCESS_CSC", true} |
Gaudi::Property< bool > | m_use_RoIBasedDataAccess_STGC { this, "USE_ROIBASEDACCESS_STGC", true} |
Gaudi::Property< bool > | m_use_RoIBasedDataAccess_MM { this, "USE_ROIBASEDACCESS_MM", true} |
Gaudi::Property< bool > | m_doCalStream { this, "DoCalibrationStream", true} |
Gaudi::Property< bool > | m_calDataScouting { this, "MuonCalDataScouting", false} |
Gaudi::Property< bool > | m_rpcErrToDebugStream { this, "RpcErrToDebugStream", false} |
Gaudi::Property< bool > | m_use_endcapInnerFromBarrel { this, "UseEndcapInnerFromBarrel", false} |
Gaudi::Property< int > | m_esd_rpc_size { this, "ESD_RPC_size", 100 } |
Gaudi::Property< int > | m_esd_tgc_size { this, "ESD_TGC_size", 50 } |
Gaudi::Property< int > | m_esd_mdt_size { this, "ESD_MDT_size", 100 } |
Gaudi::Property< int > | m_esd_csc_size { this, "ESD_CSC_size", 100 } |
Gaudi::Property< int > | m_esd_stgc_size { this, "ESD_STGC_size", 100 } |
Gaudi::Property< int > | m_esd_mm_size { this, "ESD_MM_size", 100 } |
Gaudi::Property< double > | m_rWidth_RPC_Failed { this, "R_WIDTH_RPC_FAILED", 400 } |
Gaudi::Property< double > | m_rWidth_TGC_Failed { this, "R_WIDTH_TGC_FAILED", 200 } |
Gaudi::Property< double > | m_winPt { this, "WinPt", 4.0 } |
Gaudi::Property< bool > | m_insideOut { this, "InsideOutMode", false, "" } |
Gaudi::Property< bool > | m_multiTrack { this, "multitrackMode", false, "" } |
Gaudi::Property< bool > | m_doEndcapForl2mt { this, "doEndcapForl2mt", false, "" } |
Gaudi::Property< float > | m_ftfminPt { this, "FTFminPt", 3500, "pT [MeV] threshold to FTF tracks for L2Muon Inside-out mode" } |
Gaudi::Property< bool > | m_topoRoad { this, "topoRoad", false, "create road in barrel not to highly overlap surrounding L1 RoIs" } |
Gaudi::Property< float > | m_dPhisurrRoI { this, "dPhisurrRoI", 99, "phi range to find surrounding L1 RoIs" } |
Gaudi::Property< float > | m_dEtasurrRoI { this, "dEtasurrRoI", 99, "eta range to find surrounding L1 RoIs" } |
Gaudi::Property< bool > | m_allowOksConfig { this, "AllowOksConfig", true} |
Gaudi::Property< std::string > | m_calBufferName { this, "MuonCalBufferName", "/tmp/testOutput"} |
Gaudi::Property< int > | m_calBufferSize { this, "MuonCalBufferSize", 1024*1024} |
Gaudi::Property< bool > | m_fill_FSIDRoI { this, "FILL_FSIDRoI", false, "Fill FS RoI for ID (will be used in cosmic run)"} |
Gaudi::Property< bool > | m_useRun3Config { this, "UseRun3Config", false, "use Run3 L1Muon EDM; xAOD::MuonRoI"} |
SG::ReadHandleKey< xAOD::EventInfo > | m_eventInfoKey |
SG::ReadHandleKey< TrigRoiDescriptorCollection > | m_roiCollectionKey |
SG::ReadHandleKey< DataVector< LVL1::RecMuonRoI > > | m_run2recRoiCollectionKey |
SG::ReadHandleKey< xAOD::MuonRoIContainer > | m_recRoiCollectionKey |
SG::ReadHandleKey< xAOD::TrackParticleContainer > | m_FTFtrackKey |
SG::WriteHandleKey< xAOD::L2StandAloneMuonContainer > | m_muFastContainerKey |
SG::WriteHandleKey< xAOD::TrigCompositeContainer > | m_muCompositeContainerKey |
SG::WriteHandleKey< TrigRoiDescriptorCollection > | m_muIdContainerKey |
SG::WriteHandleKey< TrigRoiDescriptorCollection > | m_muMsContainerKey |
SG::WriteHandleKey< xAOD::L2CombinedMuonContainer > | m_outputCBmuonCollKey |
ToolHandle< GenericMonitoringTool > | m_monTool { this, "MonTool", "", "Monitoring tool" } |
DataObjIDColl | m_extendedExtraObjects |
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks. More... | |
StoreGateSvc_t | m_evtStore |
Pointer to StoreGate (event store by default) More... | |
StoreGateSvc_t | m_detStore |
Pointer to StoreGate (detector store by default) More... | |
std::vector< SG::VarHandleKeyArray * > | m_vhka |
bool | m_varHandleArraysDeclared |
Definition at line 44 of file MuFastSteering.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
anonymous enum |
Enumerator | |
---|---|
ITIMER_DATA_PREPARATOR | |
ITIMER_PATTERN_FINDER | |
ITIMER_STATION_FITTER | |
ITIMER_TRACK_FITTER | |
ITIMER_TRACK_EXTRAPOLATOR | |
ITIMER_CALIBRATION_STREAMER | |
ITIMER_TOTAL_PROCESSING |
Definition at line 47 of file MuFastSteering.h.
MuFastSteering::MuFastSteering | ( | const std::string & | name, |
ISvcLocator * | svc | ||
) |
Constructor.
Definition at line 22 of file MuFastSteering.cxx.
|
overridevirtualinherited |
Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant.
Override this to return 0 for reentrant algorithms.
Override this to return 0 for reentrant algorithms.
Definition at line 55 of file AthReentrantAlgorithm.cxx.
|
inlineprivateinherited |
specialization for handling Gaudi::Property<SG::VarHandleKeyArray>
Definition at line 170 of file AthCommonDataStore.h.
|
inlineprivateinherited |
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
|
inlineprivateinherited |
specialization for handling Gaudi::Property<SG::VarHandleBase>
Definition at line 184 of file AthCommonDataStore.h.
|
inlineprivateinherited |
specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray>
Definition at line 199 of file AthCommonDataStore.h.
|
inlineinherited |
Declare a new Gaudi property.
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleBase
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 245 of file AthCommonDataStore.h.
|
inlineinherited |
Declare a new Gaudi property.
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleKey
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 221 of file AthCommonDataStore.h.
|
inlineinherited |
Definition at line 259 of file AthCommonDataStore.h.
|
inlineinherited |
Declare a new Gaudi property.
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This is the generic version, for types that do not derive from SG::VarHandleKey
. It just forwards to the base class version of declareProperty
.
Definition at line 333 of file AthCommonDataStore.h.
|
inlineinherited |
Declare a new Gaudi property.
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This dispatches to either the generic declareProperty
or the one for VarHandle/Key/KeyArray.
Definition at line 352 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.
|
inlineinherited |
The standard StoreGateSvc
(event store) Returns (kind of) a pointer to the StoreGateSvc
.
Definition at line 90 of file AthCommonDataStore.h.
|
overridevirtual |
execute(), main code of the algorithm for AthenaMT
Definition at line 232 of file MuFastSteering.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 79 of file AthReentrantAlgorithm.cxx.
|
inlinevirtualinherited |
Definition at line 135 of file AthReentrantAlgorithm.h.
StatusCode MuFastSteering::findMultiTrackSignature | ( | const std::vector< const TrigRoiDescriptor * > & | roi, |
const std::vector< const LVL1::RecMuonRoI * > & | muonRoIs, | ||
DataVector< xAOD::L2StandAloneMuon > & | outputTracks, | ||
const bool | dynamicDeltaRpc, | ||
const EventContext & | ctx | ||
) | const |
findMultiTrackSignature(), includes reconstract algorithms for multi-track mode
Definition at line 1759 of file MuFastSteering.cxx.
StatusCode MuFastSteering::findMultiTrackSignature | ( | const std::vector< const TrigRoiDescriptor * > & | roi, |
const std::vector< const xAOD::MuonRoI * > & | muonRoIs, | ||
DataVector< xAOD::L2StandAloneMuon > & | outputTracks, | ||
const bool | dynamicDeltaRpc, | ||
const EventContext & | ctx | ||
) | const |
StatusCode MuFastSteering::findMuonSignature | ( | const std::vector< const TrigRoiDescriptor * > & | roi, |
const std::vector< const LVL1::RecMuonRoI * > & | muonRoIs, | ||
DataVector< xAOD::L2StandAloneMuon > & | outputTracks, | ||
TrigRoiDescriptorCollection & | outputID, | ||
TrigRoiDescriptorCollection & | outputMS, | ||
const bool | dynamicDeltaRpc, | ||
const EventContext & | ctx | ||
) | const |
findMuonSignature(), includes reconstract algorithms
this function can be called from both execute()
Definition at line 525 of file MuFastSteering.cxx.
StatusCode MuFastSteering::findMuonSignature | ( | const std::vector< const TrigRoiDescriptor * > & | roi, |
const std::vector< const xAOD::MuonRoI * > & | muonRoIs, | ||
DataVector< xAOD::L2StandAloneMuon > & | outputTracks, | ||
TrigRoiDescriptorCollection & | outputID, | ||
TrigRoiDescriptorCollection & | outputMS, | ||
const bool | dynamicDeltaRpc, | ||
const EventContext & | ctx | ||
) | const |
Definition at line 820 of file MuFastSteering.cxx.
StatusCode MuFastSteering::findMuonSignatureIO | ( | const xAOD::TrackParticleContainer & | idtracks, |
const std::vector< const TrigRoiDescriptor * > & | roids, | ||
const std::vector< const LVL1::RecMuonRoI * > & | muonRoIs, | ||
DataVector< xAOD::L2CombinedMuon > & | outputCBs, | ||
DataVector< xAOD::L2StandAloneMuon > & | outputSAs, | ||
const bool | dynamicDeltaRpc, | ||
const EventContext & | ctx | ||
) | const |
findMuonSignatureIO(), includes reconstract algorithms for inside-out mode
Definition at line 1138 of file MuFastSteering.cxx.
StatusCode MuFastSteering::findMuonSignatureIO | ( | const xAOD::TrackParticleContainer & | idtracks, |
const std::vector< const TrigRoiDescriptor * > & | roids, | ||
const std::vector< const xAOD::MuonRoI * > & | muonRoIs, | ||
DataVector< xAOD::L2CombinedMuon > & | outputCBs, | ||
DataVector< xAOD::L2StandAloneMuon > & | outputSAs, | ||
const bool | dynamicDeltaRpc, | ||
const EventContext & | ctx | ||
) | const |
Definition at line 1450 of file MuFastSteering.cxx.
|
private |
Definition at line 3480 of file MuFastSteering.cxx.
|
overridevirtual |
Definition at line 168 of file MuFastSteering.cxx.
|
overridevirtual |
Definition at line 30 of file MuFastSteering.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.
|
overridevirtualinherited |
Specify if the algorithm is clonable.
Reentrant algorithms are clonable.
Reimplemented in Simulation::BeamEffectsAlg, InDet::SiTrackerSpacePointFinder, InDet::SCT_Clusterization, InDet::SiSPSeededTrackFinder, SCTRawDataProvider, InDet::GNNSeedingTrackMaker, SCT_PrepDataToxAOD, RoIBResultToxAOD, InDet::SiSPGNNTrackMaker, SCT_CablingCondAlgFromCoraCool, SCT_ReadCalibDataTestAlg, SCT_CablingCondAlgFromText, SCT_ReadCalibChipDataTestAlg, SCT_TestCablingAlg, SCT_ConfigurationConditionsTestAlg, ITkPixelCablingAlg, ITkStripCablingAlg, SCTEventFlagWriter, SCT_ConditionsSummaryTestAlg, SCT_ModuleVetoTestAlg, SCT_MonitorConditionsTestAlg, SCT_LinkMaskingTestAlg, SCT_MajorityConditionsTestAlg, SCT_RODVetoTestAlg, SCT_SensorsTestAlg, SCT_TdaqEnabledTestAlg, SCT_SiliconConditionsTestAlg, SCTSiLorentzAngleTestAlg, SCT_ByteStreamErrorsTestAlg, SCT_ConditionsParameterTestAlg, SCT_FlaggedConditionTestAlg, SCT_StripVetoTestAlg, SCT_RawDataToxAOD, and SCTSiPropertiesTestAlg.
Definition at line 44 of file AthReentrantAlgorithm.cxx.
int MuFastSteering::L2MuonAlgoMap | ( | const std::string & | name | ) | const |
Definition at line 3463 of file MuFastSteering.cxx.
|
inlineinherited |
Definition at line 24 of file AthCommonMsg.h.
|
inlineinherited |
Definition at line 27 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.
|
inlinevirtualinherited |
Definition at line 139 of file AthReentrantAlgorithm.h.
|
overridevirtual |
Definition at line 150 of file MuFastSteering.cxx.
|
protected |
Definition at line 3371 of file MuFastSteering.cxx.
|
protected |
Definition at line 3325 of file MuFastSteering.cxx.
|
protected |
Set L2 muon algorithm ID
Set input TE ID
Set level-1 ID
Set lumi block
Set muon detector mask
Set RoI ID
Set RoI system ID
Set RoI subsystem ID
Set RoI sector ID
Set RoI number
Set RoI threshold number
Set RoI eta
Set RoIp phi
Set RoI word
Set size of storages to be reserved
Definition at line 2478 of file MuFastSteering.cxx.
|
protected |
Set L2 muon algorithm ID
Set input TE ID
Set level-1 ID
Set lumi block
Set muon detector mask
Set RoI ID
Set RoI system ID (or system ID; Barrel=0, Endcap=1, Forward=2)
Set RoI subsystem ID (0=-z,1=+z)
Set RoI sector ID
Set RoI number
Set RoI threshold number
Set RoI eta
Set RoIp phi
Set RoI word
Set size of storages to be reserved
Definition at line 2901 of file MuFastSteering.cxx.
|
overridevirtualinherited |
Execute an algorithm.
We override this in order to work around an issue with the Algorithm base class storing the event context in a member variable that can cause crashes in MT jobs.
Definition at line 67 of file AthReentrantAlgorithm.cxx.
|
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< Gaudi::Algorithm > >.
Reimplemented in InputMakerBase, and HypoBase.
Definition at line 96 of file AthReentrantAlgorithm.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.
|
protected |
|
protected |
Definition at line 3740 of file MuFastSteering.cxx.
|
protected |
Called at the end of the algorithm processing to set the steering navigation properly.
Definition at line 2398 of file MuFastSteering.cxx.
|
protected |
Definition at line 2439 of file MuFastSteering.cxx.
|
inlineinherited |
Definition at line 308 of file AthCommonDataStore.h.
|
private |
Definition at line 298 of file MuFastSteering.h.
|
protected |
Handle to MuonBackExtrapolator tool.
Definition at line 235 of file MuFastSteering.h.
|
private |
Definition at line 299 of file MuFastSteering.h.
|
private |
Definition at line 300 of file MuFastSteering.h.
|
private |
Definition at line 271 of file MuFastSteering.h.
|
protected |
Definition at line 239 of file MuFastSteering.h.
|
protected |
Definition at line 246 of file MuFastSteering.h.
|
protected |
Definition at line 221 of file MuFastSteering.h.
|
private |
Definition at line 294 of file MuFastSteering.h.
|
privateinherited |
Pointer to StoreGate (detector store by default)
Definition at line 393 of file AthCommonDataStore.h.
|
private |
Definition at line 270 of file MuFastSteering.h.
|
private |
Definition at line 290 of file MuFastSteering.h.
|
private |
Definition at line 293 of file MuFastSteering.h.
|
private |
Definition at line 279 of file MuFastSteering.h.
|
private |
Definition at line 278 of file MuFastSteering.h.
|
private |
Definition at line 281 of file MuFastSteering.h.
|
private |
Definition at line 276 of file MuFastSteering.h.
|
private |
Definition at line 280 of file MuFastSteering.h.
|
private |
Definition at line 277 of file MuFastSteering.h.
|
private |
Definition at line 309 of file MuFastSteering.h.
|
privateinherited |
Pointer to StoreGate (event store by default)
Definition at line 390 of file AthCommonDataStore.h.
|
privateinherited |
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
Empty if no symlinks were found.
Definition at line 153 of file AthReentrantAlgorithm.h.
|
private |
Definition at line 303 of file MuFastSteering.h.
|
private |
Definition at line 291 of file MuFastSteering.h.
|
protected |
Definition at line 231 of file MuFastSteering.h.
|
private |
Definition at line 323 of file MuFastSteering.h.
|
private |
Definition at line 252 of file MuFastSteering.h.
|
private |
Definition at line 288 of file MuFastSteering.h.
|
private |
Definition at line 253 of file MuFastSteering.h.
|
private |
Definition at line 347 of file MuFastSteering.h.
|
private |
Definition at line 331 of file MuFastSteering.h.
|