ATLAS Offline Software
LArCalorimeter
LArRawConditions
LArRawConditions
LArMinBiasP.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_LARMINBIASP
6
#define LARRAWCONDITIONS_LARMINBIASP
7
8
#include <vector>
9
14
class
LArMinBiasP
15
{
16
public
:
17
18
LArMinBiasP
() :
m_MinBiasRMS
(-9999999) {}
19
LArMinBiasP
(
float
rms
) :
m_MinBiasRMS
(
rms
) {}
20
bool
isEmpty
()
const
{
return
m_MinBiasRMS
< -9999 ; } ;
21
float
m_MinBiasRMS
;
22
23
};
24
25
#endif
26
LArMinBiasP::m_MinBiasRMS
float m_MinBiasRMS
Definition:
LArMinBiasP.h:20
LArMinBiasP::LArMinBiasP
LArMinBiasP()
Definition:
LArMinBiasP.h:18
LArMinBiasP::LArMinBiasP
LArMinBiasP(float rms)
Definition:
LArMinBiasP.h:19
LArMinBiasP
c-struct reproducing the structure of the persistent data
Definition:
LArMinBiasP.h:15
beamspotnt.rms
rms
Definition:
bin/beamspotnt.py:1266
LArMinBiasP::isEmpty
bool isEmpty() const
Definition:
LArMinBiasP.h:20
Generated on Thu Nov 7 2024 21:19:44 for ATLAS Offline Software by
1.8.18