diff --git a/LArCalorimeter/LArRawConditions/LArRawConditions/LArCableAttenuationP.h b/LArCalorimeter/LArRawConditions/LArRawConditions/LArCableAttenuationP.h index 4eb95817b02442af3a8786600c2b7294f6e2fcf0..bd31b1d01d603aa9ffaf01da0ee208c78305790c 100755 --- a/LArCalorimeter/LArRawConditions/LArRawConditions/LArCableAttenuationP.h +++ b/LArCalorimeter/LArRawConditions/LArRawConditions/LArCableAttenuationP.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration */ #ifndef LARRAWCONDITIONS_LARCABLEATTENUATIONP @@ -20,7 +20,7 @@ class LArCableAttenuationP{ public: - LArCableAttenuationP() : m_CableAttenuation(-999999999) {} + LArCableAttenuationP() : m_CableAttenuation(-9999999) {} LArCableAttenuationP(float f) : m_CableAttenuation(f) {} bool isEmpty() const { return m_CableAttenuation < -9999 ; } ; diff --git a/LArCalorimeter/LArRawConditions/LArRawConditions/LArCableLengthP.h b/LArCalorimeter/LArRawConditions/LArRawConditions/LArCableLengthP.h index 95de4732ee71a83938b55d818d206cb40186ebd9..820b1de41dff20586002f44b606d31bc3bdefb01 100755 --- a/LArCalorimeter/LArRawConditions/LArRawConditions/LArCableLengthP.h +++ b/LArCalorimeter/LArRawConditions/LArRawConditions/LArCableLengthP.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration */ #ifndef LARRAWCONDITIONS_LARCABLELENGTHP @@ -20,7 +20,7 @@ class LArCableLengthP{ public: - LArCableLengthP() : m_CableLength(-999999999) {} + LArCableLengthP() : m_CableLength(-9999999) {} LArCableLengthP(float f) : m_CableLength(f) {} bool isEmpty() const { return m_CableLength < -9999 ; } ; diff --git a/LArCalorimeter/LArRawConditions/LArRawConditions/LArCaliPulseParamsP.h b/LArCalorimeter/LArRawConditions/LArRawConditions/LArCaliPulseParamsP.h index 50e9f3693233adf563a9669260cecb455af7ce90..7d5c82f50bce3fd988d8ecf0ab6bd91c155ab470 100755 --- a/LArCalorimeter/LArRawConditions/LArRawConditions/LArCaliPulseParamsP.h +++ b/LArCalorimeter/LArRawConditions/LArRawConditions/LArCaliPulseParamsP.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration */ #ifndef LARRAWCONDITIONS_LARCALIPULSEPARAMSP @@ -12,9 +12,9 @@ class LArCaliPulseParamsP { public: LArCaliPulseParamsP() - : m_Tcal(-999999999), m_Fstep(-999999999), m_Offset(-999999999), m_dTimeCal(-999999999), m_nCB(-999) {} ; + : m_Tcal(-9999999), m_Fstep(-9999999), m_Offset(-9999999), m_dTimeCal(-99999), m_nCB(-999) {} ; LArCaliPulseParamsP(float r, float s) - : m_Tcal(r), m_Fstep(s), m_Offset(-999999999), m_dTimeCal(-999999999), m_nCB(-999) {} ; + : m_Tcal(r), m_Fstep(s), m_Offset(-9999999), m_dTimeCal(-9999999), m_nCB(-999) {} ; LArCaliPulseParamsP(float r, float s, float t, float u) : m_Tcal(r), m_Fstep(s), m_Offset(t), m_dTimeCal(u), m_nCB(-999) {} ; LArCaliPulseParamsP(float r, float s, float t, float u ,short v) diff --git a/LArCalorimeter/LArRawConditions/LArRawConditions/LArDetCellParamsP.h b/LArCalorimeter/LArRawConditions/LArRawConditions/LArDetCellParamsP.h index f4ce1b816a9827370b5ec509e8ec63eb4976030f..e842f1d7b2f9b71030cf7de8d0bf13c67cfd8d17 100755 --- a/LArCalorimeter/LArRawConditions/LArRawConditions/LArDetCellParamsP.h +++ b/LArCalorimeter/LArRawConditions/LArRawConditions/LArDetCellParamsP.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration */ #ifndef LARRAWCONDITIONS_LARDETCELLPARAMSP @@ -10,7 +10,7 @@ // persistent c-struct class LArDetCellParamsP{ public: - LArDetCellParamsP() : m_Omega0(-999999999), m_Taur(-999999999) {} + LArDetCellParamsP() : m_Omega0(-9999999), m_Taur(-9999999) {} LArDetCellParamsP(float o, float t) : m_Omega0(o), m_Taur(t) {} bool isEmpty() const { return (m_Omega0 < -9999 && m_Taur < -9999) ; } ; diff --git a/LArCalorimeter/LArRawConditions/LArRawConditions/LArEMEC_CphiP.h b/LArCalorimeter/LArRawConditions/LArRawConditions/LArEMEC_CphiP.h index ad8be3fb8d64c95d72cc50a3e0629895f090f41b..84da1ff6a4cdac802d0dd5b62f7c1fca7bf35230 100755 --- a/LArCalorimeter/LArRawConditions/LArRawConditions/LArEMEC_CphiP.h +++ b/LArCalorimeter/LArRawConditions/LArRawConditions/LArEMEC_CphiP.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration */ #ifndef LARRAWCONDITIONS_LAREMEC_CPHIP @@ -20,7 +20,7 @@ class LArEMEC_CphiP{ public: - LArEMEC_CphiP() : m_EMEC_Cphi(-999999999) {} + LArEMEC_CphiP() : m_EMEC_Cphi(-9999999) {} LArEMEC_CphiP(float f) : m_EMEC_Cphi(f) {} float m_EMEC_Cphi; diff --git a/LArCalorimeter/LArRawConditions/LArRawConditions/LArEMEC_HValphaP.h b/LArCalorimeter/LArRawConditions/LArRawConditions/LArEMEC_HValphaP.h index 58d85bb7c58fc2a4ec09a0fc30fd49807d0d7ae3..57d813fa961c81154c98216dca0c99a652a17129 100755 --- a/LArCalorimeter/LArRawConditions/LArRawConditions/LArEMEC_HValphaP.h +++ b/LArCalorimeter/LArRawConditions/LArRawConditions/LArEMEC_HValphaP.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration */ #ifndef LARRAWCONDITIONS_LAREMEC_HVALPHAP @@ -20,7 +20,7 @@ class LArEMEC_HValphaP{ public: - LArEMEC_HValphaP() : m_EMEC_HValpha(-999999999) {} + LArEMEC_HValphaP() : m_EMEC_HValpha(-9999999) {} LArEMEC_HValphaP(float f) : m_EMEC_HValpha(f) {} bool isEmpty() const { return m_EMEC_HValpha < -9999 ; } ; diff --git a/LArCalorimeter/LArRawConditions/LArRawConditions/LArEMEC_HVbetaP.h b/LArCalorimeter/LArRawConditions/LArRawConditions/LArEMEC_HVbetaP.h index 51bee1a384885c2fe8228eddad5d7c9000776857..19f141abe81f688c4a433506d104f1c4981884a0 100755 --- a/LArCalorimeter/LArRawConditions/LArRawConditions/LArEMEC_HVbetaP.h +++ b/LArCalorimeter/LArRawConditions/LArRawConditions/LArEMEC_HVbetaP.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration */ #ifndef LARRAWCONDITIONS_LAREMEC_HVBETAP @@ -20,7 +20,7 @@ class LArEMEC_HVbetaP{ public: - LArEMEC_HVbetaP() : m_EMEC_HVbeta(-999999999) {} + LArEMEC_HVbetaP() : m_EMEC_HVbeta(-9999999) {} LArEMEC_HVbetaP(float f) : m_EMEC_HVbeta(f) {} bool isEmpty() const { return m_EMEC_HVbeta < -9999 ; } ; diff --git a/LArCalorimeter/LArRawConditions/LArRawConditions/LArMinBiasAverageP.h b/LArCalorimeter/LArRawConditions/LArRawConditions/LArMinBiasAverageP.h index 47ff3ccf4ecbd083c1390295222150d42b57227f..ca279d83c9b00ed366d6c42eca6cc34afd352d55 100755 --- a/LArCalorimeter/LArRawConditions/LArRawConditions/LArMinBiasAverageP.h +++ b/LArCalorimeter/LArRawConditions/LArRawConditions/LArMinBiasAverageP.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration */ #ifndef LARRAWCONDITIONS_LARMINBIASAVERAGEP @@ -15,7 +15,7 @@ class LArMinBiasAverageP { public: - LArMinBiasAverageP() : m_MinBiasAverage(-999999999) {} + LArMinBiasAverageP() : m_MinBiasAverage(-9999999) {} LArMinBiasAverageP(float average) : m_MinBiasAverage(average) {} bool isEmpty() const { return m_MinBiasAverage < -9999 ; } ; float m_MinBiasAverage; diff --git a/LArCalorimeter/LArRawConditions/LArRawConditions/LArMinBiasP.h b/LArCalorimeter/LArRawConditions/LArRawConditions/LArMinBiasP.h index 36ff5f40d784ebbe83c18e78a9f27a658f7d9581..39ea2c5d2db326a025947af4afd770cd2f218e87 100755 --- a/LArCalorimeter/LArRawConditions/LArRawConditions/LArMinBiasP.h +++ b/LArCalorimeter/LArRawConditions/LArRawConditions/LArMinBiasP.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration */ #ifndef LARRAWCONDITIONS_LARMINBIASP @@ -15,7 +15,7 @@ class LArMinBiasP { public: - LArMinBiasP() : m_MinBiasRMS(-999999999) {} + LArMinBiasP() : m_MinBiasRMS(-9999999) {} LArMinBiasP(float rms) : m_MinBiasRMS(rms) {} bool isEmpty() const { return m_MinBiasRMS < -9999 ; } ; float m_MinBiasRMS; diff --git a/LArCalorimeter/LArRawConditions/LArRawConditions/LArNoiseP.h b/LArCalorimeter/LArRawConditions/LArRawConditions/LArNoiseP.h index 08e1ccd7d4fde131dfff275eac40bc3fd79c92b8..2668989800f7df9cdca45ea7f87f751695d28843 100755 --- a/LArCalorimeter/LArRawConditions/LArRawConditions/LArNoiseP.h +++ b/LArCalorimeter/LArRawConditions/LArRawConditions/LArNoiseP.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration */ #ifndef LARRAWCONDITIONS_LARNOISEP @@ -11,7 +11,7 @@ class LArNoiseP { public: - LArNoiseP() : m_Noise(-999999999) {} + LArNoiseP() : m_Noise(-9999999) {} LArNoiseP(float n) : m_Noise(n) {} bool isEmpty() const { return m_Noise < -9999 ; } ; float m_Noise; diff --git a/LArCalorimeter/LArRawConditions/LArRawConditions/LArPhysCaliTdiffP.h b/LArCalorimeter/LArRawConditions/LArRawConditions/LArPhysCaliTdiffP.h index 8bc0537b66eaa7ae942efe04918c8a5b6b73d877..989a15467283b39a3ee799f784bd5be96f1d8f99 100755 --- a/LArCalorimeter/LArRawConditions/LArRawConditions/LArPhysCaliTdiffP.h +++ b/LArCalorimeter/LArRawConditions/LArRawConditions/LArPhysCaliTdiffP.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration */ #ifndef LARRAWCONDITIONS_LARPHYSCALITDIFFP @@ -11,7 +11,7 @@ class LArPhysCaliTdiffP { public: - LArPhysCaliTdiffP() : m_Tdiff(-999999999) {} + LArPhysCaliTdiffP() : m_Tdiff(-9999999) {} LArPhysCaliTdiffP(float t) : m_Tdiff(t) {} bool isEmpty() const { return m_Tdiff < -9999 ; } ; diff --git a/LArCalorimeter/LArRawConditions/LArRawConditions/LArRinjP.h b/LArCalorimeter/LArRawConditions/LArRawConditions/LArRinjP.h index 6b9d92f13762b798703e99039fd24238466e9c18..1737eb60e086cc9e0c1b6f6f92f4c06004f1854a 100755 --- a/LArCalorimeter/LArRawConditions/LArRawConditions/LArRinjP.h +++ b/LArCalorimeter/LArRawConditions/LArRawConditions/LArRinjP.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration */ #ifndef LARRAWCONDITIONS_LARRINJP @@ -20,7 +20,7 @@ class LArRinjP{ public: - LArRinjP() : m_Rinj(-999999999) {} + LArRinjP() : m_Rinj(-9999999) {} LArRinjP(float f) : m_Rinj(f) {} bool isEmpty() const { return m_Rinj < -9999 ; } ; float m_Rinj; diff --git a/LArCalorimeter/LArRawConditions/LArRawConditions/LArTdriftP.h b/LArCalorimeter/LArRawConditions/LArRawConditions/LArTdriftP.h index 198bc07442e40b4ad3f761ddd8a5e6a409e23caa..1693c5765a2dd4ee2348abdfe29e2fcde6c54882 100755 --- a/LArCalorimeter/LArRawConditions/LArRawConditions/LArTdriftP.h +++ b/LArCalorimeter/LArRawConditions/LArRawConditions/LArTdriftP.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration */ #ifndef LARRAWCONDITIONS_LARTDRIFTP @@ -10,7 +10,7 @@ // persistent c-struct class LArTdriftP{ public: - LArTdriftP(): m_Tdrift(-999999999) {} + LArTdriftP(): m_Tdrift(-9999999) {} LArTdriftP(float d): m_Tdrift(d) {} bool isEmpty() const { return m_Tdrift < -9999 ; } ; float m_Tdrift; diff --git a/LArCalorimeter/LArRawConditions/LArRawConditions/LArTshaperP.h b/LArCalorimeter/LArRawConditions/LArRawConditions/LArTshaperP.h index ad614c61f3327f0536a0f85cdce57a44bc503403..422c07eb29167154227facfb7a33a18720781fec 100755 --- a/LArCalorimeter/LArRawConditions/LArRawConditions/LArTshaperP.h +++ b/LArCalorimeter/LArRawConditions/LArRawConditions/LArTshaperP.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration */ #ifndef LARRAWCONDITIONS_LARTSHAPERP @@ -20,7 +20,7 @@ class LArTshaperP{ public: - LArTshaperP() : m_Tshaper(-999999999) {} + LArTshaperP() : m_Tshaper(-9999999) {} LArTshaperP(float f) : m_Tshaper(f) {} bool isEmpty() const { return m_Tshaper < -9999 ; } ; float m_Tshaper; diff --git a/LArCalorimeter/LArRawConditions/LArRawConditions/LArWaveDerivedQuantitiesP.h b/LArCalorimeter/LArRawConditions/LArRawConditions/LArWaveDerivedQuantitiesP.h index 648cbea79c5850cf19c86b5dd8575a6f7c216d5f..79adc236f81d23348d4cf10f198d0396523484f1 100755 --- a/LArCalorimeter/LArRawConditions/LArRawConditions/LArWaveDerivedQuantitiesP.h +++ b/LArCalorimeter/LArRawConditions/LArRawConditions/LArWaveDerivedQuantitiesP.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration */ #ifndef LARRAWCONDITIONS_LARWAVEDERIVEDQUANTITIESP_H @@ -12,13 +12,13 @@ class LArWaveDerivedQuantitiesP public: LArWaveDerivedQuantitiesP() : - m_baseline(-999999999), - m_maxAmp(-999999999), - m_tmaxAmp(-999999999), - m_width(-999999999), - m_rT0(-999999999), - m_posLobe(-999999999), - m_jitter(-999999999), + m_baseline(-9999999), + m_maxAmp(-9999999), + m_tmaxAmp(-9999999), + m_width(-9999999), + m_rT0(-9999999), + m_posLobe(-9999999), + m_jitter(-9999999), m_flag(0) {}; diff --git a/LArCalorimeter/LArRawConditions/LArRawConditions/LArfSamplP.h b/LArCalorimeter/LArRawConditions/LArRawConditions/LArfSamplP.h index a3adf90942485c0698f6bfa6a68e5b8af5aa9c2f..722704e207e1e5ee620d2e938e135dce49511155 100755 --- a/LArCalorimeter/LArRawConditions/LArRawConditions/LArfSamplP.h +++ b/LArCalorimeter/LArRawConditions/LArRawConditions/LArfSamplP.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration */ #ifndef LARRAWCONDITIONS_LARFSAMPLP @@ -20,7 +20,7 @@ class LArfSamplP { public: - LArfSamplP() : m_fSampl(-999999999) {} + LArfSamplP() : m_fSampl(-9999999) {} LArfSamplP(float f) : m_fSampl(f) {} bool isEmpty() const { return m_fSampl < -9999 ; } ; float m_fSampl;