ATLAS Offline Software
LArMinBiasAverageP.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef LARRAWCONDITIONS_LARMINBIASAVERAGEP
6 #define LARRAWCONDITIONS_LARMINBIASAVERAGEP
7 
8 #include <vector>
9 
15 {
16 public:
17 
20  bool isEmpty() const { return m_MinBiasAverage < -9999 ; } ;
22 
23 };
24 
25 #endif
26 
drawFromPickle.average
def average(lst)
Definition: drawFromPickle.py:38
LArMinBiasAverageP::LArMinBiasAverageP
LArMinBiasAverageP()
Definition: LArMinBiasAverageP.h:18
LArMinBiasAverageP
c-struct reproducing the structure of the persistent data
Definition: LArMinBiasAverageP.h:15
LArMinBiasAverageP::LArMinBiasAverageP
LArMinBiasAverageP(float average)
Definition: LArMinBiasAverageP.h:19
LArMinBiasAverageP::m_MinBiasAverage
float m_MinBiasAverage
Definition: LArMinBiasAverageP.h:20
LArMinBiasAverageP::isEmpty
bool isEmpty() const
Definition: LArMinBiasAverageP.h:20