ATLAS Offline Software
Loading...
Searching...
No Matches
Rec::MuSAVtxFitterTool Class Reference

#include <MuSAVtxFitterTool.h>

Inheritance diagram for Rec::MuSAVtxFitterTool:
Collaboration diagram for Rec::MuSAVtxFitterTool:

Classes

struct  WrkVrt
 Represents a working vertex structure used in VKalVrt fitting. More...

Public Member Functions

 MuSAVtxFitterTool (const std::string &type, const std::string &name, const IInterface *parent)
 ~MuSAVtxFitterTool ()
virtual StatusCode initialize () override
std::unique_ptr< xAOD::TrackParticleextrapolateMuSA (const xAOD::TrackParticle &trk, const xAOD::EventInfo &eventInfo, const EventContext &ctx) const
StatusCode doMuSAVtxFit (std::vector< MuSAVtxFitterTool::WrkVrt > &workVerticesContainer, const xAOD::MuonContainer &muonContainer, const xAOD::EventInfo &eventInfo, const EventContext &ctx) const
StatusCode doPostFitSelections (std::vector< MuSAVtxFitterTool::WrkVrt > &workVerticesContainer) const
StatusCode selectBestVertices (std::vector< MuSAVtxFitterTool::WrkVrt > &workVerticesContainer) const
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< StoreGateSvcStoreGateSvc_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

ToolHandle< Trk::ITrkVKalVrtFitterm_vertexFitter
ToolHandle< Trk::IExtrapolatorm_extrapolator
DoubleProperty m_etaCutMSTP {this, "etaCutMSTP", 2.5, "Maximum |eta| of input MSTPs"}
DoubleProperty m_baseChi2Cut {this, "baseChi2Cut", 50., "Maximum allowed chi2 of saved vertices"}
Gaudi::Property< bool > m_doValidation {this, "doValidation", false, "Vertex every MSTP in input as part of validation process"}
Gaudi::Property< bool > m_doStacoRecovery {this, "doStacoRecovery", false, "Recover MS tracks from Staco-authored Combined muons with large MS-ID mismatch"}
DoubleProperty m_stacoMatchDeltaCut {this, "stacoMatchDeltaCut", 0.2, "dEta or dPhi threshold between MS and ID tracks for Staco recovery"}
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

Detailed Description

Definition at line 23 of file MuSAVtxFitterTool.h.

Member Typedef Documentation

◆ StoreGateSvc_t

typedef ServiceHandle<StoreGateSvc> AthCommonDataStore< AthCommonMsg< AlgTool > >::StoreGateSvc_t
privateinherited

Definition at line 388 of file AthCommonDataStore.h.

Constructor & Destructor Documentation

◆ MuSAVtxFitterTool()

Rec::MuSAVtxFitterTool::MuSAVtxFitterTool ( const std::string & type,
const std::string & name,
const IInterface * parent )

Definition at line 19 of file MuSAVtxFitterTool.cxx.

19 :
20 AthAlgTool(type, name, parent)
21{
22 declareInterface<MuSAVtxFitterTool>(this);
23}
AthAlgTool()
Default constructor:

◆ ~MuSAVtxFitterTool()

Rec::MuSAVtxFitterTool::~MuSAVtxFitterTool ( )
default

Member Function Documentation

◆ declareGaudiProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< AlgTool > >::declareGaudiProperty ( Gaudi::Property< T, V, H > & hndl,
const SG::VarHandleKeyType &  )
inlineprivateinherited

specialization for handling Gaudi::Property<SG::VarHandleKey>

Definition at line 156 of file AthCommonDataStore.h.

158 {
160 hndl.value(),
161 hndl.documentation());
162
163 }
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)

◆ declareProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty ( Gaudi::Property< T, V, H > & t)
inlineinherited

Definition at line 145 of file AthCommonDataStore.h.

145 {
146 typedef typename SG::HandleClassifier<T>::type htype;
148 }
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>

