ATLAS Offline Software
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 
6 
7 
8 
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