ATLAS Offline Software
Loading...
Searching...
No Matches
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
6
7// set method
8void LArDigit::setSamples(const std::vector<short>& samples)
9{
10 m_samples.clear();
12}
const std::vector< short > & samples() const
Definition LArDigit.h:78
std::vector< short > m_samples
vector of ADC samples
Definition LArDigit.h:35
void setSamples(const std::vector< short > &samples)
Set new digits in object.
Definition LArDigit.cxx:8