ATLAS Offline Software
Loading...
Searching...
No Matches
LArCalorimeter
LArRawConditions
LArRawConditions
LArNoiseP.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_LARNOISEP
6
#define LARRAWCONDITIONS_LARNOISEP
7
8
#include <vector>
9
10
// persistent c-struct
11
class
LArNoiseP
12
{
13
public
:
14
LArNoiseP
() :
m_Noise
(-9999999) {}
15
LArNoiseP
(
float
n) :
m_Noise
(n) {}
16
bool
isEmpty
()
const
{
return
m_Noise
< -9999 ; } ;
17
float
m_Noise
;
18
};
19
20
#endif
21
LArNoiseP::LArNoiseP
LArNoiseP()
Definition
LArNoiseP.h:14
LArNoiseP::isEmpty
bool isEmpty() const
Definition
LArNoiseP.h:16
LArNoiseP::m_Noise
float m_Noise
Definition
LArNoiseP.h:17
LArNoiseP::LArNoiseP
LArNoiseP(float n)
Definition
LArNoiseP.h:15
Generated on
for ATLAS Offline Software by
1.14.0