ATLAS Offline Software
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
}
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
Generated on Sun Dec 22 2024 21:13:38 for ATLAS Offline Software by
1.8.18