ATLAS Offline Software
LArPedestalComplete.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 #include "GaudiKernel/IMessageSvc.h"
7 
9 
10 #include <iostream>
11 using namespace std ;
12 
14 
16 
17 /* Fill transient object in ATHENA *****************************************
18  */
19 void LArPedestalComplete::set(const HWIdentifier& CellID, const int gain,
20  const float Pedestal, const float PedestalRMS ) {
21 
22  LArPedestalP1 t(Pedestal,PedestalRMS);
23  this->setPdata(CellID,t,gain);
24 }
LArPedestalP1
Definition: LArPedestalP1.h:12
CaloCondBlobAlgs_fillNoiseFromASCII.gain
gain
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:110
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
LArPedestalComplete::LArPedestalComplete
LArPedestalComplete()
Definition: LArPedestalComplete.cxx:13
LArPedestalComplete::~LArPedestalComplete
virtual ~LArPedestalComplete()
Definition: LArPedestalComplete.cxx:15
LArPedestalComplete::set
void set(const HWIdentifier &CellID, const int gain, const float vPedestal, const float vPedestalRMS)
Definition: LArPedestalComplete.cxx:19
LArPedestalComplete.h
LArOnlineID.h