ATLAS Offline Software
MuonSpectrometer
MuonCalib
MdtCalib
MdtCalibInterfaces
MdtCalibInterfaces
ICalibPatternSelector.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
// IGlobalPatternSelector.h
6
// Header file for class ICalibPatternSelector
8
// (c) ATLAS Detector software
10
// nveldik@nikhef.nl
12
13
#ifndef ICALIBPATTERNSELECTOR_H
14
#define ICALIBPATTERNSELECTOR_H
15
16
namespace
MuonCalib
{
17
18
class
MuonCalibPattern;
19
28
class
ICalibPatternSelector
{
29
public
:
31
virtual
~ICalibPatternSelector
(){};
32
34
virtual
bool
select
(
const
MuonCalibPattern
&
pat
)
const
= 0;
35
};
36
37
}
// namespace MuonCalib
38
39
#endif
MuonCalib::ICalibPatternSelector::~ICalibPatternSelector
virtual ~ICalibPatternSelector()
destructor
Definition:
ICalibPatternSelector.h:31
MuonCalib::ICalibPatternSelector
Definition:
ICalibPatternSelector.h:28
MuonCalib
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
Definition:
CscCalcPed.cxx:22
dso-stats.pat
pat
Definition:
dso-stats.py:39
MuonCalib::MuonCalibPattern
Definition:
MuonCalibPattern.h:42
MuonCalib::ICalibPatternSelector::select
virtual bool select(const MuonCalibPattern &pat) const =0
return true if pattern satisfies selection criteria
Generated on Thu Nov 7 2024 21:16:32 for ATLAS Offline Software by
1.8.18