5#ifndef MUON_IMUONSEGMENTSELECTIONTOOL_H
6#define MUON_IMUONSEGMENTSELECTIONTOOL_H
8#include "GaudiKernel/IAlgTool.h"
22 static const InterfaceID IID_IMuonSegmentSelectionTool(
"Muon::IMuonSegmentSelectionTool", 1, 0);
24 return IID_IMuonSegmentSelectionTool;
33 virtual bool select(
const MuonSegment& seg,
bool ignoreHoles =
false,
int qualityLevel = 0,
bool useEta =
true,
34 bool usePhi =
true)
const = 0;
37 virtual int quality(
const MuonSegment& seg,
bool ignoreHoles =
false,
bool useEta =
true,
bool usePhi =
true)
const = 0;
This is the common class for 3D segments used in the muon spectrometer.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.