◆ detStore()

const ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< AlgTool > >::detStore ( ) const
inlineinherited

The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 95 of file AthCommonDataStore.h.

◆ doMuSAVtxFit()

StatusCode Rec::MuSAVtxFitterTool::doMuSAVtxFit ( std::vector< MuSAVtxFitterTool::WrkVrt > & workVerticesContainer,
const xAOD::MuonContainer & muonContainer,
const xAOD::EventInfo & eventInfo,
const EventContext & ctx ) const

Definition at line 69 of file MuSAVtxFitterTool.cxx.

73{
74 ATH_MSG_DEBUG("MuSAVtxFitterTool::doMuSAVtxFit");
75
76 // first gather all SA muons that pass basic checks
77 // also recover Staco-authored Combined muons with large MS-ID mismatch if configured
78 std::vector<const xAOD::Muon*> candidateSAmuons;
79 for (const auto muon : muonContainer) {
80
81 // Check if this is a Staco Combined muon eligible for recovery
82 bool isStacoRecovery = false;
83 if (m_doStacoRecovery &&
84 muon->muonType() == xAOD::Muon::MuonType::Combined &&
85 muon->author() == xAOD::Muon::Author::STACO) {
86 const xAOD::TrackParticle* msTrk = muon->trackParticle(xAOD::Muon::MuonSpectrometerTrackParticle);
87 const xAOD::TrackParticle* idTrk = muon->trackParticle(xAOD::Muon::InnerDetectorTrackParticle);
88 if (msTrk && idTrk) {
89 double dEta = std::abs(msTrk->eta() - idTrk->eta());
90 double dPhi = std::abs(msTrk->phi() - idTrk->phi());
91 if (dPhi > M_PI) dPhi = 2.0 * M_PI - dPhi;
92 if (dEta > m_stacoMatchDeltaCut || dPhi > m_stacoMatchDeltaCut) {
93 ATH_MSG_DEBUG("Recovering Staco Combined muon with dEta=" << dEta << " dPhi=" << dPhi);
94 isStacoRecovery = true;
95 }
96 }
97 }
98
99 if (muon->muonType()!= xAOD::Muon::MuonType::MuonStandAlone && !isStacoRecovery && !m_doValidation) {
100 continue;
101 }
102
103 const xAOD::TrackParticle* MuSAMSTP = muon->trackParticle(xAOD::Muon::MuonSpectrometerTrackParticle);
104 if (!MuSAMSTP) {
105 ATH_MSG_WARNING("Muon has no MSTP, check your input! "<<muon->muonType()<<", "<<muon->author());
106 continue;
107 }
108
109 // pre-fit cuts at "seeding" level go here
110 if (std::abs(MuSAMSTP->eta()) > m_etaCutMSTP) {
111 ATH_MSG_VERBOSE("Skipping SA muon with |eta| > 2.5!");
112 continue;
113 }
114 // SA muons can get saved with nonphysical pT values, checking prevents extrap crashes
115 if (MuSAMSTP->pt() > 13000000) {
116 ATH_MSG_DEBUG("Skipping SA muon with pT " << (MuSAMSTP->pt() / 1000.) << " GeV!");
117 continue;
118 }
119
120 // SA muons can also be saved in regions with 0 magnetic field, which can cause extrapolation crashes
121 float spectrometerFieldIntegral = 0.0;
122 muon->parameter(spectrometerFieldIntegral, xAOD::Muon::ParamDef::spectrometerFieldIntegral);
123 if (spectrometerFieldIntegral < 0.1) {
124 ATH_MSG_DEBUG("Skipping SA muon with spectrometerFieldIntegral " << spectrometerFieldIntegral << " T*m!");
125 continue;
126 }
127
128 candidateSAmuons.push_back(muon);
129 }
130
131 // bail out if we don't have at least two valid SA muons
132 if (candidateSAmuons.size() < 2) {
133 ATH_MSG_VERBOSE("Not enough standalone muons to fit a vertex!");
134 return StatusCode::SUCCESS;
135 }
136
137 // extrapolate SA muons only if we have enough candidates to form a vertex
138 std::vector<std::shared_ptr<xAOD::TrackParticle>> extrapolatedMuSATracks;
139 std::map<const xAOD::TrackParticle*, const xAOD::Muon*> muonToExtrapolatedTrackMap;
140 for (const auto muon : candidateSAmuons) {
141 const xAOD::TrackParticle* MuSAMSTP = muon->trackParticle(xAOD::Muon::MuonSpectrometerTrackParticle);
142 auto extrapolatedMuSATrack = extrapolateMuSA(*MuSAMSTP, eventInfo, ctx);
143 if (extrapolatedMuSATrack->definingParameters()[Trk::d0] > 8000) {
144 ATH_MSG_DEBUG("Failed to extrapolate MuSA track, skipping!");
145 continue;
146 }
147 //Convert unique_ptr to shared pointer to allow ownership complications later.
148 extrapolatedMuSATracks.emplace_back(extrapolatedMuSATrack.release());
149 muonToExtrapolatedTrackMap[extrapolatedMuSATracks.back().get()] = muon;
150 ATH_MSG_VERBOSE("Extrapolated MuSA track! Total extrapolated so far: " << extrapolatedMuSATracks.size());
151 }
152
153 if (extrapolatedMuSATracks.size() < 2) {
154 ATH_MSG_VERBOSE("Not enough extrapolated tracks to fit a vertex!");
155 return StatusCode::SUCCESS;
156 }
157
158 std::unique_ptr<Trk::IVKalState> state = m_vertexFitter->makeState(ctx);
159 std::vector<const xAOD::TrackParticle*> tracksToFit(2);
160 std::vector<const xAOD::NeutralParticle*> dummyNeutrals;
161 // Loop over all unique pairs.
162 for (unsigned int i = 0; i < extrapolatedMuSATracks.size(); i++) {
163 for (unsigned int j = i+1; j < extrapolatedMuSATracks.size(); j++) {
164 MuSAVtxFitterTool::WrkVrt MuSACandidate;
165 tracksToFit[0] = extrapolatedMuSATracks[i].get();
166 tracksToFit[1] = extrapolatedMuSATracks[j].get();
167 StatusCode res = m_vertexFitter->VKalVrtFit(tracksToFit, dummyNeutrals,
168 MuSACandidate.pos, MuSACandidate.mom,
169 MuSACandidate.charge, MuSACandidate.cov,
170 MuSACandidate.chi2PerTrk, MuSACandidate.trkAtVrt,
171 MuSACandidate.chi2, *state);
172 if (res.isSuccess()) {
173 ATH_MSG_DEBUG("MuSA vertex fit successful!");
174 MuSACandidate.newExtrapolatedTracks.push_back(extrapolatedMuSATracks[i]);
175 MuSACandidate.newExtrapolatedTracks.push_back(extrapolatedMuSATracks[j]);
176 MuSACandidate.muonCandidates = {
177 muonToExtrapolatedTrackMap[tracksToFit[0]],
178 muonToExtrapolatedTrackMap[tracksToFit[1]]
179 };
180 MuSACandidate.minOpAng = muonToExtrapolatedTrackMap[tracksToFit[0]]->p4().DeltaR(
181 muonToExtrapolatedTrackMap[tracksToFit[1]]->p4());
182 workVerticesContainer.emplace_back(std::move(MuSACandidate));
183 } else {
184 ATH_MSG_DEBUG("MuSA vertex fit failed!");
185 }
186 }
187 }
188 // NOTE: Any remaining extrapolated tracks in the vector will be cleaned up automatically when they go out of scope
189 // this means the logic may need to be revisited if we want to "recover" extrapolated tracks that were not used in any fit through another mechanism
190 return StatusCode::SUCCESS;
191}
#define M_PI
#define ATH_MSG_VERBOSE(x)
#define ATH_MSG_WARNING(x)
#define ATH_MSG_DEBUG(x)
std::pair< std::vector< unsigned int >, bool > res
xAOD::MuonContainer * muonContainer
ToolHandle< Trk::ITrkVKalVrtFitter > m_vertexFitter
DoubleProperty m_stacoMatchDeltaCut
std::unique_ptr< xAOD::TrackParticle > extrapolateMuSA(const xAOD::TrackParticle &trk, const xAOD::EventInfo &eventInfo, const EventContext &ctx) const
Gaudi::Property< bool > m_doValidation
Gaudi::Property< bool > m_doStacoRecovery
virtual double phi() const override final
The azimuthal angle ( ) of the particle (has range to .).
virtual double pt() const override final
The transverse momentum ( ) of the particle.
virtual double eta() const override final
The pseudorapidity ( ) of the particle.
::StatusCode StatusCode
StatusCode definition for legacy code.
@ spectrometerFieldIntegral
Discriminators and further variables.
bool dPhi(const xAOD::TauJet &tau, const xAOD::CaloVertexedTopoCluster &cluster, float &out)
bool dEta(const xAOD::TauJet &tau, const xAOD::CaloVertexedTopoCluster &cluster, float &out)
float j(const xAOD::IParticle &, const xAOD::TrackMeasurementValidation &hit, const Eigen::Matrix3d &jab_inv)
@ d0
Definition ParamDefs.h:63
TrackParticle_v1 TrackParticle
Reference the current persistent version:

