![]() |
ATLAS Offline Software
|
#include <TrigFastTrackFinder.h>
Classes | |
struct | OneLayerInfo_t |
Public Types | |
enum | DisTrkCategory { Other = 0, Pix4l_Sct0 = 1, Pix4l_Sct1p = 2, Pix3l_Sct0 = 3, Pix3l_Sct1p = 4 } |
Public Member Functions | |
TrigFastTrackFinder (const std::string &name, ISvcLocator *pSvcLocator) | |
virtual | ~TrigFastTrackFinder () |
virtual StatusCode | initialize () override |
virtual StatusCode | finalize () override |
virtual StatusCode | start () override |
virtual StatusCode | execute (const EventContext &ctx) const override |
StatusCode | findTracks (InDet::SiTrackMakerEventData_xk &event_data, const TrigRoiDescriptor &roi, const TrackCollection *inputTracks, TrackCollection &outputTracks, const EventContext &ctx) const |
double | trackQuality (const Trk::Track *Tr) const |
void | filterSharedTracks (std::vector< std::tuple< bool, double, Trk::Track * >> &QT) const |
virtual StatusCode | sysInitialize () override |
Override sysInitialize. More... | |
virtual bool | isClonable () const override |
Specify if the algorithm is clonable. More... | |
virtual unsigned int | cardinality () const override |
Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant. More... | |
virtual StatusCode | sysExecute (const EventContext &ctx) override |
Execute an algorithm. More... | |
virtual const DataObjIDColl & | extraOutputDeps () const override |
Return the list of extra output dependencies. More... | |
virtual bool | filterPassed (const EventContext &ctx) const |
virtual void | setFilterPassed (bool state, const EventContext &ctx) const |
ServiceHandle< StoreGateSvc > & | evtStore () |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More... | |
const ServiceHandle< StoreGateSvc > & | evtStore () const |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More... | |
const ServiceHandle< StoreGateSvc > & | detStore () const |
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc . More... | |
virtual StatusCode | sysStart () override |
Handle START transition. More... | |
virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
Return this algorithm's input handles. More... | |
virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
Return this algorithm's output handles. More... | |
Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T > &t) |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &) |
Declare a new Gaudi property. More... | |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &) |
Declare a new Gaudi property. More... | |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &) |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &) |
Declare a new Gaudi property. More... | |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc="none") |
Declare a new Gaudi property. More... | |
void | updateVHKA (Gaudi::Details::PropertyBase &) |
MsgStream & | msg () const |
MsgStream & | msg (const MSG::Level lvl) const |
bool | msgLvl (const MSG::Level lvl) const |
Protected Member Functions | |
void | updateClusterMap (long int, const Trk::Track *, std::map< Identifier, std::vector< long int > > &) const |
void | extractClusterIds (const Trk::SpacePoint *, std::vector< Identifier > &) const |
bool | usedByAnyTrack (const std::vector< Identifier > &, std::map< Identifier, std::vector< long int > > &) const |
void | renounceArray (SG::VarHandleKeyArray &handlesArray) |
remove all handles from I/O resolution More... | |
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. More... | |
Static Protected Attributes | |
static constexpr size_t | N_BARREL_LAYERS {8} |
Private Types | |
typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
Private Member Functions | |
void | fillMon (const TrackCollection &tracks, const TrigVertexCollection &vertices, const TrigRoiDescriptor &roi, const EventContext &ctx) const |
void | runResidualMonitoring (const Trk::Track &track, const EventContext &) const |
void | makeSeedsOnGPU (const TrigCombinatorialSettings &, const IRoiDescriptor *, const std::vector< TrigSiSpacePointBase > &, std::vector< TrigInDetTriplet > &) const |
StatusCode | createEmptyUTTEDMs (const EventContext &) const |
int | getSPLayer (int, float) const |
StatusCode | calcdEdx (const EventContext &, const TrackCollection &) const |
StatusCode | finddEdxTrk (const EventContext &, const TrackCollection &) const |
float | dEdx (const Trk::Track *, int &, int &, std::vector< float > &, std::vector< float > &, std::vector< float > &, std::vector< float > &, std::vector< int > &, std::vector< int > &, std::vector< int > &) const |
int | recoAndFillDisTrkCand (const std::string &, TrackCollection *, std::vector< Trk::Track * > &, xAOD::TrigCompositeContainer *, const std::vector< double > &, const std::vector< double > &, const std::vector< double > &, bool, const EventContext &) const |
void | print_disTrk (const Trk::Track *t) const |
std::unique_ptr< Trk::Track > | disTrk_refit (Trk::Track *t, const EventContext &ctx) const |
std::array< OneLayerInfo_t, N_BARREL_LAYERS > | getTrkBarrelLayerInfo (Trk::Track *aTrack) const |
bool | isCleaningPassDisTrack (const TrigInDetTriplet &, Trk::Track *, bool) const |
double | disTrackQuality (const Trk::Track *) const |
void | recoVertexForDisTrack (const EventContext &, TrackCollection &, std::vector< double > &, std::vector< double > &, std::vector< double > &) const |
bool | isPreselPassDisTrackBeforeRefit (Trk::Track *, double, double) const |
bool | isPreselPassDisTrackAfterRefit (Trk::Track *, Trk::Track *, double, double) const |
bool | isGoodForDisTrackVertex (Trk::Track *, const EventContext &) const |
std::unique_ptr< const Trk::TrackParameters > | extrapolateDisTrackToBS (Trk::Track *, const std::vector< double > &, const std::vector< double > &, const std::vector< double > &, const EventContext &) const |
void | filterSharedDisTracks (std::vector< std::tuple< bool, double, Trk::Track * >> &) const |
void | fillDisTrkCand (xAOD::TrigComposite *, const std::string &, Trk::Track *, const std::unique_ptr< const Trk::TrackParameters > &) const |
void | fillDisTrkCand (xAOD::TrigComposite *, const std::string &, Trk::Track *, const std::unique_ptr< const Trk::TrackParameters > &, bool, std::vector< Trk::Track * > &) const |
TrigFastTrackFinder::DisTrkCategory | getDisTrkCategory (Trk::Track *trk) const |
StatusCode | findDisTracks (const EventContext &, TrackCollection &, std::vector< std::tuple< bool, double, Trk::Track * >> &, std::vector< std::tuple< bool, double, Trk::Track * >> &, TrackCollection &, const std::vector< double > &, const std::vector< double > &, const std::vector< double > &) const |
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &) |
specialization for handling Gaudi::Property<SG::VarHandleKey> More... | |
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyArrayType &) |
specialization for handling Gaudi::Property<SG::VarHandleKeyArray> More... | |
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleType &) |
specialization for handling Gaudi::Property<SG::VarHandleBase> More... | |
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &t, const SG::NotHandleType &) |
specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray> More... | |
Definition at line 96 of file TrigFastTrackFinder.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
Enumerator | |
---|---|
Other | |
Pix4l_Sct0 | |
Pix4l_Sct1p | |
Pix3l_Sct0 | |
Pix3l_Sct1p |
Definition at line 117 of file TrigFastTrackFinder.h.
TrigFastTrackFinder::TrigFastTrackFinder | ( | const std::string & | name, |
ISvcLocator * | pSvcLocator | ||
) |
Initial cut
SeedMaker
Doublet finding properties.
Triplet finding properties.
settings for the ML-enhanced track seeding
Definition at line 54 of file TrigFastTrackFinder.cxx.
|
virtual |
Definition at line 180 of file TrigFastTrackFinder.cxx.
|
private |
|
overridevirtualinherited |
Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant.
Override this to return 0 for reentrant algorithms.
Override this to return 0 for reentrant algorithms.
Definition at line 55 of file AthReentrantAlgorithm.cxx.
|
private |
Definition at line 1517 of file TrigFastTrackFinder.cxx.
|
inlineprivateinherited |
specialization for handling Gaudi::Property<SG::VarHandleKeyArray>
Definition at line 170 of file AthCommonDataStore.h.
|
inlineprivateinherited |
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
|
inlineprivateinherited |
specialization for handling Gaudi::Property<SG::VarHandleBase>
Definition at line 184 of file AthCommonDataStore.h.
|
inlineprivateinherited |
specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray>
Definition at line 199 of file AthCommonDataStore.h.
|
inlineinherited |
Declare a new Gaudi property.
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleBase
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 245 of file AthCommonDataStore.h.
|
inlineinherited |
Declare a new Gaudi property.
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleKey
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 221 of file AthCommonDataStore.h.
|
inlineinherited |
Definition at line 259 of file AthCommonDataStore.h.
|
inlineinherited |
Declare a new Gaudi property.
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This is the generic version, for types that do not derive from SG::VarHandleKey
. It just forwards to the base class version of declareProperty
.
Definition at line 333 of file AthCommonDataStore.h.
|
inlineinherited |
Declare a new Gaudi property.
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This dispatches to either the generic declareProperty
or the one for VarHandle/Key/KeyArray.
Definition at line 352 of file AthCommonDataStore.h.
|
inlineinherited |
Definition at line 145 of file AthCommonDataStore.h.
|
private |
Definition at line 1743 of file TrigFastTrackFinder.cxx.
|
inlineinherited |
The standard StoreGateSvc/DetectorStore
Returns (kind of) a pointer to the StoreGateSvc
.
Definition at line 95 of file AthCommonDataStore.h.
|
private |
Definition at line 2092 of file TrigFastTrackFinder.cxx.
|
private |
Definition at line 2791 of file TrigFastTrackFinder.cxx.
|
inlineinherited |
The standard StoreGateSvc
(event store) Returns (kind of) a pointer to the StoreGateSvc
.
Definition at line 85 of file AthCommonDataStore.h.
|
inlineinherited |
The standard StoreGateSvc
(event store) Returns (kind of) a pointer to the StoreGateSvc
.
Definition at line 90 of file AthCommonDataStore.h.
|
overridevirtual |
internalRoI.manageConstituents(false);//Don't try to delete RoIs at the end
updating this class member counter is not going to be thread safe ...
Definition at line 385 of file TrigFastTrackFinder.cxx.
|
protected |
Definition at line 1080 of file TrigFastTrackFinder.cxx.
|
protectedinherited |
Add StoreName to extra input/output deps as needed.
use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given
|
overridevirtualinherited |
Return the list of extra output dependencies.
This list is extended to include symlinks implied by inheritance relations.
Definition at line 79 of file AthReentrantAlgorithm.cxx.
|
private |
Definition at line 2513 of file TrigFastTrackFinder.cxx.
|
private |
Definition at line 2568 of file TrigFastTrackFinder.cxx.
|
private |
Definition at line 2574 of file TrigFastTrackFinder.cxx.
|
private |
Definition at line 1111 of file TrigFastTrackFinder.cxx.
|
inlinevirtualinherited |
Definition at line 135 of file AthReentrantAlgorithm.h.
|
private |
Definition at line 2324 of file TrigFastTrackFinder.cxx.
void TrigFastTrackFinder::filterSharedTracks | ( | std::vector< std::tuple< bool, double, Trk::Track * >> & | QT | ) | const |
Definition at line 1011 of file TrigFastTrackFinder.cxx.
|
overridevirtual |
Definition at line 1046 of file TrigFastTrackFinder.cxx.
|
private |
Definition at line 1654 of file TrigFastTrackFinder.cxx.
|
private |
Definition at line 2361 of file TrigFastTrackFinder.cxx.
StatusCode TrigFastTrackFinder::findTracks | ( | InDet::SiTrackMakerEventData_xk & | event_data, |
const TrigRoiDescriptor & | roi, | ||
const TrackCollection * | inputTracks, | ||
TrackCollection & | outputTracks, | ||
const EventContext & | ctx | ||
) | const |
this uses move semantics so doesn't do a deep copy, so ...
need to disable managment of the constituents
create a new internal superRoi - should really record this
write vertex collection ... TODO: add vertices collection handling here, should not be 0 at this point unless fastZVseeding is enabled
Definition at line 436 of file TrigFastTrackFinder.cxx.
|
private |
Definition at line 2541 of file TrigFastTrackFinder.cxx.
|
private |
Definition at line 1534 of file TrigFastTrackFinder.cxx.
|
private |
Definition at line 2035 of file TrigFastTrackFinder.cxx.
|
overridevirtual |
Definition at line 184 of file TrigFastTrackFinder.cxx.
|
overridevirtualinherited |
Return this algorithm's input handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
|
private |
Definition at line 1954 of file TrigFastTrackFinder.cxx.
|
overridevirtualinherited |
Specify if the algorithm is clonable.
Reentrant algorithms are clonable.
Reimplemented in Simulation::BeamEffectsAlg, InDet::SiTrackerSpacePointFinder, InDet::SCT_Clusterization, InDet::SiSPSeededTrackFinder, SCTRawDataProvider, InDet::GNNSeedingTrackMaker, SCT_PrepDataToxAOD, RoIBResultToxAOD, InDet::SiSPGNNTrackMaker, SCT_CablingCondAlgFromCoraCool, SCT_ReadCalibDataTestAlg, SCT_CablingCondAlgFromText, SCT_ReadCalibChipDataTestAlg, SCT_TestCablingAlg, SCT_ConfigurationConditionsTestAlg, ITkPixelCablingAlg, ITkStripCablingAlg, SCTEventFlagWriter, SCT_ConditionsSummaryTestAlg, SCT_ModuleVetoTestAlg, SCT_MonitorConditionsTestAlg, SCT_LinkMaskingTestAlg, SCT_MajorityConditionsTestAlg, SCT_RODVetoTestAlg, SCT_SensorsTestAlg, SCT_TdaqEnabledTestAlg, SCT_SiliconConditionsTestAlg, SCTSiLorentzAngleTestAlg, SCT_ByteStreamErrorsTestAlg, SCT_ConditionsParameterTestAlg, SCT_FlaggedConditionTestAlg, SCT_StripVetoTestAlg, SCT_RawDataToxAOD, and SCTSiPropertiesTestAlg.
Definition at line 44 of file AthReentrantAlgorithm.cxx.
|
private |
Definition at line 2274 of file TrigFastTrackFinder.cxx.
|
private |
Definition at line 2427 of file TrigFastTrackFinder.cxx.
|
private |
Definition at line 2474 of file TrigFastTrackFinder.cxx.
|
private |
Definition at line 1486 of file TrigFastTrackFinder.cxx.
|
inlineinherited |
Definition at line 24 of file AthCommonMsg.h.
|
inlineinherited |
Definition at line 27 of file AthCommonMsg.h.
|
inlineinherited |
Definition at line 30 of file AthCommonMsg.h.
|
overridevirtualinherited |
Return this algorithm's output handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
|
private |
Definition at line 2844 of file TrigFastTrackFinder.cxx.
|
private |
Definition at line 2692 of file TrigFastTrackFinder.cxx.
|
private |
Definition at line 2129 of file TrigFastTrackFinder.cxx.
|
inlineprotectedinherited |
Definition at line 380 of file AthCommonDataStore.h.
|
inlineprotectedinherited |
remove all handles from I/O resolution
Definition at line 364 of file AthCommonDataStore.h.
|
private |
Definition at line 1267 of file TrigFastTrackFinder.cxx.
|
inlinevirtualinherited |
Definition at line 139 of file AthReentrantAlgorithm.h.
|
overridevirtual |
Definition at line 364 of file TrigFastTrackFinder.cxx.
|
overridevirtualinherited |
Execute an algorithm.
We override this in order to work around an issue with the Algorithm base class storing the event context in a member variable that can cause crashes in MT jobs.
Definition at line 67 of file AthReentrantAlgorithm.cxx.
|
overridevirtualinherited |
Override sysInitialize.
Override sysInitialize from the base class.
Loop through all output handles, and if they're WriteCondHandles, automatically register them and this Algorithm with the CondSvc
Scan through all outputHandles, and if they're WriteCondHandles, register them with the CondSvc
Reimplemented from AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >.
Reimplemented in InputMakerBase, and HypoBase.
Definition at line 96 of file AthReentrantAlgorithm.cxx.
|
overridevirtualinherited |
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
double TrigFastTrackFinder::trackQuality | ( | const Trk::Track * | Tr | ) | const |
Definition at line 988 of file TrigFastTrackFinder.cxx.
|
protected |
Definition at line 1059 of file TrigFastTrackFinder.cxx.
|
inlineinherited |
Definition at line 308 of file AthCommonDataStore.h.
|
protected |
Definition at line 1088 of file TrigFastTrackFinder.cxx.
|
private |
Definition at line 155 of file TrigFastTrackFinder.h.
|
private |
Definition at line 154 of file TrigFastTrackFinder.h.
|
private |
Definition at line 198 of file TrigFastTrackFinder.h.
|
private |
Definition at line 196 of file TrigFastTrackFinder.h.
|
private |
Definition at line 235 of file TrigFastTrackFinder.h.
|
mutableprivate |
Definition at line 209 of file TrigFastTrackFinder.h.
|
mutableprivate |
Definition at line 210 of file TrigFastTrackFinder.h.
|
mutableprivate |
Definition at line 208 of file TrigFastTrackFinder.h.
|
private |
Definition at line 166 of file TrigFastTrackFinder.h.
|
private |
Definition at line 165 of file TrigFastTrackFinder.h.
|
privateinherited |
Pointer to StoreGate (detector store by default)
Definition at line 393 of file AthCommonDataStore.h.
|
private |
Definition at line 167 of file TrigFastTrackFinder.h.
|
private |
Definition at line 151 of file TrigFastTrackFinder.h.
|
private |
Definition at line 282 of file TrigFastTrackFinder.h.
|
private |
Definition at line 244 of file TrigFastTrackFinder.h.
|
private |
Definition at line 251 of file TrigFastTrackFinder.h.
|
private |
Definition at line 180 of file TrigFastTrackFinder.h.
|
private |
Definition at line 182 of file TrigFastTrackFinder.h.
|
private |
Definition at line 283 of file TrigFastTrackFinder.h.
|
private |
Definition at line 175 of file TrigFastTrackFinder.h.
|
private |
Definition at line 176 of file TrigFastTrackFinder.h.
|
privateinherited |
Pointer to StoreGate (event store by default)
Definition at line 390 of file AthCommonDataStore.h.
|
privateinherited |
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
Empty if no symlinks were found.
Definition at line 153 of file AthReentrantAlgorithm.h.
|
private |
Definition at line 150 of file TrigFastTrackFinder.h.
|
private |
Definition at line 214 of file TrigFastTrackFinder.h.
|
private |
Definition at line 194 of file TrigFastTrackFinder.h.
|
private |
Definition at line 159 of file TrigFastTrackFinder.h.
|
private |
Definition at line 276 of file TrigFastTrackFinder.h.
|
private |
Definition at line 231 of file TrigFastTrackFinder.h.
|
private |
Definition at line 232 of file TrigFastTrackFinder.h.
|
private |
Definition at line 230 of file TrigFastTrackFinder.h.
|
private |
Definition at line 187 of file TrigFastTrackFinder.h.
|
private |
Definition at line 149 of file TrigFastTrackFinder.h.
|
private |
Definition at line 189 of file TrigFastTrackFinder.h.
|
private |
Definition at line 143 of file TrigFastTrackFinder.h.
|
private |
Definition at line 160 of file TrigFastTrackFinder.h.
|
private |
Definition at line 217 of file TrigFastTrackFinder.h.
Definition at line 212 of file TrigFastTrackFinder.h.
|
private |
Definition at line 162 of file TrigFastTrackFinder.h.
|
private |
Definition at line 193 of file TrigFastTrackFinder.h.
|
private |
Definition at line 158 of file TrigFastTrackFinder.h.
Definition at line 213 of file TrigFastTrackFinder.h.
|
private |
Definition at line 279 of file TrigFastTrackFinder.h.
|
private |
Definition at line 144 of file TrigFastTrackFinder.h.
|
private |
Definition at line 277 of file TrigFastTrackFinder.h.
|
private |
Definition at line 178 of file TrigFastTrackFinder.h.
|
private |
Definition at line 185 of file TrigFastTrackFinder.h.
|
private |
Definition at line 145 of file TrigFastTrackFinder.h.
|
private |
Definition at line 148 of file TrigFastTrackFinder.h.
|
private |
Definition at line 146 of file TrigFastTrackFinder.h.
|
private |
Definition at line 234 of file TrigFastTrackFinder.h.
|
private |
Definition at line 147 of file TrigFastTrackFinder.h.
|
private |
Definition at line 192 of file TrigFastTrackFinder.h.
|
private |
Definition at line 171 of file TrigFastTrackFinder.h.
|
private |
Definition at line 281 of file TrigFastTrackFinder.h.
|
private |
Definition at line 223 of file TrigFastTrackFinder.h.
|
private |
Definition at line 219 of file TrigFastTrackFinder.h.
|
private |
Definition at line 284 of file TrigFastTrackFinder.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
private |
Definition at line 173 of file TrigFastTrackFinder.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.
|
private |
Definition at line 195 of file TrigFastTrackFinder.h.
|
staticconstexprprotected |
Definition at line 127 of file TrigFastTrackFinder.h.