ATLAS Offline Software
Loading...
Searching...
No Matches
InDet::SiSPSeededTrackFinder Class Reference

Class-algorithm for track finding in Pixels and SCT initiated by space points seeds. More...

#include <SiSPSeededTrackFinder.h>

Inheritance diagram for InDet::SiSPSeededTrackFinder:

Classes

class  Counter_t
 For counters. More...

Public Member Functions

virtual StatusCode sysInitialize () override
 Override sysInitialize.
virtual StatusCode sysExecute (const EventContext &ctx) override
 Execute an algorithm.
virtual const DataObjIDColl & extraOutputDeps () const override
 Return the list of extra output dependencies.
virtual bool filterPassed (const EventContext &ctx) const
 Get filter decision:
virtual void setFilterPassed (bool state, const EventContext &ctx) const
 Set filter decision:
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 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

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.
Print internal tool parameters and status
MsgStream & dump (MSG::Level lvl, const SiSPSeededTrackFinder::Counter_t *) const
MsgStream & dumptools (MsgStream &out) const
MsgStream & dumpevent (MsgStream &out, const SiSPSeededTrackFinder::Counter_t &counter) const
bool isGoodEvent (const EventContext &ctx) const
 EventContext is used to specify which event.
void filterSharedTracks (std::multimap< double, Trk::Track * > &scoredTracks) const
 cleans up the collection of quality filtered tracks.
void filterSharedTracksFast (std::multimap< double, Trk::Track * > &scoredTracks) const
void fillZHistogram (const EventContext &ctx, const Trk::Track *Tr, const Trk::PerigeeSurface &beamlinePerigee, std::vector< int > &numberWeightedhistogram, std::vector< double > &zWeightedHistogram, std::vector< double > &ptWeightedHistogram) const
 fills three z0 histograms (non-weighted, weighted by z, and weighted by pt) with the track z at the beam line estimated using the innermost measurement.
void findZvertex (std::list< Trk::Vertex > &vertexList, std::pair< double, double > &zBoundaries, const std::vector< int > &numberWeightedhistogram, const std::vector< double > &zWeightedHistogram, const std::vector< double > &ptWeightedHistogram) const
 estimates a set of vertex positions and a z interval for the second track finding pass using the input histograms populated using fillZHistogram.
StatusCode oldStrategy (const EventContext &ctx) const
 this method performs the track finding using the old strategy
StatusCode newStrategy (const EventContext &ctx) const
 this method performs the track finding using the new strategy
StatusCode itkFastTrackingStrategy (const EventContext &ctx) const
 EventContext is used to specify which event.
StatusCode itkConvStrategy (const EventContext &ctx) const
 EventContext is used to specify which event.
void magneticFieldInit ()
bool passEtaDepCuts (const Trk::Track *track, int nClusters, int nFreeClusters, int nPixels) const
void collectGBTSTrainingData (const Trk::Track *) const
void dumpGBTSTrainingData () const

Protected Attributes

Flags to configure SiSPSeededTrackFinder
BooleanProperty m_useZvertexTool {this, "useZvertexTool", true}
BooleanProperty m_writeHolesFromPattern {this, "writeHolesFromPattern", false,"Flag to activate writing hole info from the pattern recognition"}
BooleanProperty m_useMBTS {this, "useMBTSTimeDiff", false}
BooleanProperty m_useNewStrategy {this, "useNewStrategy", false}
BooleanProperty m_useZBoundaryFinding {this, "useZBoundFinding", false}
BooleanProperty m_ITKGeometry {this, "ITKGeometry", false, "Flag to specify if it is ITK geometry"}
BooleanProperty m_useITkConvSeeded {this, "useITkConvSeeded", false, "ITk EM-seeded conversion reco"}
BooleanProperty m_doFastTracking {this, "doFastTracking", false, "ITk fast tracking reco"}
IntegerProperty m_maxNumberSeeds {this, "maxNumberSeeds", 3000000, "Max. number used seeds"}
BooleanProperty m_alwaysProtectAgainstBusyEvent {this, "alwaysProtectAgainstBusyEvents", false, "Flag that enables checking always maxNumberPIXsp and maxNumberSCTsp"}
IntegerProperty m_maxPIXsp {this, "maxNumberPIXsp", 150000, "Max. number pixels space points"}
IntegerProperty m_maxSCTsp {this, "maxNumberSCTsp", 500000, "Max. number sct space points"}
IntegerProperty m_nfreeCut {this, "FreeClustersCut", 1, "Min number free clusters"}
IntegerProperty m_histsize {this, "HistSize", 1400}
IntegerProperty m_nvertex {this, "maxVertices", 4}
DoubleProperty m_zcut {this, "Zcut", 350.}
DoubleProperty m_deltaEta {this, "dEtaCaloRoI", .1}
DoubleProperty m_deltaPhi {this, "dPhiCaloRoI", .25}
DoubleProperty m_deltaZ {this, "dZCaloRoI", 300.}
StringProperty m_fieldmode {this, "MagneticFieldMode", "MapSolenoid"}
BooleanProperty m_doDumpGBTSTrainingData {this, "doDumpGBTSTrainingData", false, "write training data used to create GBTS connection table"}
BooleanProperty m_doDumpGBTSTrainingDataLRT {this, "doDumpGBTSTrainingDataLRT", false, "write LRT training data used to create GBTS connection table"}
BooleanProperty m_removeShortSegments {this, "removeShortSegments", false, "remove short segments from GBTS connection table"}
StringProperty m_GBTSTrainingDataFileName {this, "GBTSTrainingDataFileName", "layer_connection_table.csv", "file to write training data used to create GBTS connection table"}
Data members for new strategy reconstruction
double m_pTcut {500}
double m_imcut {2.}
double m_zstep {0.}
Data handles for StoreGate access in AthenaMT
SG::ReadHandleKey< xAOD::EventInfom_evtKey {this, "EventInfoKey", "EventInfo"}
SG::ReadHandleKey< SpacePointContainerm_SpacePointsSCTKey {this, "SpacePointsSCTName", "SCT_SpacePoints"}
SG::ReadHandleKey< SpacePointContainerm_SpacePointsPixelKey {this, "SpacePointsPixelName", "PixelSpacePoints"}
SG::ReadHandleKey< Trk::PRDtoTrackMapm_prdToTrackMap {this,"PRDtoTrackMap",""}
SG::ReadHandleKey< ROIPhiRZContainerm_caloClusterROIKey {this, "EMROIPhiRZContainer", "InDetCaloClusterROIPhiRZ15GeVUnordered", "Name of the calo cluster ROIs in Phi,R,Z parameterization"}
SG::ReadCondHandleKey< InDet::BeamSpotDatam_beamSpotKey {this, "BeamSpotKey", "BeamSpotData", "SG key for beam spot"}
SG::ReadDecorHandleKey< xAOD::EventInfom_mbtsKey {this, "MBTSKey", m_evtKey, "MBTSBackground"}
SG::WriteHandleKey< TrackCollectionm_outputTracksKey {this, "TracksLocation", "SiSPSeededTracks"}
Tool handles
ToolHandle< ISiSpacePointsSeedMakerm_seedsmaker {this, "SeedsTool", "InDet::SiSpacePointsSeedMaker_ATLxk/InDetSpSeedsMaker", "Space poins seed maker"}
ToolHandle< ISiZvertexMakerm_zvertexmaker {this, "ZvertexTool", "InDet::SiZvertexMaker_xk/InDetSiZvertexMaker", "Space poins z-vertex maker"}
ToolHandle< ISiTrackMakerm_trackmaker {this, "TrackTool", "InDet::SiTrackMaker_xk/InDetSiTrackMaker", "Track maker"}
PublicToolHandle< Trk::IPatternParametersPropagatorm_proptool {this, "PropagatorTool", "Trk::RungeKuttaPropagator/InDetPropagator"}
ToolHandle< Trk::IExtendedTrackSummaryToolm_trackSummaryTool {this, "TrackSummaryTool", "InDetTrackSummaryToolNoHoleSearch"}
ToolHandle< IRegSelToolm_regsel_strip { this, "RegSelTool_Strip", "RegSelTool/RegSelTool_SCT" }
Magnetic field properties
Trk::MagneticFieldProperties m_fieldprop
Service handles
ServiceHandle< IInDetEtaDependentCutsSvcm_etaDependentCutsSvc {this, "InDetEtaDependentCutsSvc", "InDetEtaDependentCutsSvc"}
 service to get cut values depending on different variable
Counters
Counter_t m_counterTotal ATLAS_THREAD_SAFE {}
std::atomic_int m_neventsTotal {0}
 Number events.
std::atomic_int m_neventsTotalV {0}
 Number events.
std::atomic_int m_problemsTotal {0}
 Number events with number seeds > maxNumber.
std::atomic_int m_problemsTotalV {0}
 Number events with number seeds > maxNumber.
std::mutex m_GBTSTrainingDataMutex
std::map< int, std::map< int, unsigned long > > m_GBTSTrainingData ATLAS_THREAD_SAFE
std::atomic_ulong m_numGBTSTrainingData {0}

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

DataObjIDColl m_extendedExtraObjects
 Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
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

Standard Algotithm methods

enum  ECounter { kNSeeds , kNTracks , kNCounter }
 enums for Counter_t More...
 SiSPSeededTrackFinder (const std::string &name, ISvcLocator *pSvcLocator)
 Constructor.
virtual ~SiSPSeededTrackFinder ()=default
virtual StatusCode initialize () override
 Initialisation.
virtual StatusCode execute (const EventContext &ctx) const override
 Execute.
virtual StatusCode finalize () override
virtual bool isClonable () const override
 Make this algorithm clonable.

Detailed Description

Class-algorithm for track finding in Pixels and SCT initiated by space points seeds.

Definition at line 48 of file SiSPSeededTrackFinder.h.

Member Typedef Documentation

◆ StoreGateSvc_t

typedef ServiceHandle<StoreGateSvc> AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::StoreGateSvc_t
privateinherited

Definition at line 388 of file AthCommonDataStore.h.

Member Enumeration Documentation

◆ ECounter

Constructor & Destructor Documentation

◆ SiSPSeededTrackFinder()

InDet::SiSPSeededTrackFinder::SiSPSeededTrackFinder ( const std::string & name,
ISvcLocator * pSvcLocator )

Constructor.

Definition at line 70 of file SiSPSeededTrackFinder.cxx.

71 : AthReentrantAlgorithm(name, pSvcLocator)
72{
73}

◆ ~SiSPSeededTrackFinder()

virtual InDet::SiSPSeededTrackFinder::~SiSPSeededTrackFinder ( )
virtualdefault

Member Function Documentation

◆ collectGBTSTrainingData()

void InDet::SiSPSeededTrackFinder::collectGBTSTrainingData ( const Trk::Track * track) const
protected

Definition at line 1157 of file SiSPSeededTrackFinder.cxx.

