|
ATLAS Offline Software
|
Go to the documentation of this file.
12 if ( theWave1.
m_dt == theWave2.
m_dt ) {
27 const size_t s=
result.getSize();
28 for (
size_t i=0 ;
i<
s ; ++
i ) {
38 for (
size_t i=0 ;
i<
s ; ++
i ) {
49 const size_t s=
result.getSize();
50 for (
size_t i=0 ;
i<
s ; ++
i ) {
61 for (
size_t i=0 ;
i<
s ; ++
i ) {
72 const size_t s=
result.getSize();
73 for (
size_t i=0 ;
i<
s ; ++
i ) {
83 const size_t s=
result.getSize();
84 for (
size_t i=0 ;
i<
s ; ++
i ) {
101 const size_t s=
result.getSize();
102 for (
size_t i=0 ;
i<
s ; ++
i ) {
104 double sum2 = 0.5 * ( (*this).m_amplitudes[0] * bWave.
m_amplitudes[
i] +
106 for (
size_t k=1 ;
k<
i ; ++
k ) {
107 sum2 += amplPtrA[
k] * amplPtrB[
i-
k] ;
119 for (;
it!=it_e;++
it) {
130 for (;
it!=it_e;++
it) {
JetConstituentVector::iterator iterator
LArWave operator%(const LArWave &bWave) const
std::vector< double > m_amplitudes
size_t getSize() const
number of time samples
LArWave operator-(const LArWave &bWave) const
LArWave & operator-=(const LArWave &bWave)
LArWave & operator+=(const LArWave &bWave)
LArWave operator/(const LArWave &bWave) const
LArWave operator+(const LArWave &bWave) const
unsigned getIndex(double aTime) const
index for a time value
LArWave operator*(const LArWave &bWave) const
LArWave & operator*=(const double aScale)