#include "GaudiKernel/DeclareFactoryEntries.h"
Go to the source code of this file.
Functions | |
DECLARE_FACTORY_ENTRIES (TrackExtrapolators) |
|
Definition at line 15 of file TrackExtrapolators_load.cpp. 00015 { 00016 00017 DECLARE_TOOL( TrackLinearExtrapolator ); 00018 DECLARE_TOOL( TrackParabolicExtrapolator ); 00019 DECLARE_TOOL( TrackFastParabolicExtrapolator ); 00020 DECLARE_TOOL( TrackHerabExtrapolator ); 00021 DECLARE_TOOL( TrackFirstCleverExtrapolator ); 00022 00023 }
|