◆ doPostFitSelections()

StatusCode Rec::MuSAVtxFitterTool::doPostFitSelections ( std::vector< MuSAVtxFitterTool::WrkVrt > & workVerticesContainer) const

Definition at line 193 of file MuSAVtxFitterTool.cxx.

193 {
194 ATH_MSG_DEBUG("MuSAVtxFitterTool::doPostFitSelections");
195 //minimal method for post-fit selections
196 for (auto& workVertex : workVerticesContainer) {
197 if (workVertex.chi2 > m_baseChi2Cut) {
198 ATH_MSG_DEBUG("SA vertex chi2 too high, removing from consideration");
199 workVertex.isGood = false; // isGood flag has no specific utility here yet, but may be used in the future for more sophisticated recovery/reassembly
200 }
201 }
202
203 //remove any vertices marked as bad
204 workVerticesContainer.erase(std::remove_if(workVerticesContainer.begin(), workVerticesContainer.end(),
205 [](const MuSAVtxFitterTool::WrkVrt& vtx) { return !vtx.isGood; }), workVerticesContainer.end());
206
207 return StatusCode::SUCCESS;
208}
DataModel_detail::iterator< DVL > remove_if(typename DataModel_detail::iterator< DVL > beg, typename DataModel_detail::iterator< DVL > end, Predicate pred)
Specialization of remove_if for DataVector/List.