1157 {
1158
1159 struct VLM_Data {
1160 int vol_id, lay_id, mod_id;
1161 float m_x, m_y, m_z;
1162 };
1163
1164 const PixelID* IDp = 0;
1165 const SCT_ID* IDs = 0;
1166
1167 if (detStore()->retrieve(IDp, "PixelID").isFailure()) {
1168 ATH_MSG_FATAL("Could not get Pixel ID helper");
1169 }
1170
1171 if (detStore()->retrieve(IDs, "SCT_ID").isFailure()) {
1172 ATH_MSG_FATAL("Could not get SCT ID helper");
1173 }
1174
1175 if (!IDs && !IDp) return;
1176
1178
1179 std::vector<VLM_Data> vlm;
1180
1181 for (const auto* s : *track->trackStateOnSurfaces()) {
1182 if (!s->type(Trk::TrackStateOnSurface::Measurement)) continue;
1183
1184 const Trk::MeasurementBase* mb = s->measurementOnTrack();
1185 if (!mb) continue;
1186
1187 const Trk::RIO_OnTrack* ri = dynamic_cast<const Trk::RIO_OnTrack*>(mb);
1188 if (!ri) continue;
1189
1190 const Trk::PrepRawData* rd = ri->prepRawData();
1191 if (!rd) continue;
1192
1193 const InDet::SiCluster* si = dynamic_cast<const InDet::SiCluster*>(rd);
1194 if (!si) continue;
1195
1196 const Amg::Vector3D& pos = s->trackParameters()->position();
1197
1198 if (dynamic_cast<const InDet::PixelCluster*>(si)) { // Pixel
1199
1200 Identifier id = si->identify();
1201
1202 int bec = IDp->barrel_ec(id);
1203
1204 int vol_id = 8;
1205
1206 if (bec == -2) vol_id = 7;
1207 if (bec == 2) vol_id = 9;
1208
1209 if (bec < -2 || bec > 2) continue;
1210
1211 int lay_id = IDp->layer_disk(id);
1212 int eta_mod = IDp->eta_module(id);
1213 int phi_mod = IDp->phi_module(id);
1214
1215 Identifier wafer_id = IDp->wafer_id(bec, lay_id, phi_mod, eta_mod);
1216
1217 int mod_id = IDp->wafer_hash(wafer_id);
1218
1219 int new_vol = 0, new_lay = 0;
1220
1221 if (vol_id == 7 || vol_id == 9) {
1222 new_vol = 10 * vol_id + lay_id;
1223 new_lay = eta_mod;
1224 } else if (vol_id == 8) {
1225 new_lay = 0;
1226 new_vol = 10 * vol_id + lay_id;
1227 }
1228 if (vol_id != 0)
1229 vlm.emplace_back(new_vol, new_lay, mod_id, pos.x(), pos.y(), pos.z());
1230 }
1231
1232 if (IDs && dynamic_cast<const InDet::SCT_Cluster*>(si)) { // SCT
1233
1234 Identifier id = si->identify();
1235
1236 int bec = IDs->barrel_ec(id);
1237
1238 int vol_id = 13;
1239
1240 if (bec < 0) vol_id = 12;
1241 if (bec > 0) vol_id = 14;
1242
1243 int lay_id = IDs->layer_disk(id);
1244 int eta_mod = IDs->eta_module(id);
1245 int phi_mod = IDs->phi_module(id);
1246 int side = IDs->side(id);
1247
1248 Identifier wafer_id = IDs->wafer_id(bec, lay_id, phi_mod, eta_mod, side);
1249
1250 int mod_id = IDs->wafer_hash(wafer_id);
1251
1252 vlm.emplace_back(vol_id, lay_id, mod_id, pos.x(), pos.y(), pos.z());
1253 }
1254 }
1255
1256 // remove single-strip cases where no spacepoint exists
1257
1258 std::vector<VLM_Data> vlm2;
1259
1260 for (std::size_t it1 = 0; it1 < vlm.size() - 1; it1++) {
1261 if (vlm.at(it1).vol_id > 14) { // Pixels
1262 vlm2.push_back(vlm.at(it1));
1263 continue;
1264 }
1265
1266 std::size_t it2 = it1 + 1;
1267
1268 int src = vlm.at(it1).vol_id * 1000 + vlm.at(it1).lay_id;
1269 int dst = vlm.at(it2).vol_id * 1000 + vlm.at(it2).lay_id;
1270
1271 if (src == dst) { // a spacepoint can be formed
1272 vlm2.push_back(vlm.at(it1));
1273 vlm2.push_back(vlm.at(it2));
1274 it1 = it2;
1275 continue;
1276 }
1277 }
1278
1279 // remove track segments which are too short
1281
1282 constexpr float minDist = 20.0;
1283
1284 for (auto it = std::next(vlm2.begin()); it != vlm2.end(); ) {
1285 auto jt = std::prev(it);
1286 float dx = it->m_x - jt->m_x;
1287 float dy = it->m_y - jt->m_y;
1288 float dz = it->m_z - jt->m_z;
1289
1290 float dist = std::sqrt(dx*dx + dy*dy + dz*dz);
1291
1292 if (dist < minDist) it = vlm2.erase(it);
1293 else ++it;
1294 }
1295 }
1296
1297 std::scoped_lock trainingDataLock(m_GBTSTrainingDataMutex);
1298
1299 for (std::size_t it1 = 0; it1 < vlm2.size() - 1; ++it1) {
1300 std::size_t it2 = it1 + 1;
1301
1302 int src = vlm2.at(it1).vol_id * 1000 + vlm2.at(it1).lay_id;
1303 int dst = vlm2.at(it2).vol_id * 1000 + vlm2.at(it2).lay_id;
1304
1305 if (src != dst) { // skip the same layer
1306 auto [im1, new1] = m_GBTSTrainingData.insert({src, {}});
1307 auto [im2, new2] = im1->second.insert({dst, 1ul});
1308 if (!new2) im2->second++;
1309 }
1310 }
1311}
#define ATH_MSG_FATAL(x)
const ServiceHandle< StoreGateSvc > & detStore() const
int layer_disk(const Identifier &id) const
Definition PixelID.h:602
Identifier wafer_id(int barrel_ec, int layer_disk, int phi_module, int eta_module) const
For a single crystal.
Definition PixelID.h:355
int barrel_ec(const Identifier &id) const
Values of different levels (failure returns 0).
Definition PixelID.h:595
IdentifierHash wafer_hash(Identifier wafer_id) const
wafer hash from id
Definition PixelID.h:378
int eta_module(const Identifier &id) const
Definition PixelID.h:627
int phi_module(const Identifier &id) const
Definition PixelID.h:620
int layer_disk(const Identifier &id) const
Definition SCT_ID.h:687
int side(const Identifier &id) const
Definition SCT_ID.h:705
IdentifierHash wafer_hash(const Identifier &wafer_id) const
wafer hash from id - optimized
Definition SCT_ID.h:487
Identifier wafer_id(int barrel_ec, int layer_disk, int phi_module, int eta_module, int side) const
For a single side of module.
Definition SCT_ID.h:459
int phi_module(const Identifier &id) const
Definition SCT_ID.h:693
int barrel_ec(const Identifier &id) const
Values of different levels (failure returns 0).
Definition SCT_ID.h:681
int eta_module(const Identifier &id) const
Definition SCT_ID.h:699
Identifier identify() const
return the identifier
virtual const Trk::PrepRawData * prepRawData() const =0
returns the PrepRawData (also known as RIO) object to which this RIO_OnTrack is associated.
@ Measurement
This is a measurement, and will at least contain a Trk::MeasurementBase.
Eigen::Matrix< double, 3, 1 > Vector3D

◆ declareGaudiProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::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< Gaudi::Algorithm > >::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< Gaudi::Algorithm > >::detStore ( ) const
inlineinherited

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

Definition at line 95 of file AthCommonDataStore.h.

◆ dump()

MsgStream & InDet::SiSPSeededTrackFinder::dump ( MSG::Level lvl,
const SiSPSeededTrackFinder::Counter_t * counter ) const
protected

Definition at line 748 of file SiSPSeededTrackFinder.cxx.

749{
750 msg(assign_level) <<std::endl;
751 MsgStream& out_msg=msg();
752 if (counter) dumpevent(out_msg ,*counter);
753 else dumptools(out_msg);
754 out_msg << endmsg;
755 return out_msg;
756}
#define endmsg
MsgStream & dumptools(MsgStream &out) const
MsgStream & dumpevent(MsgStream &out, const SiSPSeededTrackFinder::Counter_t &counter) const

◆ dumpevent()

MsgStream & InDet::SiSPSeededTrackFinder::dumpevent ( MsgStream & out,
const SiSPSeededTrackFinder::Counter_t & counter ) const
protected

Definition at line 802 of file SiSPSeededTrackFinder.cxx.

803{
804 out<<"|-------------------------------------------------------------------";
805 out<<"---------------------------------|"
806 <<std::endl;
807 out<<"| Investigated "
808 <<std::setw(9)<<counter[kNSeeds]<<" space points seeds and found ";
809 out<<std::setw(9)<<counter[kNTracks];
810 if (m_ITKGeometry ) out<<" tracks using new strategy for ITK |"<<std::endl;
811 else if (m_useNewStrategy ) out<<" tracks using new strategy ("<<std::setw(2)<< m_nvertex <<") |"<<std::endl;
812 else if (m_useZBoundaryFinding) out<<" tracks using old strategy with Zb |"<<std::endl;
813 else out<<" tracks using old strategy |"<<std::endl;
814
815 out<<"|-------------------------------------------------------------------";
816 out<<"---------------------------------|"
817 <<std::endl;
819 out<<"| Events "
820 <<std::setw(7)<<m_neventsTotal <<" without Z-vertz "
821 <<std::setw(7)<<m_neventsTotalV <<" with Z-vertex |"
822 <<std::endl;
823 out<<"| Problems "
824 <<std::setw(7)<<m_problemsTotal <<" without Z-vertz "
825 <<std::setw(7)<<m_problemsTotalV <<" with Z-vertex |"
826 <<std::endl;
827 out<<"|-------------------------------------------------------------------";
828 out<<"-----------------------------|"
829 <<std::endl;
830 }
831 return out;
832}
std::atomic_int m_problemsTotal
Number events with number seeds > maxNumber.
std::atomic_int m_problemsTotalV
Number events with number seeds > maxNumber.
std::atomic_int m_neventsTotalV
Number events.
std::atomic_int m_neventsTotal
Number events.

◆ dumpGBTSTrainingData()

void InDet::SiSPSeededTrackFinder::dumpGBTSTrainingData ( ) const
protected

Definition at line 1313 of file SiSPSeededTrackFinder.cxx.

1313 {
1314 std::ofstream tableFile(m_GBTSTrainingDataFileName);
1315 tableFile << "from,to,probability,flow\n";
1316
1317 unsigned long nTotal = 0;
1318 for (const auto& [src, conns] : m_GBTSTrainingData) {
1319 unsigned long nTotalDst = 0;
1320 for (const auto& [dst, n] : conns) {
1321 nTotalDst += n;
1322 }
1323 nTotal += nTotalDst;
1324 if (nTotalDst == 0) [[unlikely]] {
1325 throw std::runtime_error("InDet::SiSPSeededTrackFinder::dumpGBTSTrainingData: nTotalDst divisor is zero");
1326 }
1327 for (const auto& [dst, n] : conns) {
1328 double prob = double(n) / double(nTotalDst);
1329 tableFile << src << ", " << dst << ", " << std::fixed << std::setprecision(6) << prob << ", " << prob << '\n';
1330 }
1331 }
1332 ATH_MSG_INFO("GBTS training data from " << m_numGBTSTrainingData << " tracks with " << nTotal << " pairs written to " << m_GBTSTrainingDataFileName.value());
1333}
#define ATH_MSG_INFO(x)
#define unlikely(x)

◆ dumptools()

MsgStream & InDet::SiSPSeededTrackFinder::dumptools ( MsgStream & out) const
protected

Definition at line 762 of file SiSPSeededTrackFinder.cxx.

