ATLAS Offline Software
LArCalorimeter
LArG4TB
LArG4TBSimEvent
src
LArG4H6WarmTCHit.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
LArG4TBSimEvent/LArG4H6WarmTCHit.h
"
6
7
8
9
int
LArG4H6WarmTCHit::operator==
(
const
LArG4H6WarmTCHit
&right)
10
{
11
if
(
m_addr
!= right.
m_addr
)
return
0;
12
if
(
m_energy
!= right.
m_energy
)
return
0;
13
return
1;
14
}
LArG4H6WarmTCHit.h
LArG4H6WarmTCHit::m_addr
int m_addr
Definition:
LArG4H6WarmTCHit.h:43
LArG4H6WarmTCHit
Definition:
LArG4H6WarmTCHit.h:17
LArG4H6WarmTCHit::m_energy
double m_energy
Definition:
LArG4H6WarmTCHit.h:44
LArG4H6WarmTCHit::operator==
int operator==(const LArG4H6WarmTCHit &right)
Definition:
LArG4H6WarmTCHit.cxx:9
Generated on Thu Nov 7 2024 21:19:38 for ATLAS Offline Software by
1.8.18