5#ifndef ACTSTRKANALYSIS_SEEDTOTRACKANALYSISALG_H
6#define ACTSTRKANALYSIS_SEEDTOTRACKANALYSISALG_H
25 virtual StatusCode
fillHistograms(
const EventContext& ctx)
const override;
29 const std::vector< const ActsTrk::MeasurementToTruthParticleAssociation* >& associationMaps,
30 float& probability)
const;
48 Gaudi::Property< float >
m_maxEnergyLoss {
this,
"MaxEnergyLoss", 10e12,
"Stop moving up the decay chain if the energy loss is above this value." };
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::ReadCondHandleKey< InDet::BeamSpotData > m_beamSpotKey
static const int m_nLayers
SG::ReadHandleKey< ActsTrk::MeasurementToTruthParticleAssociation > m_stripAssociuationMapKey
static constexpr float s_unitGeV
std::vector< int > m_seedVars
SG::ReadHandleKey< ActsTrk::MeasurementToTruthParticleAssociation > m_pixelAssociuationMapKey
EmptyProperty m_energyLossBinning
StatusCode getTruthProbability(const ActsTrk::Seed &seed, const std::vector< const ActsTrk::MeasurementToTruthParticleAssociation * > &associationMaps, float &probability) const
SG::ReadHandleKey< std::vector< int > > m_destiniesKey
SeedToTrackAnalysisAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
virtual ~SeedToTrackAnalysisAlg() override=default
SG::ReadHandleKey< ActsTrk::SeedContainer > m_seedsKey
ElasticDecayUtil< false > m_elasticDecayUtil
Gaudi::Property< float > m_maxEnergyLoss
virtual StatusCode initialize() override
initialize
SG::ReadHandleKey< ActsTrk::BoundTrackParametersContainer > m_paramsKey
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...