Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Retrieves all Trk::TrackCollection
objects.
More...
#include <TrackRetriever.h>
|
| TrackRetriever (const std::string &type, const std::string &name, const IInterface *parent) |
| Standard Constructor. More...
|
|
virtual StatusCode | retrieve (ToolHandle< IFormatTool > &FormatTool) |
| For each track collection retrieve all data. More...
|
|
const DataMap | getData (const TrackCollection *trackCollection, const std::string &collectionName) |
| Puts the variables into a DataMap. More...
|
|
const std::vector< std::string > | getKeys () |
| Gets the StoreGate keys for the desired containers. More...
|
|
virtual std::string | dataTypeName () const |
| Return the name of the data type that is generated by this retriever. More...
|
|
StatusCode | initialize () |
| Default AthAlgTool methods. More...
|
|
ServiceHandle< StoreGateSvc > & | evtStore () |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | evtStore () const |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | detStore () const |
| The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
virtual StatusCode | sysInitialize () override |
| Perform system initialization for an algorithm. More...
|
|
virtual StatusCode | sysStart () override |
| Handle START transition. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
| Return this algorithm's input handles. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
| Return this algorithm's output handles. More...
|
|
Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T > &t) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc="none") |
| Declare a new Gaudi property. More...
|
|
void | updateVHKA (Gaudi::Details::PropertyBase &) |
|
MsgStream & | msg () const |
|
MsgStream & | msg (const MSG::Level lvl) const |
|
bool | msgLvl (const MSG::Level lvl) const |
|
|
const std::string | m_typeName = "Track" |
| The data type that is generated by this retriever. More...
|
|
Gaudi::Property< std::string > | m_priorityKey {this,"PriorityTrackCollection","CombinedInDetTracks", "First track collections to retrieve, shown as default in Atlantis"} |
|
Gaudi::Property< std::vector< std::string > > | m_otherKeys {this, "OtherTrackCollections", {}, "Track collections to retrieve, all if empty"} |
|
Gaudi::Property< bool > | m_doWriteHLT {this, "DoWriteHLT", false, "Write out other collections that have HLT in the name"} |
|
Gaudi::Property< bool > | m_doWriteAllCollections {this, "DoWriteAllCollections", false, "Write out all Track collections"} |
|
Gaudi::Property< std::string > | m_TrackTruthCollection {this, "TrackTruthColName", "TrackTruthCollection", "Track collection from which to retrieve the truth associations for the priority track collection"} |
|
Gaudi::Property< bool > | m_doWriteResiduals {this,"DoWriteResiduals", true,"Whether to write TrackResiduals"} |
|
Gaudi::Property< bool > | m_doHitsSorting {this, "DoHitsSorting", false, "Whether to perform hits TrackStateOnSurfaces (TSoS) sorting"} |
|
Gaudi::Property< bool > | m_doHitsDetails {this, "DoHitsDetails", true, "Whether to write hits TrackStateOnSurfaces (TSoS) details"} |
|
ToolHandle< Trk::IResidualPullCalculator > | m_residualPullCalculator {this, "ResidualPullCalculator","Trk::ResidualPullCalculator/ResidualPullCalculator", "ToolHandle to ResidualPullCaclulator" } |
|
ToolHandle< Trk::ITrackSummaryTool > | m_trackSumTool {this, "TrackSummaryTool", "Trk::TrackSummaryTool/InDetTrackSummaryTool", "Track Summary Tool for number of Pix/SCT/TRT hits"} |
|
const AtlasDetectorID * | m_idHelper {} |
| Used to find out the corresponding sub-det from ROT->identify(). More...
|
|
StoreGateSvc_t | m_evtStore |
| Pointer to StoreGate (event store by default) More...
|
|
StoreGateSvc_t | m_detStore |
| Pointer to StoreGate (detector store by default) More...
|
|
std::vector< SG::VarHandleKeyArray * > | m_vhka |
|
bool | m_varHandleArraysDeclared |
|
Retrieves all Trk::TrackCollection
objects.
- Properties
- PriorityTrackCollection
= 'ExtendedTracks'
:
- OtherTrackCollections
= [ ]
:
- TrackTruthCollections
= [ ]
:
- DoWriteHLT
= False
:
- DoWriteResiduals
= True
:
- ResidualPullCalculator
= PublicToolHandle('Trk::ResidualPullCalculator/ResidualPullCalculator')
:
- DoHitsSorting
= True
:
- DoHitsDetails
= True
:
- Retrieved Data
- id : internal track ID counter
- chi2 : \(\chi^2\) of track fit
- numDoF : number of degrees of freedom for the fit
- trackAuthor : track author as defined in TrkTrack/TrackInfo.h
- barcode : associated truth track barcode
- numHits : number of hits associated to that track
- covMatrix : entries of the covariance matrix
- pt : transverse momentum
- d0 : transverse impact parameter
- z0 : longitudinal impact parameter
- phi0 : initial phi direction at vertex
- cotTheta : initial \(\cos(\theta)\) at vertex
- numPolyline : number of polyline points
- polylineX, polylineY, polylineZ : polyline coordinates
- numTsos : number of associated hits (Track State on Surface)
- isOutlier : wether the hit is classified as outlier
- driftSign : the drift sign of the hit
- tsosDetType : detector type (one of 'PIX','SIL','TRT','MDT','CSC','RPC','TGC','unident')
- tsosResLoc1 : local first coordinate of residual
- tsosResLoc2 : local second coordinate of residual
- tsosPullLoc1 : local first coordinate of pull
- tsosPullLoc2 : local second coordinate of pull
Definition at line 63 of file TrackRetriever.h.
◆ StoreGateSvc_t
◆ TrackRetriever()
JiveXML::TrackRetriever::TrackRetriever |
( |
const std::string & |
type, |
|
|
const std::string & |
name, |
|
|
const IInterface * |
parent |
|
) |
| |
Standard Constructor.
This is the standard AthAlgTool constructor.
- Parameters
-
type | AlgTool type name |
name | AlgTool instance name |
parent | AlgTools parent owning this tool |
Definition at line 335 of file TrackRetriever.cxx.
◆ dataTypeName()
virtual std::string JiveXML::TrackRetriever::dataTypeName |
( |
| ) |
const |
|
inlinevirtual |
◆ declareGaudiProperty() [1/4]
specialization for handling Gaudi::Property<SG::VarHandleKeyArray>
Definition at line 170 of file AthCommonDataStore.h.
175 hndl.documentation());
◆ declareGaudiProperty() [2/4]
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
161 hndl.documentation());
◆ declareGaudiProperty() [3/4]
specialization for handling Gaudi::Property<SG::VarHandleBase>
Definition at line 184 of file AthCommonDataStore.h.
189 hndl.documentation());
◆ declareGaudiProperty() [4/4]
◆ declareProperty() [1/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleBase
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 245 of file AthCommonDataStore.h.
250 this->declare(hndl.
vhKey());
251 hndl.
vhKey().setOwner(
this);
253 return PBASE::declareProperty(
name,hndl,
doc);
◆ declareProperty() [2/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleKey
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 221 of file AthCommonDataStore.h.
229 return PBASE::declareProperty(
name,hndl,
doc);
◆ declareProperty() [3/6]
◆ declareProperty() [4/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This is the generic version, for types that do not derive from SG::VarHandleKey
. It just forwards to the base class version of declareProperty
.
Definition at line 333 of file AthCommonDataStore.h.
338 return PBASE::declareProperty(
name, property,
doc);
◆ declareProperty() [5/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This dispatches to either the generic declareProperty
or the one for VarHandle/Key/KeyArray.
Definition at line 352 of file AthCommonDataStore.h.
◆ declareProperty() [6/6]
◆ detStore()
◆ evtStore() [1/2]
◆ evtStore() [2/2]
◆ extraDeps_update_handler()
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
◆ getData()
Puts the variables into a DataMap.
Try to find the appropiate truth collection StoreGate key can be either 'TruthCollection' or just 'Truth' suffix. Check both. Using 'SG::contains' check first, avoids spitting out SG warnings
General track fit info
Get truth Information
Get Perigee parameters (if available)
Get number of Pix/SCT/TRT hits
Get sorted list of track state on surfaces
Get polyline information
RIO association and outlier id
Definition at line 393 of file TrackRetriever.cxx.
398 if ( trackCollection->
empty()){
399 ATH_MSG_DEBUG(
"Empty track collection " << collectionName );
401 ATH_MSG_DEBUG(
"Retrieving data for track collection " << collectionName);
415 if (truthCollection.
isValid()) {
420 if (truthCollection.
isValid()) {
421 ATH_MSG_DEBUG(
"Found TrackTruthCollection with key " << collectionName <<
"TruthCollection");
424 if (truthCollection.
isValid()) {
425 ATH_MSG_DEBUG(
"Found TrackTruthCollection with key " << collectionName <<
"Truth");
427 ATH_MSG_DEBUG(
"Could not find matching TrackTruthCollection for " << collectionName);
435 DataVect numDoF; numDoF.reserve(trackCollection->
size());
436 DataVect trackAuthor; trackAuthor.reserve(trackCollection->
size());
438 DataVect numHits; numHits.reserve(trackCollection->
size());
439 DataVect numPolyline; numPolyline.reserve(trackCollection->
size());
440 DataVect nBLayerHits; nBLayerHits.reserve(trackCollection->
size());
441 DataVect nPixHits; nPixHits.reserve(trackCollection->
size());
474 id.emplace_back(
id.
size());
475 chi2.emplace_back((*track)->fitQuality()->chiSquared());
476 numDoF.emplace_back((*track)->fitQuality()->numberDoF());
477 trackAuthor.emplace_back((*track)->info().trackFitter());
492 std::unique_ptr<Trk::TrackSummary>
summary =
nullptr;
497 nBLayerHits.emplace_back(0);
498 nPixHits.emplace_back(0);
518 polylineX.reserve(polylineX.size()+TSoSVec.size());
519 polylineY.reserve(polylineY.size()+TSoSVec.size());
520 polylineZ.reserve(polylineZ.size()+TSoSVec.size());
529 isOutlier.reserve(isOutlier.size()+TSoSVec.size());
530 hits.reserve(
hits.size()+TSoSVec.size());
532 tsosResLoc1.reserve(tsosResLoc1.size()+TSoSVec.size());
533 tsosResLoc2.reserve(tsosResLoc2.size()+TSoSVec.size());
534 tsosPullLoc1.reserve(tsosPullLoc1.size()+TSoSVec.size());
535 tsosPullLoc2.reserve(tsosPullLoc2.size()+TSoSVec.size());
536 tsosDetType.reserve(tsosDetType.size()+TSoSVec.size());
539 std::vector< const Trk::TrackStateOnSurface* >::const_iterator TSoSItr = TSoSVec.begin();
543 for (; TSoSItr != TSoSVec.end(); ++TSoSItr){
550 ATH_MSG_VERBOSE(
"Could not obtain RIO for TSoS of type " << (*TSoSItr)->dumpType() );
564 numHits.emplace_back(nHits);
574 DataMap[
"trackAuthor"] = trackAuthor;
577 DataMap[
"nBLayerHits"] = nBLayerHits;
578 DataMap[
"nPixHits"] = nPixHits;
581 DataMap[
"numPolyline"] = numPolyline;
595 if ( !polylineX.empty()){
596 std::string numPolyPerTrack =
DataType(polylineX.size()/((
double)
id.size())).toString();
597 DataMap[
"polylineX multiple=\"" + numPolyPerTrack +
"\""] = polylineX;
598 DataMap[
"polylineY multiple=\"" + numPolyPerTrack +
"\""] = polylineY;
599 DataMap[
"polylineZ multiple=\"" + numPolyPerTrack +
"\""] = polylineZ;
603 std::string numHitsPerTrack =
DataType(
hits.size()/((
double)
id.size())).toString();
604 DataMap[
"hits multiple=\"" + numHitsPerTrack +
"\""] =
hits;
605 DataMap[
"isOutlier multiple=\""+numHitsPerTrack+
"\""] = isOutlier;
611 DataMap[
"tsosResLoc1 multiple=\""+numHitsPerTrack+
"\""] = tsosResLoc1;
612 DataMap[
"tsosResLoc2 multiple=\""+numHitsPerTrack+
"\""] = tsosResLoc2;
613 DataMap[
"tsosPullLoc1 multiple=\""+numHitsPerTrack+
"\""] = tsosPullLoc1;
614 DataMap[
"tsosPullLoc2 multiple=\""+numHitsPerTrack+
"\""] = tsosPullLoc2;
615 DataMap[
"tsosDetType multiple=\""+numHitsPerTrack+
"\""] = tsosDetType;
◆ getKeys()
const std::vector< std::string > JiveXML::TrackRetriever::getKeys |
( |
| ) |
|
Gets the StoreGate keys for the desired containers.
Definition at line 626 of file TrackRetriever.cxx.
638 std::vector<std::string> allKeys;
644 for (
const std::string&
key : allKeys) {
◆ initialize()
StatusCode JiveXML::TrackRetriever::initialize |
( |
| ) |
|
Default AthAlgTool methods.
Initialize before event loop.
- retrieve the residual-pull tool
- setup the ID helper
Definition at line 343 of file TrackRetriever.cxx.
354 return StatusCode::SUCCESS;
◆ inputHandles()
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 & JiveXML::IDataRetriever::interfaceID |
( |
| ) |
|
|
inlinestaticinherited |
Return the interface identifier.
Definition at line 40 of file IDataRetriever.h.
40 {
return IID_IDataRetriever; }
◆ msg() [1/2]
◆ msg() [2/2]
◆ msgLvl()
◆ outputHandles()
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()
◆ renounceArray()
◆ retrieve()
StatusCode JiveXML::TrackRetriever::retrieve |
( |
ToolHandle< IFormatTool > & |
FormatTool | ) |
|
|
virtual |
For each track collection retrieve all data.
- loop over tracks in all collections
- for each track get basic parameters
- Parameters
-
FormatTool | the tool that will create formated output from the DataMap |
Implements JiveXML::IDataRetriever.
Definition at line 365 of file TrackRetriever.cxx.
373 return StatusCode::SUCCESS;
377 for (
const std::string&
key :
keys) {
379 if (cont.isValid()) {
390 return StatusCode::SUCCESS;
◆ sysInitialize()
◆ sysStart()
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
◆ updateVHKA()
◆ m_detStore
◆ m_doHitsDetails
Gaudi::Property<bool> JiveXML::TrackRetriever::m_doHitsDetails {this, "DoHitsDetails", true, "Whether to write hits TrackStateOnSurfaces (TSoS) details"} |
|
private |
◆ m_doHitsSorting
Gaudi::Property<bool> JiveXML::TrackRetriever::m_doHitsSorting {this, "DoHitsSorting", false, "Whether to perform hits TrackStateOnSurfaces (TSoS) sorting"} |
|
private |
◆ m_doWriteAllCollections
Gaudi::Property<bool> JiveXML::TrackRetriever::m_doWriteAllCollections {this, "DoWriteAllCollections", false, "Write out all Track collections"} |
|
private |
◆ m_doWriteHLT
Gaudi::Property<bool> JiveXML::TrackRetriever::m_doWriteHLT {this, "DoWriteHLT", false, "Write out other collections that have HLT in the name"} |
|
private |
◆ m_doWriteResiduals
Gaudi::Property<bool> JiveXML::TrackRetriever::m_doWriteResiduals {this,"DoWriteResiduals", true,"Whether to write TrackResiduals"} |
|
private |
◆ m_evtStore
◆ m_idHelper
◆ m_otherKeys
Gaudi::Property<std::vector<std::string> > JiveXML::TrackRetriever::m_otherKeys {this, "OtherTrackCollections", {}, "Track collections to retrieve, all if empty"} |
|
private |
◆ m_priorityKey
Gaudi::Property<std::string> JiveXML::TrackRetriever::m_priorityKey {this,"PriorityTrackCollection","CombinedInDetTracks", "First track collections to retrieve, shown as default in Atlantis"} |
|
private |
◆ m_residualPullCalculator
◆ m_trackSumTool
◆ m_TrackTruthCollection
Gaudi::Property<std::string> JiveXML::TrackRetriever::m_TrackTruthCollection {this, "TrackTruthColName", "TrackTruthCollection", "Track collection from which to retrieve the truth associations for the priority track collection"} |
|
private |
◆ m_typeName
const std::string JiveXML::TrackRetriever::m_typeName = "Track" |
|
private |
The data type that is generated by this retriever.
Definition at line 84 of file TrackRetriever.h.
◆ m_varHandleArraysDeclared
◆ m_vhka
The documentation for this class was generated from the following files:
const std::vector< std::string > getKeys()
Gets the StoreGate keys for the desired containers.
@ numberOfPixelHits
number of pixel layers on track with absence of hits
char data[hepevt_bytes_allocation_ATLAS]
Const iterator class for DataVector/DataList.
Gaudi::Property< std::string > m_priorityKey
Gaudi::Property< std::string > m_TrackTruthCollection
@ numberOfInnermostPixelLayerHits
these are the hits in the 1st pixel layer
Gaudi::Property< bool > m_doWriteResiduals
Gaudi::Property< bool > m_doHitsDetails
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
Dummy class used to allow special convertors to be called for surfaces owned by a detector element.
const Trk::Perigee * getPerigeeParameters(const Trk::Track *track, DataVect &pt, DataVect &d0, DataVect &z0, DataVect &phi0, DataVect &cotTheta, DataVect &covMatrix)
Obtain the perigee parameters for a given track, if available, and fill them in the corresponding dat...
std::vector< DataType > DataVect
Defines a map with a key and a vector of DataType objects e.g.
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
Gaudi::Property< std::vector< std::string > > m_otherKeys
const std::string m_typeName
The data type that is generated by this retriever.
const Trk::RIO_OnTrack * getBaseInfoFromHit(const Trk::TrackStateOnSurface *tsos, const AtlasDetectorID *idHelper, DataVect &isOutlier, DataVect &hits, DataVect &driftSign, DataVect &tsosDetType)
Retrieve all the basic hit information from the Trk::TrackStateOnSurface.
std::vector< const Trk::TrackStateOnSurface * > getTrackStateOnSurfaces(const Trk::Track *track, const Trk::Perigee *perigee, bool doHitsSorting)
Get a list of track-State on Surfaces for measurement and outlier hits, sorted using the perigee comp...
virtual StatusCode retrieve(ToolHandle< IFormatTool > &FormatTool)
For each track collection retrieve all data.
#define ATH_MSG_VERBOSE(x)
std::map< std::string, DataVect > DataMap
ToolHandle< Trk::IResidualPullCalculator > m_residualPullCalculator
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
void getResidualPullFromHit(const Trk::TrackStateOnSurface *tsos, const Trk::RIO_OnTrack *rot, const ToolHandle< Trk::IResidualPullCalculator > &residualPullCalculator, DataVect &tsosResLoc1, DataVect &tsosResLoc2, DataVect &tsosPullLoc1, DataVect &tsosPullLoc2)
Get the residual pull information from the Trk::TrackStateOnSurface hit.
virtual void setOwner(IDataHandleHolder *o)=0
int driftSign(const Amg::Vector3D &posInChamber, const Amg::Vector3D &dirInChamber, const SpacePoint &uncalibHit, MsgStream &msg)
Calculates whether a segement line travereses the tube measurement on the left (-1) or right (1) side...
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
Gaudi::Property< bool > m_doWriteAllCollections
float nSCTHits(const U &p)
const DataMap getData(const TrackCollection *trackCollection, const std::string &collectionName)
Puts the variables into a DataMap.
float nTRTHits(const U &p)
@ numberOfSCTHits
number of SCT holes
double chi2(TH1 *h0, TH1 *h1)
const AtlasDetectorID * m_idHelper
Used to find out the corresponding sub-det from ROT->identify().
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
Gaudi::Property< bool > m_doWriteHLT
virtual bool isValid() override final
Can the handle be successfully dereferenced?
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
@ numberOfTRTHits
number of TRT outliers
Gaudi::Property< bool > m_doHitsSorting
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
ToolHandle< Trk::ITrackSummaryTool > m_trackSumTool
#define ATH_MSG_WARNING(x)
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
void getTruthFromTrack(const Trk::Track *track, const TrackCollection *trackCollection, SG::ReadHandle< TrackTruthCollection > &truthCollection, DataVect &barcode)
Get the barcode of the associated truth track.
size_type size() const noexcept
Returns the number of elements in the collection.
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
bool empty() const noexcept
Returns true if the collection is empty.
virtual std::string dataTypeName() const
Return the name of the data type that is generated by this retriever.
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.
void getPolylineFromHits(const std::vector< const Trk::TrackStateOnSurface * > &TSoSVec, DataVect &polylineX, DataVect &polylineY, DataVect &polylineZ, DataVect &numPolyline)
Get polyline hits if available.