ATLAS Offline Software
Bins_LessThanNonZeroMedian_Threshold.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 /*file Bins_LessThan_NonZeroMedian.h author Justin Griffiths based of template dqm_algorithms::
6 BinsLessThanThreshold class author Haleh Hadavand
7 */
8 
9 #ifndef DQM_ALGORITHMS_BINS_LESSTHANNONZEROMEDIAN_THRESHOLD_H
10 #define DQM_ALGORITHMS_BINS_LESSTHANNONZEROMEDIAN_THRESHOLD_H
11 
13 
14 namespace dqm_algorithms {
15 
16 
18  {
19  Bins_LessThanNonZeroMedian_Threshold(): BinThreshold("LessThanNonZeroMedian") {};
20  };
21 
22 
23 
24 } //dqm_algorithms
25 
26 #endif // DQM_ALGORITHMS_BINS_LESSTHANNONZEROMEDIAN_THRESHOLD_H
dqm_algorithms::Bins_LessThanNonZeroMedian_Threshold
Definition: Bins_LessThanNonZeroMedian_Threshold.h:18
dqm_algorithms::Bins_LessThanNonZeroMedian_Threshold::Bins_LessThanNonZeroMedian_Threshold
Bins_LessThanNonZeroMedian_Threshold()
Definition: Bins_LessThanNonZeroMedian_Threshold.h:19
dqm_algorithms
Definition: AddReference.h:17
dqm_algorithms::BinThreshold
Definition: BinThreshold.h:19
BinThreshold.h