◆ evtStore()

ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< AlgTool > >::evtStore ( )
inlineinherited

The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 85 of file AthCommonDataStore.h.

◆ extraDeps_update_handler()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::extraDeps_update_handler ( Gaudi::Details::PropertyBase & ExtraDeps)
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

◆ extrapolateMuSA()

std::unique_ptr< xAOD::TrackParticle > Rec::MuSAVtxFitterTool::extrapolateMuSA ( const xAOD::TrackParticle & trk,
const xAOD::EventInfo & eventInfo,
const EventContext & ctx ) const

Definition at line 43 of file MuSAVtxFitterTool.cxx.

43 {
44
45 Amg::Vector3D refPos(eventInfo.beamPosX(), eventInfo.beamPosY(), eventInfo.beamPosZ());
46 Trk::PerigeeSurface persurf(refPos);
47 Trk::PropDirection propagationDirection = Trk::oppositeMomentum;
48
49 auto newTrack = std::make_unique<xAOD::TrackParticle>();
50 newTrack->makePrivateStore();
51
52 auto perigee = trk.perigeeParameters();
53 auto entryPars = m_extrapolator->extrapolate(ctx, perigee, persurf, propagationDirection, false, Trk::muon);
54
55 if (!entryPars) {
56 ATH_MSG_WARNING("Failed to back extrapolate MSTP, returning dummy!");
57 // Return a dummy track that will fail downstream cuts (extrapolations can sometimes fail due to various non-pathological reasons -- SA muons are not always high quality objects)
58 newTrack->setDefiningParameters(1.e19, 1.e19, 1.e19, 1.e19, 0);
59 return newTrack;
60 }
61
62 newTrack->setDefiningParameters(entryPars->parameters()[Trk::d0], entryPars->parameters()[Trk::z0], entryPars->parameters()[Trk::phi], entryPars->parameters()[Trk::theta], entryPars->parameters()[Trk::qOverP]);
63 newTrack->setDefiningParametersCovMatrix(*entryPars->covariance());
64 newTrack->setParametersOrigin(eventInfo.beamPosX(), eventInfo.beamPosY(), eventInfo.beamPosZ());
65
66 return newTrack;
67}
ToolHandle< Trk::IExtrapolator > m_extrapolator
float beamPosX() const
X coordinate of the beam spot position.
float beamPosZ() const
Z coordinate of the beam spot position.
float beamPosY() const
Y coordinate of the beam spot position.
const Trk::Perigee & perigeeParameters() const
Returns the Trk::MeasuredPerigee track parameters.
Eigen::Matrix< double, 3, 1 > Vector3D
PropDirection
PropDirection, enum for direction of the propagation.
@ oppositeMomentum
@ theta
Definition ParamDefs.h:66
@ qOverP
perigee
Definition ParamDefs.h:67
@ phi
Definition ParamDefs.h:75
@ z0
Definition ParamDefs.h:64

