ATLAS Offline Software
Calorimeter
CaloIdentifier
src
TileID_Exception.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
CaloIdentifier/TileID_Exception.h
"
6
7
#include <iostream>
8
#include <sstream>
9
#include <iomanip>
10
11
TileID_Exception::operator std::string ()
const
12
13
{
14
std::ostringstream
text
;
15
16
text
<<
"TileID_Exception - Error code: "
<< this->
code
() << std::endl;
17
text
<< this->
message
() ;
18
return
text.str();
19
}
ReweightUtils.message
message
Definition:
ReweightUtils.py:15
histSizes.code
code
Definition:
histSizes.py:129
makeTransCanvas.text
text
Definition:
makeTransCanvas.py:11
TileID_Exception.h
Generated on Sun Dec 22 2024 21:19:50 for ATLAS Offline Software by
1.8.18