763{
764 int n = 65-m_zvertexmaker.type().size();
765 std::string s1; for (int i=0; i<n; ++i) s1.append(" "); s1.append("|");
766 n = 65-m_seedsmaker.type().size();
767 std::string s2; for (int i=0; i<n; ++i) s2.append(" "); s2.append("|");
768 n = 65-m_trackmaker.type().size();
769 std::string s3; for (int i=0; i<n; ++i) s3.append(" "); s3.append("|");
770 n = 65-m_outputTracksKey.key().size();
771 std::string s4; for (int i=0; i<n; ++i) s4.append(" "); s4.append("|");
772
773 std::string s5;
774 if (m_useZvertexTool) s5= "Yes"; else s5 = "No";
775 n = 65-s5.size(); for (int i=0; i<n; ++i) s5.append(" "); s5.append("|");
776
777 out<<"|----------------------------------------------------------------"
778 <<"----------------------------------------------------|"
779 <<std::endl;
780 out<<"| Use primary vertices z-coordinates finding?| "<<s5
781 <<std::endl;
782 if (m_useZvertexTool) {
783 out<<"| Tool for primary vertices z-coordinates finding | "<<m_zvertexmaker.type()<<s1
784 <<std::endl;
785 }
786 out<<"| Tool for space points seeds finding | "<<m_seedsmaker.type()<<s2
787 <<std::endl;
788 out<<"| Tool for space points seeded track finding | "<<m_trackmaker.type()<<s3
789 <<std::endl;
790 out<<"| Location of output tracks | "<<m_outputTracksKey.key()<<s4
791 <<std::endl;
792 out<<"|----------------------------------------------------------------"
793 <<"----------------------------------------------------|"
794 <<std::endl;
795 return out;
796}
ToolHandle< ISiTrackMaker > m_trackmaker
SG::WriteHandleKey< TrackCollection > m_outputTracksKey
ToolHandle< ISiZvertexMaker > m_zvertexmaker
ToolHandle< ISiSpacePointsSeedMaker > m_seedsmaker

◆ evtStore()

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

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

Definition at line 85 of file AthCommonDataStore.h.

◆ execute()

StatusCode InDet::SiSPSeededTrackFinder::execute ( const EventContext & ctx) const
overridevirtual

Execute.

Note that !m_useNewStrategy alone is NOT sufficient to trigger the oldStrategy call here! For example, run-3 central offline Si tracking has m_useNewStrategy=false, but m_useZBoundaryFinding true --> newStrategy

Definition at line 147 of file SiSPSeededTrackFinder.cxx.

148{
154 else if (m_useITkConvSeeded) return itkConvStrategy(ctx);
155 else if (not m_useNewStrategy and not m_useZBoundaryFinding and not m_ITKGeometry) {
156 return oldStrategy(ctx);
157 }
158 return newStrategy(ctx);
159}
StatusCode itkFastTrackingStrategy(const EventContext &ctx) const
EventContext is used to specify which event.
StatusCode itkConvStrategy(const EventContext &ctx) const
EventContext is used to specify which event.
StatusCode newStrategy(const EventContext &ctx) const
this method performs the track finding using the new strategy
StatusCode oldStrategy(const EventContext &ctx) const
this method performs the track finding using the old strategy

◆ extraDeps_update_handler()

void AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::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

◆ extraOutputDeps()

const DataObjIDColl & AthCommonAlgorithm< Gaudi::Algorithm >::extraOutputDeps ( ) const
overridevirtualinherited

Return the list of extra output dependencies.

This list is extended to include symlinks implied by inheritance relations.

Definition at line 89 of file AthCommonAlgorithm.cxx.

54{
55 // If we didn't find any symlinks to add, just return the collection
56 // from the base class. Otherwise, return the extended collection.
57 if (!m_extendedExtraObjects.empty()) {
59 }
61}
Common base class for algorithms.

◆ fillZHistogram()

void InDet::SiSPSeededTrackFinder::fillZHistogram ( const EventContext & ctx,
const Trk::Track * Tr,
const Trk::PerigeeSurface & beamlinePerigee,
std::vector< int > & numberWeightedhistogram,
std::vector< double > & zWeightedHistogram,
std::vector< double > & ptWeightedHistogram ) const
protected

fills three z0 histograms (non-weighted, weighted by z, and weighted by pt) with the track z at the beam line estimated using the innermost measurement.

the first two parameters are input, the other three output.

Parameters
[in]ctxcurrent EventContext
[in]TrTrack candidate to fill
[in]beamlinePerigeePerigee surface corresponding to the beam spot
[out]numberWeightedhistogramvector representing a histogram in z, counting the tracks per bin
[out]zWeightedHistogramvector representing a histogram in z, counting the tracks per bin weighted by their z values
[out]ptWeightedHistogramvector representing a histogram in z, counting the tracks per bin weighted by their pt values

only take into accounts tracks with a hit inside r < 60mm

propagate from innermost hit to beam spot

determine bin number - m_zstep is the inverse bin width, where the histo axis extends from -m_zcut to +m_zcut

fill histograms if we are not in the over/underflow

simple z histogram, counting tracks per z

z weighted histogram binned in z - used for vertex z calculation

pt weighted histogram binned in z - used for vertex sumpt calculation

Definition at line 997 of file SiSPSeededTrackFinder.cxx.

1003{
1004
1005 if (Tr->measurementsOnTrack()->size() < 10) return;
1006
1007 const Trk::TrackParameters* paramsAtFirstSurface = Tr->trackStateOnSurfaces()->front()->trackParameters();
1008 Amg::Vector3D position = paramsAtFirstSurface->position() ;
1009 Amg::Vector3D momentum = paramsAtFirstSurface->momentum() ;
1010
1012 constexpr double rSquare_max_forZHisto = 60.*60.;
1013 if (position.x()*position.x()+position.y()*position.y() >= rSquare_max_forZHisto) return;
1014
1015 double pT = sqrt(momentum.x()*momentum.x()+momentum.y()*momentum.y());
1016 if (pT < m_pTcut) return;
1017
1018 Trk::PatternTrackParameters TP;
1019 if (not TP.production(paramsAtFirstSurface)) return;
1020
1021 double step;
1023 if (not m_proptool->propagate(ctx,
1024 TP, beamPosPerigee, TP, Trk::anyDirection, m_fieldprop, step, Trk::pion)) return;
1025
1026 const AmgVector(5)& parsAtBeamSpot = TP.parameters();
1027 if (std::abs(parsAtBeamSpot[0]) > m_imcut) return;
1029 int z = static_cast<int>((parsAtBeamSpot[1]+m_zcut)*m_zstep);
1031 if (z >=0 and z < m_histsize) {
1033 ++numberHistogram[z];
1035 zWeightedHistogram[z] += parsAtBeamSpot[1];
1037 ptWeightedHistogram[z] += pT;
1038 }
1039
1040}
#define AmgVector(rows)
#define z
const T * front() const
Access the first element in the collection as an rvalue.
PublicToolHandle< Trk::IPatternParametersPropagator > m_proptool
Trk::MagneticFieldProperties m_fieldprop
const Amg::Vector3D & momentum() const
Access method for the momentum.
const Amg::Vector3D & position() const
Access method for the position.
bool production(const TrackParameters *)
const TrackParameters * trackParameters() const
return ptr to trackparameters const overload
const Trk::TrackStates * trackStateOnSurfaces() const
return a pointer to a const DataVector of const TrackStateOnSurfaces.
const DataVector< const MeasurementBase > * measurementsOnTrack() const
return a pointer to a vector of MeasurementBase (NOT including any that come from outliers).
@ anyDirection
const Amg::Vector3D & position() const
Method to retrieve the position of the Intersection.
ParametersBase< TrackParametersDim, Charged > TrackParameters

◆ filterPassed()

virtual bool AthCommonAlgorithm< Gaudi::Algorithm >::filterPassed ( const EventContext & ctx) const
inlinevirtualinherited

Get filter decision:

Definition at line 93 of file AthCommonAlgorithm.h.

93 {
94 return execState( ctx ).filterPassed();
95 }
virtual bool filterPassed(const EventContext &ctx) const
Get filter decision:

◆ filterSharedTracks()

void InDet::SiSPSeededTrackFinder::filterSharedTracks ( std::multimap< double, Trk::Track * > & scoredTracks) const
protected

cleans up the collection of quality filtered tracks.

Candidates which share most of their hits (steered by m_freeCut) with higher quality candidates are erased from the multimap

Parameters
[in,out]scoredTracksTrack candidates, sorted by by score, best scored first (implemented by assigning negative sign to scores)

loop over all track candidates, sorted by quality

loop over measurements on the track candidate

get the PRD from the measurement

increase cluster count

and check if the cluster was already used in a previous ( = higher quality) track

if not, record as a free (not prevously used) cluster

check if the track has the minimum number of free clusters or if it has no shared clusters

if this is fulfilled, we keep the candidate add the free clusters to our cluster set

if we do not keep the track, clean up candidate

Definition at line 889 of file SiSPSeededTrackFinder.cxx.

890{
891 std::set<const Trk::PrepRawData*> clusters;
892
893 std::vector<const Trk::PrepRawData*> freeClusters;
894 freeClusters.reserve(15);
895
896 std::multimap<double, Trk::Track*>::iterator it_qualityAndTrack = qualitySortedTracks.begin();
897
899 while (it_qualityAndTrack!=qualitySortedTracks.end()) {
900 freeClusters.clear();
901
902 std::set<const Trk::PrepRawData*>::iterator it_clustersEnd = clusters.end();
903
904 int nClusters = 0;
906 for (const Trk::MeasurementBase* m: *((*it_qualityAndTrack).second->measurementsOnTrack())) {
907
909 const Trk::PrepRawData* pr = (static_cast<const Trk::RIO_OnTrack*>(m))->prepRawData();
910 if (pr) {
912 ++nClusters;
914 if (clusters.find(pr)==it_clustersEnd) {
916 freeClusters.push_back(pr);
917 }
918 }
919 }
920
922 int nFreeClusters = static_cast<int>(freeClusters.size());
923 if (nFreeClusters >= m_nfreeCut || nFreeClusters==nClusters) {
926 clusters.insert(freeClusters.begin(), freeClusters.end());
927 ++it_qualityAndTrack;
928 } else {
930 delete (*it_qualityAndTrack).second;
931 qualitySortedTracks.erase(it_qualityAndTrack++);
932 }
933 }
934}

◆ filterSharedTracksFast()

void InDet::SiSPSeededTrackFinder::filterSharedTracksFast ( std::multimap< double, Trk::Track * > & scoredTracks) const
protected

loop over all track candidates, sorted by quality

loop over track states on surface of the track candidate

get the PRD from the measurement

increase cluster count

and check if the cluster was already used in a previous ( = higher quality) track

if not, record as a free (not prevously used) cluster

add the free clusters to our cluster set

if this is fulfilled, we keep the candidate

if we do not keep the track, clean up candidate

Definition at line 937 of file SiSPSeededTrackFinder.cxx.

938{
939 std::set<const Trk::PrepRawData*> clusters;
940
941 std::vector<const Trk::PrepRawData*> freeClusters;
942 freeClusters.reserve(15);
943
944 std::multimap<double, Trk::Track*>::iterator it_qualityAndTrack = qualitySortedTracks.begin();
945
947 while (it_qualityAndTrack!=qualitySortedTracks.end()) {
948 freeClusters.clear();
949
950 std::set<const Trk::PrepRawData*>::iterator it_clustersEnd = clusters.end();
951
952 int nClusters = 0;
953 int nPixels = 0;
955 for (const Trk::TrackStateOnSurface* tsos: *((*it_qualityAndTrack).second->trackStateOnSurfaces())) {
956
957 if(!tsos->type(Trk::TrackStateOnSurface::Measurement)) continue;
958 const Trk::FitQualityOnSurface fq = tsos->fitQualityOnSurface();
959 if(!fq) continue;
960 if(fq.numberDoF() == 2) ++nPixels;
961
963 const Trk::MeasurementBase* mb = tsos->measurementOnTrack();
964 const Trk::RIO_OnTrack* ri = dynamic_cast<const Trk::RIO_OnTrack*>(mb);
965 if(!ri) continue;
966 const Trk::PrepRawData* pr = ri->prepRawData();
967 if (pr) {
969 ++nClusters;
971 if (clusters.find(pr)==it_clustersEnd) {
973 freeClusters.push_back(pr);
974 }
975 }
976 }
977
979 clusters.insert(freeClusters.begin(), freeClusters.end());
980
981 int nFreeClusters = static_cast<int>(freeClusters.size());
982 if( passEtaDepCuts( (*it_qualityAndTrack).second, nClusters, nFreeClusters, nPixels) ){
984 ++it_qualityAndTrack;
985 } else {
987 delete (*it_qualityAndTrack).second;
988 qualitySortedTracks.erase(it_qualityAndTrack++);
989 }
990 }
991}
bool passEtaDepCuts(const Trk::Track *track, int nClusters, int nFreeClusters, int nPixels) const
int numberDoF() const
returns the number of degrees of freedom of the overall track or vertex fit as integer
Definition FitQuality.h:60

