ATLAS Offline Software
Loading...
Searching...
No Matches
IMdtSegmentSelector.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5// IMdtSegmentSelector.h
6// Header file for class IMdtSegmentSelector
8// (c) ATLAS Detector software
10// nveldik@nikhef.nl
12
13#ifndef MUONCALIB_IMDTSEGMENTSELECTOR_H
14#define MUONCALIB_IMDTSEGMENTSELECTOR_H
15
16namespace MuonCalib {
23
24 class MuonCalibSegment;
25
27 public:
30
32 virtual bool select(const MuonCalibSegment& seg) const = 0;
33
35 virtual void setPrintLevel(int level) = 0;
36 };
37
38} // namespace MuonCalib
39
40#endif
Interface class for MdtSegmentSelectors.
virtual bool select(const MuonCalibSegment &seg) const =0
return true if segment satisfies selection criteria
virtual void setPrintLevel(int level)=0
set print level
virtual ~IMdtSegmentSelector()
destructor
A MuonCalibSegment is a reconstructed three dimensional track segment in the MuonSpectrometer.
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.