ATLAS Offline Software
Loading...
Searching...
No Matches
LArCalorimeter
LArRawConditions
src
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
5
#include "
LArRawConditions/LArPedestalComplete.h
"
6
#include "GaudiKernel/IMessageSvc.h"
7
8
#include "
LArIdentifier/LArOnlineID.h
"
9
10
#include <iostream>
11
using namespace
std
;
12
13
LArPedestalComplete::LArPedestalComplete
() {}
14
15
LArPedestalComplete::~LArPedestalComplete
() {}
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
}
LArOnlineID.h
LArPedestalComplete.h
HWIdentifier
Definition
HWIdentifier.h:13
LArConditionsContainer< LArPedestalP1 >::setPdata
void setPdata(const HWIdentifier id, const LArPedestalP1 &payload, unsigned int gain=0)
LArPedestalComplete::LArPedestalComplete
LArPedestalComplete()
Definition
LArPedestalComplete.cxx:13
LArPedestalComplete::set
void set(const HWIdentifier &CellID, const int gain, const float vPedestal, const float vPedestalRMS)
Definition
LArPedestalComplete.cxx:19
LArPedestalComplete::~LArPedestalComplete
virtual ~LArPedestalComplete()
Definition
LArPedestalComplete.cxx:15
LArPedestalP1
Definition
LArPedestalP1.h:12
std
STL namespace.
Generated on
for ATLAS Offline Software by
1.14.0