◆ finalize()

StatusCode InDet::SiSPSeededTrackFinder::finalize ( )
overridevirtual

Definition at line 733 of file SiSPSeededTrackFinder.cxx.

734{
735
736 dump(MSG::INFO, &m_counterTotal);
737
740 }
741 return StatusCode::SUCCESS;
742}
MsgStream & dump(MSG::Level lvl, const SiSPSeededTrackFinder::Counter_t *) const

◆ findZvertex()

void InDet::SiSPSeededTrackFinder::findZvertex ( std::list< Trk::Vertex > & vertexList,
std::pair< double, double > & zBoundaries,
const std::vector< int > & numberWeightedhistogram,
const std::vector< double > & zWeightedHistogram,
const std::vector< double > & ptWeightedHistogram ) const
protected

estimates a set of vertex positions and a z interval for the second track finding pass using the input histograms populated using fillZHistogram.

the first two arguments serve as output, while the three histograms are input.

Parameters
[out]vertexList- will be populated with vertex candidates if m_useNewStrategy is set
[out]zBoundaries- will be populated with edges of a z interval corresponding to the estimated vertex locations
[in]numberWeightedhistogramvector representing a histogram in z, counting the tracks per bin
[in]zWeightedHistogramvector representing a histogram in z, counting the tracks per bin weighted by their z values
[in]ptWeightedHistogramvector representing a histogram in z, counting the tracks per bin weighted by their pt values

loop over the bins in z. Start with the second, end with the second to last, as we investigate triplets of bins

total entries in the three neighbouring bins

if we have at least 3 tracks in this z0 interval with the peak of the local triplet in the central bin, add a vertex candidate

vertex z estimate as the mean z0 of the tracks in the three bins

if this vertex is to the left of the lower edge or the right of the upper edge, broaden the z interval accordingly to include this vertex.

also get the sum(pt) of the vertex candidate

stop when we have collected the requested number of leading vertices

insert one vertex from the ntracks-sorted list and one from the pt-sorted list. If both are the same, only one insertion is performed

if we did not find any PV candidates, assume a very wide interval

otherwise, add a reasonable bit of space on each side of the first / last vertex candidate

Definition at line 1046 of file SiSPSeededTrackFinder.cxx.

1051{
1052 zBoundaries = {1000., -1000};
1053
1054 std::multimap<int ,double> vertexZ_sortedByNtracks;
1055 std::multimap<double,double> vertexZ_sortedBySumPt;
1056
1057 int lastBin = m_histsize-1;
1058 int minBinContentSum = 3;
1059
1061 for (int binIndex=1; binIndex<lastBin; ++binIndex) {
1062
1064 int vertexNtracks = numberHistogram.at(binIndex-1)+numberHistogram.at(binIndex)+numberHistogram.at(binIndex+1);
1065
1068 if (vertexNtracks>=minBinContentSum and (numberHistogram.at(binIndex) >= numberHistogram.at(binIndex-1) and numberHistogram.at(binIndex) >= numberHistogram.at(binIndex+1))) {
1070 double vertexZestimate = (zWeightedHistogram.at(binIndex-1)+zWeightedHistogram.at(binIndex)+zWeightedHistogram.at(binIndex+1))/static_cast<double>(vertexNtracks);
1071
1074 if (vertexZestimate < zBoundaries.first) zBoundaries.first = vertexZestimate;
1075 if (vertexZestimate > zBoundaries.second) zBoundaries.second = vertexZestimate;
1076
1077 if (m_useNewStrategy) {
1079 double vertexSumPt = ptWeightedHistogram.at(binIndex-1)+ptWeightedHistogram.at(binIndex)+ptWeightedHistogram.at(binIndex+1);
1080 vertexZ_sortedByNtracks.insert(std::make_pair(-vertexNtracks, vertexZestimate));
1081 vertexZ_sortedBySumPt.insert(std::make_pair(-vertexSumPt, vertexZestimate));
1082 }
1083 }
1084 }
1085
1086 if (m_useNewStrategy) {
1087
1088 std::set<double> leadingVertices;
1089 int n = 0;
1090 std::multimap<double, double>::iterator vertex_pt_and_z = vertexZ_sortedBySumPt.begin();
1091 for (std::pair<int, double> nTrackAndZ: vertexZ_sortedByNtracks) {
1093 if (n++ >= m_nvertex) break;
1096 leadingVertices.insert(nTrackAndZ.second);
1097 leadingVertices.insert((*vertex_pt_and_z++).second);
1098 }
1099
1100 for (double v: leadingVertices) {
1101 vertexZList.emplace_back(Amg::Vector3D{0.,0.,v});
1102 }
1103 }
1105 if (zBoundaries.first > zBoundaries.second) {
1106 zBoundaries.first = -1000.;
1107 zBoundaries.second = +1000.;
1108 } else {
1110 zBoundaries.first -= 20.;
1111 zBoundaries.second += 20.;
1112 }
1113}
unsigned int binIndex(const T &val, const std::vector< T > &partitions)
general utility function to return bin index given a value and the upper endpoints of each bin
double vertexSumPt(const TrackCollection &tracks)
Definition T2Vertex.cxx:71

◆ initialize()

StatusCode InDet::SiSPSeededTrackFinder::initialize ( )
overridevirtual

Initialisation.

optional PRD to track association map

Get tool for space points seed maker

Get track-finding tool

Get RungeKutta propagator tool

Setup for magnetic field

Setup for Z-histograms

Get output print level

Definition at line 79 of file SiSPSeededTrackFinder.cxx.

80{
81 ATH_CHECK(m_evtKey.initialize());
82 ATH_CHECK(m_mbtsKey.initialize(m_useMBTS));
85 ATH_CHECK(m_outputTracksKey.initialize());
86
88 ATH_CHECK( m_prdToTrackMap.initialize( !m_prdToTrackMap.key().empty() ) );
89
91
93 ATH_CHECK( m_seedsmaker.retrieve() );
94 ATH_CHECK( m_zvertexmaker.retrieve( DisableTool{ not m_useZvertexTool } ));
95
97 ATH_CHECK( m_trackmaker.retrieve());
98
99 ATH_CHECK( m_regsel_strip.retrieve( DisableTool{ not m_useITkConvSeeded } ) );
100
102
103 ATH_CHECK( m_trackSummaryTool.retrieve( DisableTool{ m_trackSummaryTool.name().empty()} ));
104
105 if (m_useNewStrategy and m_beamSpotKey.key().empty()) {
106 m_useNewStrategy = false;
107 m_useZBoundaryFinding = false;
108 }
109
112
113 if (not m_beamSpotKey.key().empty()) {
115 ATH_CHECK( m_proptool.retrieve() );
116
119
121 if (m_histsize < 100) m_histsize = 100;
122 m_zstep = static_cast<double>(m_histsize)/(2.*m_zcut);
123 } else {
124 m_proptool.disable();
125 m_useNewStrategy = false;
126 m_useZBoundaryFinding = false;
127 }
128 } else {
129 m_proptool.disable();
130 }
131
133 if (msgLvl(MSG::DEBUG)) {
134 dump(MSG::DEBUG, nullptr);
135 }
136 m_neventsTotal = 0;
137 m_neventsTotalV = 0;
138 m_problemsTotal = 0;
140 return StatusCode::SUCCESS;
141}
#define ATH_CHECK
Evaluate an expression and check for errors.
bool msgLvl(const MSG::Level lvl) const
SG::ReadHandleKey< SpacePointContainer > m_SpacePointsSCTKey
SG::ReadHandleKey< ROIPhiRZContainer > m_caloClusterROIKey
SG::ReadCondHandleKey< InDet::BeamSpotData > m_beamSpotKey
SG::ReadDecorHandleKey< xAOD::EventInfo > m_mbtsKey
ToolHandle< IRegSelTool > m_regsel_strip
SG::ReadHandleKey< Trk::PRDtoTrackMap > m_prdToTrackMap
SG::ReadHandleKey< xAOD::EventInfo > m_evtKey
SG::ReadHandleKey< SpacePointContainer > m_SpacePointsPixelKey
ToolHandle< Trk::IExtendedTrackSummaryTool > m_trackSummaryTool
ServiceHandle< IInDetEtaDependentCutsSvc > m_etaDependentCutsSvc
service to get cut values depending on different variable

◆ inputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::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.

◆ isClonable()

virtual bool InDet::SiSPSeededTrackFinder::isClonable ( ) const
inlineoverridevirtual

Make this algorithm clonable.

Reimplemented from AthCommonAlgorithm< Gaudi::Algorithm >.

Definition at line 68 of file SiSPSeededTrackFinder.h.

68{ return true; };

◆ isGoodEvent()

bool InDet::SiSPSeededTrackFinder::isGoodEvent ( const EventContext & ctx) const
protected

EventContext is used to specify which event.

Definition at line 838 of file SiSPSeededTrackFinder.cxx.

838 {
839
840 if ( not m_alwaysProtectAgainstBusyEvent ) { // if not enabled the protection is only applied to specific events
841 // Test MBTS information from calorimeter
842 //
843 if (not m_useMBTS) return true;
844
845 SG::ReadHandle<xAOD::EventInfo> eventInfo{m_evtKey, ctx};
846 if (not eventInfo->isEventFlagBitSet(xAOD::EventInfo::Background, xAOD::EventInfo::MBTSTimeDiffHalo) ) {
847 return true;
848 }
849 }
850
851 // Test total number pixels space points
852 //
853 unsigned int nsp = 0;
854 if (not m_SpacePointsPixelKey.empty()) {
855 SG::ReadHandle<SpacePointContainer> spacePointsPixel{m_SpacePointsPixelKey, ctx};
856 if (spacePointsPixel.isValid()) {
857 for (const SpacePointCollection* spc: *spacePointsPixel) {
858 nsp += spc->size();
859 }
860 if (static_cast<int>(nsp) > m_maxPIXsp) {
861 ATH_MSG_WARNING("Found more than "<<m_maxPIXsp<<" pixels space points in background event. Skip track finding");
862 return false;
863 }
864 }
865 }
866 // Test total number sct space points
867 //
868 nsp = 0;
869 if (not m_SpacePointsSCTKey.empty()) {
870 SG::ReadHandle<SpacePointContainer> spacePointsSCT{m_SpacePointsSCTKey, ctx};
871 if (spacePointsSCT.isValid()) {
872 for (const SpacePointCollection* spc: *spacePointsSCT) {
873 nsp += spc->size();
874 }
875 if (static_cast<int>(nsp) > m_maxSCTsp) {
876 ATH_MSG_WARNING("Found more than "<<m_maxSCTsp<<" sct space points in background event. Skip track finding");
877 return false;
878 }
879 }
880 }
881
882 return true;
883}
#define ATH_MSG_WARNING(x)
virtual bool isValid() override final
Can the handle be successfully dereferenced?
@ Background
The beam background detectors.

◆ itkConvStrategy()

StatusCode InDet::SiSPSeededTrackFinder::itkConvStrategy ( const EventContext & ctx) const
protected

EventContext is used to specify which event.

For HI events we can use MBTS information from calorimeter

set up the seed maker for first pass

and run seeding - starting with an empty list of vertices for the first pass

set up the track maker

prepare a collection for the quality-sorted track canddiates

Get the value of the seed maker validation ntuple writing switch

Loop through all seeds from the first pass and attempt to form track candidates

copy all the tracks into trackList

record track candidates found, using combinatorial track finding, from the given seed

Call the ntuple writing method

Remove shared tracks with worse quality

Save good tracks in track collection

Note that for run-3 the tool here is configured to not perform a hole search, regardless of the 'false' argument below

Check if we have a hole search result for this guy

If yes: Write this information into the track summary.

Definition at line 581 of file SiSPSeededTrackFinder.cxx.