◆ initialize()

StatusCode Rec::MuSAVtxFitterTool::initialize ( )
overridevirtual

Definition at line 27 of file MuSAVtxFitterTool.cxx.

28{
29
30 ATH_CHECK(m_vertexFitter.retrieve());
31 ATH_MSG_DEBUG("Retrieved tool " << m_vertexFitter);
32
33 ATH_CHECK(m_extrapolator.retrieve());
34 ATH_MSG_DEBUG("Retrieved tool " << m_extrapolator);
35
36
37 ATH_MSG_DEBUG("Initialization successful");
38
39 return StatusCode::SUCCESS;
40
41}
#define ATH_CHECK
Evaluate an expression and check for errors.

◆ inputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< AlgTool > >::inputHandles ( ) const
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.

◆ interfaceID()

const InterfaceID & Rec::MuSAVtxFitterTool::interfaceID ( )
inlinestatic

Definition at line 30 of file MuSAVtxFitterTool.h.

30{ return IID_MuSAVtxFitterTool;}
static const InterfaceID IID_MuSAVtxFitterTool("MuSAVtxFitterTool", 1, 0)

◆ msg()

MsgStream & AthCommonMsg< AlgTool >::msg ( ) const
inlineinherited

Definition at line 24 of file AthCommonMsg.h.

24 {
25 return this->msgStream();
26 }

◆ msgLvl()

bool AthCommonMsg< AlgTool >::msgLvl ( const MSG::Level lvl) const
inlineinherited

Definition at line 30 of file AthCommonMsg.h.

30 {
31 return this->msgLevel(lvl);
32 }

◆ outputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< AlgTool > >::outputHandles ( ) const
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.

◆ renounce()

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 > AthCommonDataStore< AthCommonMsg< AlgTool > >::renounce ( T & h)
inlineprotectedinherited

Definition at line 380 of file AthCommonDataStore.h.

381 {
382 h.renounce();
384 }
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)

