ATLAS Offline Software
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 
29  public:
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