ATLAS Offline Software
Loading...
Searching...
No Matches
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}
int operator==(const LArG4H6WarmTCHit &right)