ATLAS Offline Software
Loading...
Searching...
No Matches
SimpleMdtSegmentSelector.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6// SimpleMdtSegmentSelector.h
7// Header file for class SimpleMdtSegmentSelector
9// (c) ATLAS Detector software
11// nveldik@nikhef.nl
13
14#ifndef MUONCALIB_SIMPLEMDTSEGMENTSELECTOR_H
15#define MUONCALIB_SIMPLEMDTSEGMENTSELECTOR_H
16
18
19namespace MuonCalib {
20
21 class MuonCalibSegment;
22
34
36 public:
38 SimpleMdtSegmentSelector(double chi2_max, unsigned int hits_min);
39
41 virtual bool select(const MuonCalibSegment& seg) const;
42
44 void setPrintLevel(int level) { m_printLevel = level; }
45
46 private:
48 double m_chi2_max;
49 unsigned int m_hits_min;
50
53 };
54
55} // namespace MuonCalib
56
57#endif
Interface class for MdtSegmentSelectors.
A MuonCalibSegment is a reconstructed three dimensional track segment in the MuonSpectrometer.
void setPrintLevel(int level)
set print level
SimpleMdtSegmentSelector(double chi2_max, unsigned int hits_min)
constructor
virtual bool select(const MuonCalibSegment &seg) const
test MdtSegment on selection criteria
unsigned int m_hits_min
minimum numbers of hits on segment
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.