ATLAS Offline Software
LArID_Exception.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 #include <sstream>
8 
9 
10 LArID_Exception::operator std::string () const
11 
12 {
13  std::ostringstream s;
14 
15  s << "LArID_Exception - Error code: " << this->code() << " \n "
16  << this->message();
17  return s.str();
18 }
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
LArID_Exception.h
ReweightUtils.message
message
Definition: ReweightUtils.py:15
pmontree.code
code
Definition: pmontree.py:443