◆ renounceArray()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::renounceArray ( SG::VarHandleKeyArray & handlesArray)
inlineprotectedinherited

remove all handles from I/O resolution

Definition at line 364 of file AthCommonDataStore.h.

364 {
366 }

◆ selectBestVertices()

StatusCode Rec::MuSAVtxFitterTool::selectBestVertices ( std::vector< MuSAVtxFitterTool::WrkVrt > & workVerticesContainer) const

Definition at line 210 of file MuSAVtxFitterTool.cxx.

211{
212 ATH_MSG_DEBUG("MuSAVtxFitterTool::selectBestVertices");
213 //the default logic will create vertices with all possible combinations of SA muons
214 //in rare cases this will cause two MuSA vertices in one event that re-use a muon (more likely in signal models with two or more LLP BSM decays)
215 //if this occurs we can select based on the highest chi2 and remove the poorer-quality vertex from consideration
216
217 //first check if a muon is re-used in multiple vertices
218
219 if (workVerticesContainer.size() < 2) {
220 ATH_MSG_VERBOSE("Only one MuSA vertex, no need to select best!");
221 return StatusCode::SUCCESS;
222 }
223
224 //sort all the vertices by chi2 starting with the lowest
225 std::sort(workVerticesContainer.begin(), workVerticesContainer.end(), [](const MuSAVtxFitterTool::WrkVrt& v1, const MuSAVtxFitterTool::WrkVrt& v2) { return v1.chi2 < v2.chi2; });
226 ATH_MSG_VERBOSE("Sorted vertices by chi2! Lowest chi2: " << workVerticesContainer.front().chi2 << " Highest chi2: " << workVerticesContainer.back().chi2);
227
228 //starting with the lowest chi2 vertex, check its muons and remove any other vertices that use the same muons
229 for (unsigned int i = 0; i < workVerticesContainer.size(); i++) {
230 auto& vertex = workVerticesContainer.at(i);
231 if (!vertex.isGood) {
232 continue; // skip vertices we've already marked as bad
233 }
234 for (unsigned int j = i+1; j < workVerticesContainer.size(); j++) {
235 auto& otherVertex = workVerticesContainer.at(j);
236 for (const auto& muon : vertex.muonCandidates) {
237 if (std::find(otherVertex.muonCandidates.begin(), otherVertex.muonCandidates.end(), muon) != otherVertex.muonCandidates.end()) {
238 //remove the other vertex
239 ATH_MSG_VERBOSE("Found a vertex re-using a muon with chi2: " << otherVertex.chi2 << " removing from consideration!");
240 otherVertex.isGood = false;
241 }
242 }
243 }
244 }
245
246 //remove any vertices marked as bad
247 workVerticesContainer.erase(std::remove_if(workVerticesContainer.begin(), workVerticesContainer.end(),
248 [](const MuSAVtxFitterTool::WrkVrt& vtx) { return !vtx.isGood; }), workVerticesContainer.end());
249
250 return StatusCode::SUCCESS;
251
252
253}
void sort(typename DataModel_detail::iterator< DVL > beg, typename DataModel_detail::iterator< DVL > end)
Specialization of sort for DataVector/List.

◆ sysInitialize()

virtual StatusCode AthCommonDataStore< AthCommonMsg< AlgTool > >::sysInitialize ( )
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.

◆ sysStart()

virtual StatusCode AthCommonDataStore< AthCommonMsg< AlgTool > >::sysStart ( )
overridevirtualinherited

Handle START transition.

We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.

◆ updateVHKA()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::updateVHKA ( Gaudi::Details::PropertyBase & )
inlineinherited

Definition at line 308 of file AthCommonDataStore.h.

308 {
309 // debug() << "updateVHKA for property " << p.name() << " " << p.toString()
310 // << " size: " << m_vhka.size() << endmsg;
311 for (auto &a : m_vhka) {
313 for (auto k : keys) {
314 k->setOwner(this);
315 }
316 }
317 }
std::vector< SG::VarHandleKeyArray * > m_vhka

