5 #ifndef MUON_MUONTRACKEXTRAPOLATIONTOOL_H 
    6 #define MUON_MUONTRACKEXTRAPOLATIONTOOL_H 
    9 #include "GaudiKernel/ServiceHandle.h" 
   10 #include "GaudiKernel/ToolHandle.h" 
   72                                                                                   "Name of the Magnetic Field conditions object key"};
 
   75                                                                                "Key of input TrackingGeometry"};
 
   77                                                               "Handle to the service providing the IMuonEDMHelperSvc interface"};
 
   80         PublicToolHandle<Muon::MuonEDMPrinterTool> 
m_printer{
this, 
"EDMPrinter", 
"Muon::MuonEDMPrinterTool/MuonEDMPrinterTool",
 
   81                                                        "helper to nicely print out tracks"};
 
   82         ToolHandle<Trk::IExtrapolator> 
m_atlasExtrapolator{
this, 
"AtlasExtrapolator", 
"Trk::Extrapolator/AtlasExtrapolator"};
 
   83         ToolHandle<Trk::IExtrapolator> 
m_muonExtrapolator{
this, 
"MuonExtrapolator", 
"Trk::Extrapolator/MuonExtrapolator"};
 
   85         Gaudi::Property<bool> 
m_cosmics{
this, 
"Cosmics", 
false};
 
   87         Gaudi::Property<std::string> 
m_msEntranceName{
this, 
"MuonSystemEntranceName", 
"MuonSpectrometerEntrance"};