ATLAS Offline Software
Loading...
Searching...
No Matches
ChanFitErrorCode.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
10
14
18
20 this->errorCode(rhs.errorCode());
21 return *this;
22}
23
25 this->errorCode(this->errorCode() | rhs.errorCode());
26 return *this;
27}
28
29/* Channel is valid if no bit is set - to be changed. */
31 return (this->errorCode() == 0);
32}
AbstractErrorCode(unsigned int errorCode)
ChanFitErrorCode & operator|=(const ChanFitErrorCode &rhs)
ChanFitErrorCode & operator=(const ChanFitErrorCode &rhs)
unsigned int errorCode() const