582{
583 ATH_MSG_DEBUG("Executing " << name() << "::itkConvStrategy");
584
585 SG::WriteHandle<TrackCollection> outputTracks{m_outputTracksKey, ctx};
586 ATH_CHECK(outputTracks.record(std::make_unique<TrackCollection>()));
588 if (not isGoodEvent(ctx)) {
589 return StatusCode::SUCCESS;
590 }
591
592 SiSpacePointsSeedMakerEventData seedEventData;
593
594 SG::ReadHandle<ROIPhiRZContainer> calo_rois(m_caloClusterROIKey, ctx);
595 std::unique_ptr<RoiDescriptor> roiComp = std::make_unique<RoiDescriptor>(true);
596
597 if(calo_rois.isValid()) {
598 RoiDescriptor * roi =nullptr;
599 SG::ReadCondHandle<InDet::BeamSpotData> beamSpotHandle{m_beamSpotKey, ctx};
600 double beamZ = beamSpotHandle->beamVtx().position().z();
601 roiComp->clear();
602 roiComp->setComposite();
603
604 const ROIPhiRZContainer &calo_rois_ref=*calo_rois;
605 for (const ROIPhiRZ &calo_roi : calo_rois_ref) {
606 double phi = calo_roi.phi();
607 if (std::abs(phi)>=M_PI && phi!=-M_PI) continue; // skip duplicates < -pi and >pi
608 double eta = calo_roi.eta();
609 double z = beamZ;
610 double roiPhiMin = phi - m_deltaPhi;
611 double roiPhiMax = phi + m_deltaPhi;
612 double roiEtaMin = eta - m_deltaEta;
613 double roiEtaMax = eta + m_deltaEta;
614 double roiZMin = beamZ - m_deltaZ;
615 double roiZMax = beamZ + m_deltaZ;
616 roi = new RoiDescriptor( eta, roiEtaMin, roiEtaMax,phi, roiPhiMin ,roiPhiMax,z,roiZMin,roiZMax);
617 roiComp->push_back(roi);
618 }
619 }
620 else {
621 ATH_MSG_ERROR("Calo RoI is not valid: " << m_caloClusterROIKey.key());
622 return StatusCode::FAILURE;
623 }
624
625 std::vector<IdentifierHash> listOfStripIds;
626 std::vector<IdentifierHash> listOfPixIds;
627
628 m_regsel_strip->lookup(ctx)->HashIDList( *roiComp, listOfStripIds );
629
631 m_seedsmaker->newRegion(ctx, seedEventData, listOfPixIds, listOfStripIds);
632 std::list<Trk::Vertex> vertexList;
634 m_seedsmaker->find3Sp(ctx, seedEventData, vertexList);
635
636 const bool PIX = true ;
637 const bool STRIP = true ;
638 //Local variable trackEventData uses 814592 bytes of stack space
639 //coverity[STACK_USE]
640 InDet::ExtendedSiTrackMakerEventData_xk trackEventData(m_prdToTrackMap);
642 m_trackmaker->newEvent(ctx, trackEventData, PIX, STRIP);
643
644 bool ERR = false;
646 const InDet::SiSpacePointsSeed* seed = nullptr;
647
649 std::multimap<double, Trk::Track*> qualitySortedTrackCandidates;
650
652 bool doWriteNtuple = m_seedsmaker->getWriteNtupleBoolProperty();
653 long EvNumber = 0.; //Event number variable to be used for the validation ntuple
654
655 if (doWriteNtuple) {
656 SG::ReadHandle<xAOD::EventInfo> eventInfo(m_evtKey,ctx);
657 if(!eventInfo.isValid()) {EvNumber = -1.0;} else {EvNumber = eventInfo->eventNumber();}
658 }
659
661 while ((seed = m_seedsmaker->next(ctx, seedEventData))) {
662
663 ++counter[kNSeeds];
664
666 std::list<Trk::Track*> trackList = m_trackmaker->getTracks(ctx, trackEventData, seed->spacePoints());
668 for (Trk::Track* t: trackList) {
669 qualitySortedTrackCandidates.insert(std::make_pair(-trackQuality(t), t));
670 }
671
673 if(doWriteNtuple) { m_seedsmaker->writeNtuple(seed, !trackList.empty() ? trackList.front() : nullptr, ISiSpacePointsSeedMaker::StripSeed, EvNumber) ; }
674
675 if (counter[kNSeeds] >= m_maxNumberSeeds) {
676 ERR = true;
678 break;
679 }
680 }
681
682 m_trackmaker->endEvent(trackEventData);
683
685 filterSharedTracks(qualitySortedTrackCandidates);
686
688 for (const std::pair<const double, Trk::Track*> & qualityAndTrack: qualitySortedTrackCandidates) {
689 ++counter[kNTracks];
690 if (m_trackSummaryTool.isEnabled()) {
693 m_trackSummaryTool->computeAndReplaceTrackSummary(ctx, *qualityAndTrack.second,
694 false /* DO NOT suppress hole search*/);
695 InDet::PatternHoleSearchOutcome theOutcome;
697 if (m_writeHolesFromPattern && trackEventData.combinatorialData().findPatternHoleSearchOutcome(qualityAndTrack.second,theOutcome)){
699 qualityAndTrack.second->trackSummary()->update(Trk::numberOfPixelHoles, theOutcome.nPixelHoles);
700 qualityAndTrack.second->trackSummary()->update(Trk::numberOfSCTHoles, theOutcome.nSCTHoles);
701 qualityAndTrack.second->trackSummary()->update(Trk::numberOfSCTDoubleHoles, theOutcome.nSCTDoubleHoles);
702 qualityAndTrack.second->trackSummary()->update(Trk::numberOfSCTDeadSensors, theOutcome.nSCTDeads);
703 qualityAndTrack.second->trackSummary()->update(Trk::numberOfPixelDeadSensors, theOutcome.nPixelDeads);
704 }
705 }
706 outputTracks->push_back(qualityAndTrack.second);
707 }
708
709 m_counterTotal[kNSeeds] += counter[kNSeeds] ;
710
712
713 if (ERR) {
714 outputTracks->clear();
715 } else {
716 m_counterTotal[kNTracks] += counter[kNTracks];
717 }
718
719 // Print common event information
720 //
721 if (msgLvl(MSG::DEBUG)) {
722 dump(MSG::DEBUG, &counter);
723 }
724 return StatusCode::SUCCESS;
725}
#define M_PI
Scalar eta() const
pseudorapidity method
Scalar phi() const
phi method
#define ATH_MSG_ERROR(x)
#define ATH_MSG_DEBUG(x)
void filterSharedTracks(std::multimap< double, Trk::Track * > &scoredTracks) const
cleans up the collection of quality filtered tracks.
bool isGoodEvent(const EventContext &ctx) const
EventContext is used to specify which event.
StatusCode record(std::unique_ptr< T > data)
Record a const object to the store.
@ numberOfSCTHoles
number of Holes in both sides of a SCT module
@ numberOfPixelHoles
number of pixels which have a ganged ambiguity.
@ numberOfPixelDeadSensors
number of pixel hits with broad errors (width/sqrt(12))

◆ itkFastTrackingStrategy()

StatusCode InDet::SiSPSeededTrackFinder::itkFastTrackingStrategy ( const EventContext & ctx) const
protected

EventContext is used to specify which event.

set up the track maker

We run a single passe of seeding & track finding with PPP seeds

Set up the first pass (pixel seeds), and prepare to obtain a vertex Z estimate from the candidates we find

set up the seed maker for first pass

and run seeding - starting with an empty list of vertices for the first pass

prepare a collection for the quality-sorted track canddiates

Get the value of the seed maker validation ntuple writing switch

Loop through all seeds from the first pass and attempt to form track candidates

copy all the tracks into trackList

record track candidates found, using combinatorial track finding, from the given seed

Call the ntuple writing method

Remove shared tracks with worse quality

Save good tracks in track collection

Check if we have a hole search result for this guy

If yes: Write this information into the track summary.

Definition at line 463 of file SiSPSeededTrackFinder.cxx.

464{
465 SG::WriteHandle<TrackCollection> outputTracks{m_outputTracksKey, ctx};
466 ATH_CHECK(outputTracks.record(std::make_unique<TrackCollection>()));
467
468 const bool PIX = true ;
469 const bool STRIP = true ;
470 // Local variable trackEventData uses 814592 bytes of stack space
471 //coverity[STACK_USE]
472 InDet::ExtendedSiTrackMakerEventData_xk trackEventData(m_prdToTrackMap);
474 m_trackmaker->newTrigEvent(ctx, trackEventData, PIX, STRIP);
475
476 SiSpacePointsSeedMakerEventData seedEventData;
477
481
486
488 m_seedsmaker->newEvent(ctx, seedEventData, 0);
489 std::list<Trk::Vertex> vertexList;
491 m_seedsmaker->find3Sp(ctx, seedEventData, vertexList);
492
493 bool ERR = false;
495 const InDet::SiSpacePointsSeed* seed = nullptr;
496
498 std::multimap<double, Trk::Track*> qualitySortedTrackCandidates;
499
501 bool doWriteNtuple = m_seedsmaker->getWriteNtupleBoolProperty();
502 long EvNumber = 0.; //Event number variable to be used for the validation ntuple
503
504 if (doWriteNtuple) {
505 SG::ReadHandle<xAOD::EventInfo> eventInfo(m_evtKey,ctx);
506 if(!eventInfo.isValid()) {EvNumber = -1.0;} else {EvNumber = eventInfo->eventNumber();}
507 }
508
510 while ((seed = m_seedsmaker->next(ctx, seedEventData))) {
511
512 ++counter[kNSeeds];
513
515 std::list<Trk::Track*> trackList = m_trackmaker->getTracks(ctx, trackEventData, seed->spacePoints());
517 for (Trk::Track* t: trackList) {
518
519 qualitySortedTrackCandidates.insert(std::make_pair(-trackQuality(t), t));
520
521 }
523 if(doWriteNtuple) { m_seedsmaker->writeNtuple(seed, !trackList.empty() ? trackList.front() : nullptr, ISiSpacePointsSeedMaker::PixelSeed, EvNumber) ; }
524
525 if (counter[kNSeeds] >= m_maxNumberSeeds) {
526 ERR = true;
528 break;
529 }
530 }
531
532 m_trackmaker->endEvent(trackEventData);
533
535 filterSharedTracksFast(qualitySortedTrackCandidates);
536
538 for (const std::pair<const double, Trk::Track*> & qualityAndTrack: qualitySortedTrackCandidates) {
539 ++counter[kNTracks];
540
541 if (m_trackSummaryTool.isEnabled()) {
542 m_trackSummaryTool->computeAndReplaceTrackSummary(ctx, *qualityAndTrack.second);
543 InDet::PatternHoleSearchOutcome theOutcome;
545 if (m_writeHolesFromPattern && trackEventData.combinatorialData().findPatternHoleSearchOutcome(qualityAndTrack.second,theOutcome)){
547 qualityAndTrack.second->trackSummary()->update(Trk::numberOfPixelHoles, theOutcome.nPixelHoles);
548 qualityAndTrack.second->trackSummary()->update(Trk::numberOfSCTHoles, theOutcome.nSCTHoles);
549 qualityAndTrack.second->trackSummary()->update(Trk::numberOfSCTDoubleHoles, theOutcome.nSCTDoubleHoles);
550 qualityAndTrack.second->trackSummary()->update(Trk::numberOfSCTDeadSensors, theOutcome.nSCTDeads);
551 qualityAndTrack.second->trackSummary()->update(Trk::numberOfPixelDeadSensors, theOutcome.nPixelDeads);
552 }
553 }
554
555 outputTracks->push_back(qualityAndTrack.second);
556 }
557
558 m_counterTotal[kNSeeds] += counter[kNSeeds] ;
559
561
562 if (ERR) {
563 outputTracks->clear();
564 } else {
565 m_counterTotal[kNTracks] += counter[kNTracks];
566 }
567
568 // Print common event information
569 //
570 if (msgLvl(MSG::DEBUG)) {
571 dump(MSG::DEBUG, &counter);
572 }
573 return StatusCode::SUCCESS;
574}
void filterSharedTracksFast(std::multimap< double, Trk::Track * > &scoredTracks) const

