ATLAS Offline Software
Loading...
Searching...
No Matches
CscCalibData.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/**********************************************************************
6Author: Ketevi A. Assamagan
7BNL, October 3, 2005
8**********************************************************************/
9
11
18
21 if ( this != &rhs ) {
22 m_idHash = rhs.m_idHash;
24 }
25 return *this;
26}
27
28
CscCalibData & operator=(const CscCalibData &rhs)
Assignement operator.