ATLAS Offline Software
LArCalorimeter
LArRawConditions
LArRawConditions
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
14
class
LArMinBiasAverageP
15
{
16
public
:
17
18
LArMinBiasAverageP
() :
m_MinBiasAverage
(-9999999) {}
19
LArMinBiasAverageP
(
float
average
) :
m_MinBiasAverage
(
average
) {}
20
bool
isEmpty
()
const
{
return
m_MinBiasAverage
< -9999 ; } ;
21
float
m_MinBiasAverage
;
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
Generated on Thu Nov 7 2024 21:19:44 for ATLAS Offline Software by
1.8.18