◆ magneticFieldInit()

void InDet::SiSPSeededTrackFinder::magneticFieldInit ( )
protected

Definition at line 1120 of file SiSPSeededTrackFinder.cxx.

1121{
1122 // Build MagneticFieldProperties
1123 //
1124 if(m_fieldmode == "NoField") {
1125 m_fieldprop = Trk::MagneticFieldProperties(Trk::NoField);
1126 } else {
1127 m_fieldprop = Trk::MagneticFieldProperties(Trk::FastField);
1128 }
1129}
@ FastField
call the fast field access method of the FieldSvc
@ NoField
Field is set to 0., 0., 0.,.

◆ msg()

MsgStream & AthCommonMsg< Gaudi::Algorithm >::msg ( ) const
inlineinherited

Definition at line 24 of file AthCommonMsg.h.

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

◆ msgLvl()

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

Definition at line 30 of file AthCommonMsg.h.

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

◆ newStrategy()

StatusCode InDet::SiSPSeededTrackFinder::newStrategy ( const EventContext & ctx) const
protected

this method performs the track finding using the new strategy

EventContext is used to specify which event

For HI events we can use MBTS information from calorimeter

Get beam information and preparation for z -histogramming

We run two passes of seeding & track finding.

First, we use strip seeds, perform finding with them and obtain an estimate of the beam spot region from the found tracks.

Then, we run PPP-seeded tracking within the resulting z interval.

Set up the first pass (strip seeds), and prepare to obtain a vertex Z estimate from the candidates we find

set up the seed maker for first pass

and run seeding - starting with an empty list of vertices for the first pass

set up the track maker

initialize empty histograms for the vertex estimate

prepare a collection for the quality-sorted track canddiates

Get the value of the seed maker validation ntuple writing switch

Loop through all seeds from the first pass and attempt to form track candidates

we only want to fill the Z histo with the first candidate for each seed.

copy all the tracks into trackList

record track candidates found, using combinatorial track finding, from the given seed

For the first (highest quality) track from each seed, populate the vertex finding histograms

Call the ntuple writing method

Now set up the second seeding pass, using pixel seeds The seed maker will internally reconfigure itself based on the "1" argument for the "iteration" argument in this call.

perform vertex Z estimation and run second seeding pass

Estimate a Z vertex interval and, if running the new strategy, also a list of the HS candidates

pass the Z boundary pair c-array-style to satisfy existing interfaces of the seeds maker family. Trigger second seed finding pass (PPP)

Again, loop over the newly found seeds and attempt to form track candidates

Remove shared tracks with worse quality

Save good tracks in track collection

Note that for run-3 the tool here is configured to not perform a hole search, regardless of the 'false' argument below

Check if we have a hole search result for this guy

If yes: Write this information into the track summary.

Definition at line 268 of file SiSPSeededTrackFinder.cxx.

269{
270 SG::WriteHandle<TrackCollection> outputTracks{m_outputTracksKey, ctx};
271 ATH_CHECK(outputTracks.record(std::make_unique<TrackCollection>()));
273 if (not isGoodEvent(ctx)) {
274 return StatusCode::SUCCESS;
275 }
276
278 SG::ReadCondHandle<InDet::BeamSpotData> beamSpotHandle{m_beamSpotKey, ctx};
279 Trk::PerigeeSurface beamPosPerigee(beamSpotHandle->beamPos());
280
281 SiSpacePointsSeedMakerEventData seedEventData;
282
291
296
298 m_seedsmaker->newEvent(ctx, seedEventData, 0);
299 std::list<Trk::Vertex> vertexList;
301 m_seedsmaker->find3Sp(ctx, seedEventData, vertexList);
302
303 const bool PIX = true ;
304 const bool SCT = true ;
305 //Total stack use for this function is 831736 bytes.
306 //coverity[STACK_USE]
307 InDet::ExtendedSiTrackMakerEventData_xk trackEventData(m_prdToTrackMap);
309 m_trackmaker->newEvent(ctx, trackEventData, PIX, SCT);
310
312 std::vector<int> numberHistogram(m_histsize, 0);
313 std::vector<double> zWeightedHistogram(m_histsize, 0.);
314 std::vector<double> ptWeightedHistogram(m_histsize, 0.);
315
316 bool ERR = false;
318 const InDet::SiSpacePointsSeed* seed = nullptr;
319
321 std::multimap<double, Trk::Track*> qualitySortedTrackCandidates;
322
324 bool doWriteNtuple = m_seedsmaker->getWriteNtupleBoolProperty();
325 long EvNumber = 0.; //Event number variable to be used for the validation ntuple
326
327 if (doWriteNtuple) {
328 SG::ReadHandle<xAOD::EventInfo> eventInfo(m_evtKey,ctx);
329 if(!eventInfo.isValid()) {EvNumber = -1.0;} else {EvNumber = eventInfo->eventNumber();}
330 }
331
333 while ((seed = m_seedsmaker->next(ctx, seedEventData))) {
334
335 ++counter[kNSeeds];
337 bool firstTrack{true};
338
340 std::list<Trk::Track*> trackList = m_trackmaker->getTracks(ctx, trackEventData, seed->spacePoints());
342 for (Trk::Track* t: trackList) {
343
344 qualitySortedTrackCandidates.insert(std::make_pair(-trackQuality(t), t));
345
346 if (firstTrack && m_doDumpGBTSTrainingDataLRT) {
348 }
349
351 if (firstTrack and not m_ITKGeometry) {
352 fillZHistogram(ctx, t, beamPosPerigee, numberHistogram, zWeightedHistogram, ptWeightedHistogram);
353 }
354 firstTrack = false;
355 }
357 if(doWriteNtuple) { m_seedsmaker->writeNtuple(seed, !trackList.empty() ? trackList.front() : nullptr, ISiSpacePointsSeedMaker::StripSeed, EvNumber) ; }
358
359
360 if (counter[kNSeeds] >= m_maxNumberSeeds) {
361 ERR = true;
363 break;
364 }
365 }
366
371 if(not m_SpacePointsPixelKey.empty()) {
372 m_seedsmaker->newEvent(ctx, seedEventData, 1);
373
375 std::pair<double,double> zBoundaries;
376 if (not m_ITKGeometry) {
378 findZvertex(vertexList, zBoundaries, numberHistogram, zWeightedHistogram, ptWeightedHistogram);
381 m_seedsmaker->find3Sp(ctx, seedEventData, vertexList, &(zBoundaries.first));
382 } else {
383 m_seedsmaker->find3Sp(ctx, seedEventData, vertexList);
384 }
385
387 while ((seed = m_seedsmaker->next(ctx, seedEventData))) {
388
389 ++counter[kNSeeds];
390
391 std::list<Trk::Track*> trackList = m_trackmaker->getTracks(ctx, trackEventData, seed->spacePoints());
392
393 for (Trk::Track* t: trackList) {
394 qualitySortedTrackCandidates.insert(std::make_pair(-trackQuality(t), t));
395 }
396
397 if(doWriteNtuple) { m_seedsmaker->writeNtuple(seed, !trackList.empty() ? trackList.front() : nullptr, ISiSpacePointsSeedMaker::PixelSeed, EvNumber); }
398
399 if (counter[kNSeeds] >= m_maxNumberSeeds) {
400 ERR = true;
402 break;
403 }
404 }
405 } else {
406 ATH_MSG_WARNING("SpacePointsPixelKey is empty. Skipping the second seeding pass that uses pixel seeds.");
407 }
408
409 m_trackmaker->endEvent(trackEventData);
410
412 filterSharedTracks(qualitySortedTrackCandidates);
413
415 for (const std::pair<const double, Trk::Track*> & qualityAndTrack: qualitySortedTrackCandidates) {
416 ++counter[kNTracks];
417 if (m_trackSummaryTool.isEnabled()) {
420 m_trackSummaryTool->computeAndReplaceTrackSummary(ctx, *qualityAndTrack.second,
421 false /* DO NOT suppress hole search*/);
422 InDet::PatternHoleSearchOutcome theOutcome;
424 if (m_writeHolesFromPattern && trackEventData.combinatorialData().findPatternHoleSearchOutcome(qualityAndTrack.second,theOutcome)){
426 qualityAndTrack.second->trackSummary()->update(Trk::numberOfPixelHoles, theOutcome.nPixelHoles);
427 qualityAndTrack.second->trackSummary()->update(Trk::numberOfSCTHoles, theOutcome.nSCTHoles);
428 qualityAndTrack.second->trackSummary()->update(Trk::numberOfSCTDoubleHoles, theOutcome.nSCTDoubleHoles);
429 qualityAndTrack.second->trackSummary()->update(Trk::numberOfSCTDeadSensors, theOutcome.nSCTDeads);
430 qualityAndTrack.second->trackSummary()->update(Trk::numberOfPixelDeadSensors, theOutcome.nPixelDeads);
431 }
432 }
433 outputTracks->push_back(qualityAndTrack.second);
435 collectGBTSTrainingData(qualityAndTrack.second);
436 }
437 }
438
439 m_counterTotal[kNSeeds] += counter[kNSeeds] ;
440
442
443 if (ERR) {
444 outputTracks->clear();
445 } else {
446 m_counterTotal[kNTracks] += counter[kNTracks];
447 }
448
449 // Print common event information
450 //
451 if (msgLvl(MSG::DEBUG)) {
452 dump(MSG::DEBUG, &counter);
453 }
454 return StatusCode::SUCCESS;
455}
@ SCT
Definition RegSelEnums.h:25
void collectGBTSTrainingData(const Trk::Track *) const
void fillZHistogram(const EventContext &ctx, const Trk::Track *Tr, const Trk::PerigeeSurface &beamlinePerigee, std::vector< int > &numberWeightedhistogram, std::vector< double > &zWeightedHistogram, std::vector< double > &ptWeightedHistogram) const
fills three z0 histograms (non-weighted, weighted by z, and weighted by pt) with the track z at the b...
void findZvertex(std::list< Trk::Vertex > &vertexList, std::pair< double, double > &zBoundaries, const std::vector< int > &numberWeightedhistogram, const std::vector< double > &zWeightedHistogram, const std::vector< double > &ptWeightedHistogram) const
estimates a set of vertex positions and a z interval for the second track finding pass using the inpu...

◆ oldStrategy()

StatusCode InDet::SiSPSeededTrackFinder::oldStrategy ( const EventContext & ctx) const
protected

this method performs the track finding using the old strategy

EventContext is used to specify which event

For HI events we can use MBTS information from calorimeter

Definition at line 181 of file SiSPSeededTrackFinder.cxx.

