ATLAS Offline Software
Bins_GreaterThanNonZeroMedian_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_GreaterThan_NonZeroMedian.h author Justin Griffiths based of template dqm_algorithms::
6 BinsGreaterThanThreshold class author Haleh Hadavand
7 */
8 
9 #ifndef DQM_ALGORITHMS_BINS_GREATERTHANNONZEROMEDIAN_THRESHOLD_H
10 #define DQM_ALGORITHMS_BINS_GREATERTHANNONZEROMEDIAN_THRESHOLD_H
11 
13 
14 namespace dqm_algorithms {
15 
16 
18  {
19  Bins_GreaterThanNonZeroMedian_Threshold(): BinThreshold("GreaterThanNonZeroMedian") {};
20  };
21 
22 
23 
24 } //dqm_algorithms
25 
26 #endif // DQM_ALGORITHMS_BINS_GREATERTHANNONZEROMEDIAN_THRESHOLD_H
dqm_algorithms::Bins_GreaterThanNonZeroMedian_Threshold
Definition: Bins_GreaterThanNonZeroMedian_Threshold.h:18
dqm_algorithms::Bins_GreaterThanNonZeroMedian_Threshold::Bins_GreaterThanNonZeroMedian_Threshold
Bins_GreaterThanNonZeroMedian_Threshold()
Definition: Bins_GreaterThanNonZeroMedian_Threshold.h:19
dqm_algorithms
Definition: AddReference.h:17
dqm_algorithms::BinThreshold
Definition: BinThreshold.h:19
BinThreshold.h