ATLAS Offline Software
Classes | Namespaces | Macros
Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/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

 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 at line 15 of file Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/Exception.h.

TCS::Exception
Definition: Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/Exception.h:21
MSG
Definition: MsgLevel.h:28