182{
183 SG::WriteHandle<TrackCollection> outputTracks{m_outputTracksKey, ctx};
184 ATH_CHECK(outputTracks.record(std::make_unique<TrackCollection>()));
186 if (not isGoodEvent(ctx)) {
187 return StatusCode::SUCCESS;
188 }
189
190 SiSpacePointsSeedMakerEventData seedEventData;
191 bool ZVE = false;
192 if (m_useZvertexTool) {
193 std::list<Trk::Vertex> vertices = m_zvertexmaker->newEvent(ctx, seedEventData);
194 if (not vertices.empty()) ZVE = true;
195 m_seedsmaker->find3Sp(ctx, seedEventData, vertices);
196 } else {
197 m_seedsmaker->newEvent(ctx, seedEventData, -1);
198 std::list<Trk::Vertex> vertexList;
199 m_seedsmaker->find3Sp(ctx, seedEventData, vertexList);
200 }
201
202 const bool PIX = true;
203 const bool SCT = true;
204 //Total stack use for this function is 831124 bytes
205 //coverity[STACK_USE]
206 InDet::ExtendedSiTrackMakerEventData_xk trackEventData(m_prdToTrackMap);
207 m_trackmaker->newEvent(ctx, trackEventData, PIX, SCT);
208
209 bool ERR = false;
211 const InDet::SiSpacePointsSeed* seed = nullptr;
212 std::multimap<double, Trk::Track*> qualitySortedTrackCandidates;
213 // Loop through all seed and reconsrtucted tracks collection preparation
214 //
215 while ((seed = m_seedsmaker->next(ctx, seedEventData))) {
216 ++counter[kNSeeds];
217 std::list<Trk::Track*> trackList = m_trackmaker->getTracks(ctx, trackEventData, seed->spacePoints());
218 for (Trk::Track* t: trackList) {
219 qualitySortedTrackCandidates.insert(std::make_pair(-trackQuality(t), t));
220 }
221 if (not ZVE and (counter[kNSeeds] >= m_maxNumberSeeds)) {
222 ERR = true;
224 break;
225 }
226 }
227 m_trackmaker->endEvent(trackEventData);
228
229 // Remove shared tracks with worse quality
230 //
231 filterSharedTracks(qualitySortedTrackCandidates);
232
233 // Save good tracks in track collection
234 //
235 for (const std::pair<const double, Trk::Track*> & qualityAndTrack: qualitySortedTrackCandidates) {
236 ++counter[kNTracks];
237 if (m_trackSummaryTool.isEnabled()) {
238 m_trackSummaryTool->computeAndReplaceTrackSummary(ctx, *(qualityAndTrack.second),
239 false /* DO NOT suppress hole search*/);
240 }
241 outputTracks->push_back(qualityAndTrack.second);
242 }
243
244 m_counterTotal[kNSeeds] += counter[kNSeeds];
245
246 if (ZVE) ++m_neventsTotalV;
247 else ++m_neventsTotal;
248
249 if (ERR) {
250 outputTracks->clear();
251 } else {
252 m_counterTotal[kNTracks] += counter[kNTracks];
253 }
254
255 // Print common event information
256 //
257 if (msgLvl(MSG::DEBUG)) {
258 dump(MSG::DEBUG, &counter);
259 }
260
261 return StatusCode::SUCCESS;
262}

◆ outputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::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.

◆ passEtaDepCuts()

bool InDet::SiSPSeededTrackFinder::passEtaDepCuts ( const Trk::Track * track,
int nClusters,
int nFreeClusters,
int nPixels ) const
protected

Definition at line 1136 of file SiSPSeededTrackFinder.cxx.

1140{
1141 Trk::TrackStates::const_iterator m = track->trackStateOnSurfaces()->begin();
1142 const Trk::TrackParameters* par = (*m)->trackParameters();
1143 if(!par) return false;
1144
1145 double eta = std::abs(par->eta());
1146 if(nClusters < m_etaDependentCutsSvc->getMinSiHitsAtEta(eta)) return false;
1147 if(nFreeClusters < m_etaDependentCutsSvc->getMinSiNotSharedAtEta(eta)) return false;
1148 if(nClusters-nFreeClusters > m_etaDependentCutsSvc->getMaxSharedAtEta(eta)) return false;
1149 if(nPixels < m_etaDependentCutsSvc->getMinPixelHitsAtEta(eta)) return false;
1150
1151 if(par->pT() < m_etaDependentCutsSvc->getMinPtAtEta(eta)) return false;
1152 if(!(*m)->type(Trk::TrackStateOnSurface::Perigee)) return true ;
1153 if(std::abs(par->localPosition()[0]) > m_etaDependentCutsSvc->getMaxPrimaryImpactAtEta(eta)) return false;
1154 return true;
1155}
DataModel_detail::const_iterator< DataVector > const_iterator
Definition DataVector.h:838
@ Perigee
This represents a perigee, and so will contain a Perigee object only.

◆ 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< Gaudi::Algorithm > >::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< Gaudi::Algorithm > >::renounceArray ( SG::VarHandleKeyArray & handlesArray)
inlineprotectedinherited

remove all handles from I/O resolution

Definition at line 364 of file AthCommonDataStore.h.

364 {
366 }

◆ setFilterPassed()

virtual void AthCommonAlgorithm< Gaudi::Algorithm >::setFilterPassed ( bool state,
const EventContext & ctx ) const
inlinevirtualinherited

Set filter decision:

Reimplemented in AthFilterAlgorithm.

Definition at line 99 of file AthCommonAlgorithm.h.

99 {
101 }
virtual void setFilterPassed(bool state, const EventContext &ctx) const
Set filter decision:

◆ sysExecute()

StatusCode AthCommonAlgorithm< Gaudi::Algorithm >::sysExecute ( const EventContext & ctx)
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.

Reimplemented in AthAnalysisAlgorithm.

Definition at line 80 of file AthCommonAlgorithm.cxx.

41{
42 return BaseAlg::sysExecute (ctx);
43}

◆ sysInitialize()

StatusCode AthCommonAlgorithm< Gaudi::Algorithm >::sysInitialize ( )
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 AthAnalysisAlgorithm, AthFilterAlgorithm, AthHistogramAlgorithm, HypoBase, InputMakerBase, and PyAthena::Alg.

Definition at line 60 of file AthCommonAlgorithm.cxx.

71 {
73
74 if (sc.isFailure()) {
75 return sc;
76 }
77
78 ServiceHandle<ICondSvc> cs("CondSvc",name());
79 for (auto h : outputHandles()) {
80 if (h->isCondition() && h->mode() == Gaudi::DataHandle::Writer) {
81 // do this inside the loop so we don't create the CondSvc until needed
82 if ( cs.retrieve().isFailure() ) {
83 ATH_MSG_WARNING("no CondSvc found: won't autoreg WriteCondHandles");
85 }
86 if (cs->regHandle(this,*h).isFailure()) {
88 ATH_MSG_ERROR("unable to register WriteCondHandle " << h->fullKey()
89 << " with CondSvc");
90 }
91 }
92 }
93 return sc;
94}
virtual StatusCode sysInitialize() override
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override

◆ sysStart()

virtual StatusCode AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::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< Gaudi::Algorithm > >::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 }

Member Data Documentation

◆ ATLAS_THREAD_SAFE [1/2]

std::map<int, std::map<int, unsigned long> > m_GBTSTrainingData InDet::SiSPSeededTrackFinder::ATLAS_THREAD_SAFE
mutableprotected

Definition at line 175 of file SiSPSeededTrackFinder.h.

◆ ATLAS_THREAD_SAFE [2/2]

Counter_t m_counterTotal InDet::SiSPSeededTrackFinder::ATLAS_THREAD_SAFE {}
mutableprotected

Definition at line 166 of file SiSPSeededTrackFinder.h.

166{};

◆ m_alwaysProtectAgainstBusyEvent

BooleanProperty InDet::SiSPSeededTrackFinder::m_alwaysProtectAgainstBusyEvent {this, "alwaysProtectAgainstBusyEvents", false, "Flag that enables checking always maxNumberPIXsp and maxNumberSCTsp"}
protected

Definition at line 104 of file SiSPSeededTrackFinder.h.

104{this, "alwaysProtectAgainstBusyEvents", false, "Flag that enables checking always maxNumberPIXsp and maxNumberSCTsp"};

◆ m_beamSpotKey

SG::ReadCondHandleKey<InDet::BeamSpotData> InDet::SiSPSeededTrackFinder::m_beamSpotKey {this, "BeamSpotKey", "BeamSpotData", "SG key for beam spot"}
protected

Definition at line 136 of file SiSPSeededTrackFinder.h.

136{this, "BeamSpotKey", "BeamSpotData", "SG key for beam spot"};

◆ m_caloClusterROIKey

SG::ReadHandleKey<ROIPhiRZContainer> InDet::SiSPSeededTrackFinder::m_caloClusterROIKey {this, "EMROIPhiRZContainer", "InDetCaloClusterROIPhiRZ15GeVUnordered", "Name of the calo cluster ROIs in Phi,R,Z parameterization"}
protected

Definition at line 134 of file SiSPSeededTrackFinder.h.

134{this, "EMROIPhiRZContainer", "InDetCaloClusterROIPhiRZ15GeVUnordered", "Name of the calo cluster ROIs in Phi,R,Z parameterization"};

◆ m_deltaEta

DoubleProperty InDet::SiSPSeededTrackFinder::m_deltaEta {this, "dEtaCaloRoI", .1}
protected

Definition at line 111 of file SiSPSeededTrackFinder.h.

111{this, "dEtaCaloRoI", .1};

◆ m_deltaPhi

DoubleProperty InDet::SiSPSeededTrackFinder::m_deltaPhi {this, "dPhiCaloRoI", .25}
protected

Definition at line 112 of file SiSPSeededTrackFinder.h.

112{this, "dPhiCaloRoI", .25};

◆ m_deltaZ

DoubleProperty InDet::SiSPSeededTrackFinder::m_deltaZ {this, "dZCaloRoI", 300.}
protected

Definition at line 113 of file SiSPSeededTrackFinder.h.

113{this, "dZCaloRoI", 300.};

◆ m_detStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_detStore
privateinherited

Pointer to StoreGate (detector store by default).

Definition at line 393 of file AthCommonDataStore.h.

◆ m_doDumpGBTSTrainingData

BooleanProperty InDet::SiSPSeededTrackFinder::m_doDumpGBTSTrainingData {this, "doDumpGBTSTrainingData", false, "write training data used to create GBTS connection table"}
protected

Definition at line 115 of file SiSPSeededTrackFinder.h.

115{this, "doDumpGBTSTrainingData", false, "write training data used to create GBTS connection table"};

◆ m_doDumpGBTSTrainingDataLRT

BooleanProperty InDet::SiSPSeededTrackFinder::m_doDumpGBTSTrainingDataLRT {this, "doDumpGBTSTrainingDataLRT", false, "write LRT training data used to create GBTS connection table"}
protected

Definition at line 116 of file SiSPSeededTrackFinder.h.

116{this, "doDumpGBTSTrainingDataLRT", false, "write LRT training data used to create GBTS connection table"};

◆ m_doFastTracking

BooleanProperty InDet::SiSPSeededTrackFinder::m_doFastTracking {this, "doFastTracking", false, "ITk fast tracking reco"}
protected

Definition at line 102 of file SiSPSeededTrackFinder.h.

102{this, "doFastTracking", false, "ITk fast tracking reco"};

◆ m_etaDependentCutsSvc

ServiceHandle<IInDetEtaDependentCutsSvc> InDet::SiSPSeededTrackFinder::m_etaDependentCutsSvc {this, "InDetEtaDependentCutsSvc", "InDetEtaDependentCutsSvc"}
protected

service to get cut values depending on different variable

Definition at line 161 of file SiSPSeededTrackFinder.h.

161{this, "InDetEtaDependentCutsSvc", "InDetEtaDependentCutsSvc"};

◆ m_evtKey

SG::ReadHandleKey<xAOD::EventInfo> InDet::SiSPSeededTrackFinder::m_evtKey {this, "EventInfoKey", "EventInfo"}
protected

Definition at line 130 of file SiSPSeededTrackFinder.h.

130{this, "EventInfoKey", "EventInfo"};

◆ m_evtStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_evtStore
privateinherited

Pointer to StoreGate (event store by default).

Definition at line 390 of file AthCommonDataStore.h.

◆ m_extendedExtraObjects

DataObjIDColl AthCommonAlgorithm< Gaudi::Algorithm >::m_extendedExtraObjects
privateinherited

Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.

Empty if no symlinks were found.

Definition at line 108 of file AthCommonAlgorithm.h.

◆ m_fieldmode

StringProperty InDet::SiSPSeededTrackFinder::m_fieldmode {this, "MagneticFieldMode", "MapSolenoid"}
protected

Definition at line 114 of file SiSPSeededTrackFinder.h.

114{this, "MagneticFieldMode", "MapSolenoid"};

◆ m_fieldprop

Trk::MagneticFieldProperties InDet::SiSPSeededTrackFinder::m_fieldprop
protected

