ATLAS Offline Software
Loading...
Searching...
No Matches
Exception.h File Reference
#include <iostream>
#include <sstream>
Include dependency graph for Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/Exception.h:

Go to the source code of this file.

Classes

class  TCS::Exception

Namespaces

namespace  TCS

Macros

#define TCS_EXCEPTION(MSG)

Macro Definition Documentation

◆ TCS_EXCEPTION

#define TCS_EXCEPTION ( MSG)
Value:
{ std::stringstream o; \
o << MSG;\
throw TCS::Exception(o.str()); }
Definition MsgLevel.h:28

Definition at line 14 of file Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/Exception.h.

14#define TCS_EXCEPTION(MSG) \
15{ std::stringstream o; \
16o << MSG;\
17throw TCS::Exception(o.str()); }