ATLAS Offline Software
LArCalorimeter
LArRawEvent
src
LArDigit.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
LArRawEvent/LArDigit.h
"
6
7
// set method
8
void
LArDigit::setSamples
(
const
std::vector<short>& samples)
9
{
10
m_samples
.clear();
11
m_samples
=
samples
;
12
}
LArDigit::samples
const std::vector< short > & samples() const
Definition:
LArDigit.h:78
LArDigit::setSamples
void setSamples(const std::vector< short > &samples)
Set new digits in object.
Definition:
LArDigit.cxx:8
LArDigit.h
LArDigit::m_samples
std::vector< short > m_samples
vector of ADC samples
Definition:
LArDigit.h:35
Generated on Fri Jan 10 2025 21:13:09 for ATLAS Offline Software by
1.8.18