ATLAS Offline Software
Loading...
Searching...
No Matches
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>
11using namespace std ;
12
14
16
17/* Fill transient object in ATHENA *****************************************
18 */
19void 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}
void setPdata(const HWIdentifier id, const LArPedestalP1 &payload, unsigned int gain=0)
void set(const HWIdentifier &CellID, const int gain, const float vPedestal, const float vPedestalRMS)
STL namespace.