Member Data Documentation

◆ m_baseChi2Cut

DoubleProperty Rec::MuSAVtxFitterTool::m_baseChi2Cut {this, "baseChi2Cut", 50., "Maximum allowed chi2 of saved vertices"}
private

Definition at line 92 of file MuSAVtxFitterTool.h.

92{this, "baseChi2Cut", 50., "Maximum allowed chi2 of saved vertices"};

◆ m_detStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< AlgTool > >::m_detStore
privateinherited

Pointer to StoreGate (detector store by default).

Definition at line 393 of file AthCommonDataStore.h.

◆ m_doStacoRecovery

Gaudi::Property<bool> Rec::MuSAVtxFitterTool::m_doStacoRecovery {this, "doStacoRecovery", false, "Recover MS tracks from Staco-authored Combined muons with large MS-ID mismatch"}
private

Definition at line 94 of file MuSAVtxFitterTool.h.

94{this, "doStacoRecovery", false, "Recover MS tracks from Staco-authored Combined muons with large MS-ID mismatch"};

◆ m_doValidation

Gaudi::Property<bool> Rec::MuSAVtxFitterTool::m_doValidation {this, "doValidation", false, "Vertex every MSTP in input as part of validation process"}
private

Definition at line 93 of file MuSAVtxFitterTool.h.

93{this, "doValidation", false, "Vertex every MSTP in input as part of validation process"};

◆ m_etaCutMSTP

DoubleProperty Rec::MuSAVtxFitterTool::m_etaCutMSTP {this, "etaCutMSTP", 2.5, "Maximum |eta| of input MSTPs"}
private

Definition at line 91 of file MuSAVtxFitterTool.h.

91{this, "etaCutMSTP", 2.5, "Maximum |eta| of input MSTPs"};

◆ m_evtStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< AlgTool > >::m_evtStore
privateinherited

Pointer to StoreGate (event store by default).

Definition at line 390 of file AthCommonDataStore.h.

◆ m_extrapolator

ToolHandle<Trk::IExtrapolator> Rec::MuSAVtxFitterTool::m_extrapolator
private
Initial value:
{
this,"Extrapolator","Trk::Extrapolator/AtlasExtrapolator","ATLAS Extrapolator tool"}

Definition at line 88 of file MuSAVtxFitterTool.h.

88 {
89 this,"Extrapolator","Trk::Extrapolator/AtlasExtrapolator","ATLAS Extrapolator tool"};

◆ m_stacoMatchDeltaCut

DoubleProperty Rec::MuSAVtxFitterTool::m_stacoMatchDeltaCut {this, "stacoMatchDeltaCut", 0.2, "dEta or dPhi threshold between MS and ID tracks for Staco recovery"}
private

Definition at line 95 of file MuSAVtxFitterTool.h.

95{this, "stacoMatchDeltaCut", 0.2, "dEta or dPhi threshold between MS and ID tracks for Staco recovery"};

◆ m_varHandleArraysDeclared

bool AthCommonDataStore< AthCommonMsg< AlgTool > >::m_varHandleArraysDeclared
privateinherited

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vertexFitter

ToolHandle<Trk::ITrkVKalVrtFitter> Rec::MuSAVtxFitterTool::m_vertexFitter
private
Initial value:
{
this, "VertexFitterTool", "Trk::TrkVKalVrtFitter", "Vertex fitter tool"}

Definition at line 86 of file MuSAVtxFitterTool.h.

86 {
87 this, "VertexFitterTool", "Trk::TrkVKalVrtFitter", "Vertex fitter tool"};

◆ m_vhka

std::vector<SG::VarHandleKeyArray*> AthCommonDataStore< AthCommonMsg< AlgTool > >::m_vhka
privateinherited

Definition at line 398 of file AthCommonDataStore.h.


The documentation for this class was generated from the following files: