ATLAS Offline Software
Loading...
Searching...
No Matches
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
16namespace MuonCalib {
17
18 class MuonCalibPattern;
19
27
29 public:
32
34 virtual bool select(const MuonCalibPattern& pat) const = 0;
35 };
36
37} // namespace MuonCalib
38
39#endif
Interface to MuonCalibPatternSelectors.
virtual bool select(const MuonCalibPattern &pat) const =0
return true if pattern satisfies selection criteria
Class to store the information belonging to a global pattern in the muon system.
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.