Definition at line 155 of file SiSPSeededTrackFinder.h.

◆ m_GBTSTrainingDataFileName

StringProperty InDet::SiSPSeededTrackFinder::m_GBTSTrainingDataFileName {this, "GBTSTrainingDataFileName", "layer_connection_table.csv", "file to write training data used to create GBTS connection table"}
protected

Definition at line 118 of file SiSPSeededTrackFinder.h.

118{this, "GBTSTrainingDataFileName", "layer_connection_table.csv", "file to write training data used to create GBTS connection table"};

◆ m_GBTSTrainingDataMutex

std::mutex InDet::SiSPSeededTrackFinder::m_GBTSTrainingDataMutex
mutableprotected

Definition at line 174 of file SiSPSeededTrackFinder.h.

◆ m_histsize

IntegerProperty InDet::SiSPSeededTrackFinder::m_histsize {this, "HistSize", 1400}
protected

Definition at line 108 of file SiSPSeededTrackFinder.h.

108{this, "HistSize", 1400};

◆ m_imcut

double InDet::SiSPSeededTrackFinder::m_imcut {2.}
protected

Definition at line 124 of file SiSPSeededTrackFinder.h.

124{2.};

◆ m_ITKGeometry

BooleanProperty InDet::SiSPSeededTrackFinder::m_ITKGeometry {this, "ITKGeometry", false, "Flag to specify if it is ITK geometry"}
protected

Definition at line 100 of file SiSPSeededTrackFinder.h.

100{this, "ITKGeometry", false, "Flag to specify if it is ITK geometry"};

◆ m_maxNumberSeeds

IntegerProperty InDet::SiSPSeededTrackFinder::m_maxNumberSeeds {this, "maxNumberSeeds", 3000000, "Max. number used seeds"}
protected

Definition at line 103 of file SiSPSeededTrackFinder.h.

103{this, "maxNumberSeeds", 3000000, "Max. number used seeds"};

◆ m_maxPIXsp

IntegerProperty InDet::SiSPSeededTrackFinder::m_maxPIXsp {this, "maxNumberPIXsp", 150000, "Max. number pixels space points"}
protected

Definition at line 105 of file SiSPSeededTrackFinder.h.

105{this, "maxNumberPIXsp", 150000, "Max. number pixels space points"};

◆ m_maxSCTsp

IntegerProperty InDet::SiSPSeededTrackFinder::m_maxSCTsp {this, "maxNumberSCTsp", 500000, "Max. number sct space points"}
protected

Definition at line 106 of file SiSPSeededTrackFinder.h.

106{this, "maxNumberSCTsp", 500000, "Max. number sct space points"};

◆ m_mbtsKey

SG::ReadDecorHandleKey<xAOD::EventInfo> InDet::SiSPSeededTrackFinder::m_mbtsKey {this, "MBTSKey", m_evtKey, "MBTSBackground"}
protected

Definition at line 138 of file SiSPSeededTrackFinder.h.

138{this, "MBTSKey", m_evtKey, "MBTSBackground"};

◆ m_neventsTotal

std::atomic_int InDet::SiSPSeededTrackFinder::m_neventsTotal {0}
mutableprotected

Number events.

Definition at line 168 of file SiSPSeededTrackFinder.h.

168{0};

◆ m_neventsTotalV

std::atomic_int InDet::SiSPSeededTrackFinder::m_neventsTotalV {0}
mutableprotected

Number events.

Definition at line 169 of file SiSPSeededTrackFinder.h.

169{0};

◆ m_nfreeCut

IntegerProperty InDet::SiSPSeededTrackFinder::m_nfreeCut {this, "FreeClustersCut", 1, "Min number free clusters"}
protected

Definition at line 107 of file SiSPSeededTrackFinder.h.

107{this, "FreeClustersCut", 1, "Min number free clusters"};

◆ m_numGBTSTrainingData

std::atomic_ulong InDet::SiSPSeededTrackFinder::m_numGBTSTrainingData {0}
mutableprotected

Definition at line 176 of file SiSPSeededTrackFinder.h.

176{0};

◆ m_nvertex

IntegerProperty InDet::SiSPSeededTrackFinder::m_nvertex {this, "maxVertices", 4}
protected

Definition at line 109 of file SiSPSeededTrackFinder.h.

109{this, "maxVertices", 4};

◆ m_outputTracksKey

SG::WriteHandleKey<TrackCollection> InDet::SiSPSeededTrackFinder::m_outputTracksKey {this, "TracksLocation", "SiSPSeededTracks"}
protected

Definition at line 140 of file SiSPSeededTrackFinder.h.

140{this, "TracksLocation", "SiSPSeededTracks"};

◆ m_prdToTrackMap

SG::ReadHandleKey<Trk::PRDtoTrackMap> InDet::SiSPSeededTrackFinder::m_prdToTrackMap {this,"PRDtoTrackMap",""}
protected

Definition at line 133 of file SiSPSeededTrackFinder.h.

133{this,"PRDtoTrackMap",""};

◆ m_problemsTotal

std::atomic_int InDet::SiSPSeededTrackFinder::m_problemsTotal {0}
mutableprotected

Number events with number seeds > maxNumber.

Definition at line 170 of file SiSPSeededTrackFinder.h.

170{0};

◆ m_problemsTotalV

std::atomic_int InDet::SiSPSeededTrackFinder::m_problemsTotalV {0}
mutableprotected

Number events with number seeds > maxNumber.

Definition at line 171 of file SiSPSeededTrackFinder.h.

171{0};

◆ m_proptool

PublicToolHandle<Trk::IPatternParametersPropagator> InDet::SiSPSeededTrackFinder::m_proptool {this, "PropagatorTool", "Trk::RungeKuttaPropagator/InDetPropagator"}
protected

Definition at line 148 of file SiSPSeededTrackFinder.h.

148{this, "PropagatorTool", "Trk::RungeKuttaPropagator/InDetPropagator"};

◆ m_pTcut

double InDet::SiSPSeededTrackFinder::m_pTcut {500}
protected

Definition at line 123 of file SiSPSeededTrackFinder.h.

123{500};

◆ m_regsel_strip

ToolHandle<IRegSelTool> InDet::SiSPSeededTrackFinder::m_regsel_strip { this, "RegSelTool_Strip", "RegSelTool/RegSelTool_SCT" }
protected

Definition at line 150 of file SiSPSeededTrackFinder.h.

150{ this, "RegSelTool_Strip", "RegSelTool/RegSelTool_SCT" };

◆ m_removeShortSegments

BooleanProperty InDet::SiSPSeededTrackFinder::m_removeShortSegments {this, "removeShortSegments", false, "remove short segments from GBTS connection table"}
protected

Definition at line 117 of file SiSPSeededTrackFinder.h.

117{this, "removeShortSegments", false, "remove short segments from GBTS connection table"};

◆ m_seedsmaker

ToolHandle<ISiSpacePointsSeedMaker> InDet::SiSPSeededTrackFinder::m_seedsmaker {this, "SeedsTool", "InDet::SiSpacePointsSeedMaker_ATLxk/InDetSpSeedsMaker", "Space poins seed maker"}
protected

Definition at line 145 of file SiSPSeededTrackFinder.h.

145{this, "SeedsTool", "InDet::SiSpacePointsSeedMaker_ATLxk/InDetSpSeedsMaker", "Space poins seed maker"};

◆ m_SpacePointsPixelKey

SG::ReadHandleKey<SpacePointContainer> InDet::SiSPSeededTrackFinder::m_SpacePointsPixelKey {this, "SpacePointsPixelName", "PixelSpacePoints"}
protected

Definition at line 132 of file SiSPSeededTrackFinder.h.

132{this, "SpacePointsPixelName", "PixelSpacePoints"};

◆ m_SpacePointsSCTKey

SG::ReadHandleKey<SpacePointContainer> InDet::SiSPSeededTrackFinder::m_SpacePointsSCTKey {this, "SpacePointsSCTName", "SCT_SpacePoints"}
protected

Definition at line 131 of file SiSPSeededTrackFinder.h.

131{this, "SpacePointsSCTName", "SCT_SpacePoints"};

◆ m_trackmaker

ToolHandle<ISiTrackMaker> InDet::SiSPSeededTrackFinder::m_trackmaker {this, "TrackTool", "InDet::SiTrackMaker_xk/InDetSiTrackMaker", "Track maker"}
protected

Definition at line 147 of file SiSPSeededTrackFinder.h.

147{this, "TrackTool", "InDet::SiTrackMaker_xk/InDetSiTrackMaker", "Track maker"};

◆ m_trackSummaryTool

ToolHandle<Trk::IExtendedTrackSummaryTool> InDet::SiSPSeededTrackFinder::m_trackSummaryTool {this, "TrackSummaryTool", "InDetTrackSummaryToolNoHoleSearch"}
protected

Definition at line 149 of file SiSPSeededTrackFinder.h.

149{this, "TrackSummaryTool", "InDetTrackSummaryToolNoHoleSearch"};

◆ m_useITkConvSeeded

BooleanProperty InDet::SiSPSeededTrackFinder::m_useITkConvSeeded {this, "useITkConvSeeded", false, "ITk EM-seeded conversion reco"}
protected

Definition at line 101 of file SiSPSeededTrackFinder.h.

101{this, "useITkConvSeeded", false, "ITk EM-seeded conversion reco"};

◆ m_useMBTS

BooleanProperty InDet::SiSPSeededTrackFinder::m_useMBTS {this, "useMBTSTimeDiff", false}
protected

Definition at line 97 of file SiSPSeededTrackFinder.h.

97{this, "useMBTSTimeDiff", false};

◆ m_useNewStrategy

BooleanProperty InDet::SiSPSeededTrackFinder::m_useNewStrategy {this, "useNewStrategy", false}
protected

Definition at line 98 of file SiSPSeededTrackFinder.h.

98{this, "useNewStrategy", false};

◆ m_useZBoundaryFinding

BooleanProperty InDet::SiSPSeededTrackFinder::m_useZBoundaryFinding {this, "useZBoundFinding", false}
protected

Definition at line 99 of file SiSPSeededTrackFinder.h.

99{this, "useZBoundFinding", false};

◆ m_useZvertexTool

BooleanProperty InDet::SiSPSeededTrackFinder::m_useZvertexTool {this, "useZvertexTool", true}
protected

Definition at line 95 of file SiSPSeededTrackFinder.h.

95{this, "useZvertexTool", true};

◆ m_varHandleArraysDeclared

bool AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_varHandleArraysDeclared
privateinherited

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vhka

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

Definition at line 398 of file AthCommonDataStore.h.

◆ m_writeHolesFromPattern

BooleanProperty InDet::SiSPSeededTrackFinder::m_writeHolesFromPattern {this, "writeHolesFromPattern", false,"Flag to activate writing hole info from the pattern recognition"}
protected

Definition at line 96 of file SiSPSeededTrackFinder.h.

96{this, "writeHolesFromPattern", false,"Flag to activate writing hole info from the pattern recognition"};

◆ m_zcut

DoubleProperty InDet::SiSPSeededTrackFinder::m_zcut {this, "Zcut", 350.}
protected

Definition at line 110 of file SiSPSeededTrackFinder.h.

110{this, "Zcut", 350.};

◆ m_zstep

double InDet::SiSPSeededTrackFinder::m_zstep {0.}
protected

Definition at line 125 of file SiSPSeededTrackFinder.h.

125{0.};

◆ m_zvertexmaker

ToolHandle<ISiZvertexMaker> InDet::SiSPSeededTrackFinder::m_zvertexmaker {this, "ZvertexTool", "InDet::SiZvertexMaker_xk/InDetSiZvertexMaker", "Space poins z-vertex maker"}
protected

Definition at line 146 of file SiSPSeededTrackFinder.h.

146{this, "ZvertexTool", "InDet::SiZvertexMaker_xk/InDetSiZvertexMaker", "Space poins z-vertex maker"};

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