Skip to content
Snippets Groups Projects
Commit 137ed2d0 authored by Yohei Yamaguchi's avatar Yohei Yamaguchi
Browse files

cleanup

parent 2a1bbe08
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!36867L2 inside-out
......@@ -4,8 +4,6 @@
#include "FtfRoadDefiner.h"
// #include "TrigSteeringEvent/TrigRoiDescriptor.h"
TrigL2MuonSA::FtfRoadDefiner::FtfRoadDefiner(const std::string& type,
const std::string& name,
const IInterface* parent):
......
......@@ -8,17 +8,9 @@
#include "AthenaBaseComps/AthAlgTool.h"
#include "GaudiKernel/ToolHandle.h"
/* #include "RpcData.h" */
/* #include "RpcPatFinder.h" */
#include "MuonRoad.h"
/* #include "MdtRegion.h" */
/* #include "RpcFitResult.h" */
/* #include "BarrelRoadData.h" */
/* #include "RecMuonRoI.h" */
/* #include "IRegionSelector/IRegSelTool.h" */
#include "xAODTracking/TrackParticleContainer.h"
#include "TrkExInterfaces/IExtrapolator.h"
using Amg::Transform3D;
......@@ -41,22 +33,14 @@ namespace TrigL2MuonSA {
public:
StatusCode defineRoad( const xAOD::TrackParticle* idtrack,
TrigL2MuonSA::MuonRoad& muonRoad);
/* void setMdtGeometry( const ServiceHandle<IRegSelSvc>& regionSelector, */
/* const Muon::MuonIdHelperTool* muonIdHelperTool); */
/* void unsetRpc(bool insideOut, Gaudi::Property<bool>* use_rpc); */
const Trk::TrackParameters* extTrack( const xAOD::TrackParticle* trk, double R, double halflength, int& extFlag );
protected:
private:
/* const BarrelRoadData* m_roadData; */
ToolHandle<Trk::IExtrapolator> m_extrapolator{
this, "IOExtrapolator", "Trk::Extrapolator/AtlasExtrapolator"};
/* bool m_use_ftf; */
/* ToolHandle<IRegSelTool> m_regionSelector; */
/* const Muon::MuonIdHelperTool* m_muonIdHelperTool; */
};
// --------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment