ATLAS Offline Software
Loading...
Searching...
No Matches
Exception.h File Reference
#include <iostream>
#include <sstream>
#include <string>
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)

Functions

void TCS::raise (const std::string &msg)

Macro Definition Documentation

◆ TCS_EXCEPTION

#define TCS_EXCEPTION ( MSG)
Value:
do { std::ostringstream o; o << MSG; TCS::raise(o.str()); } while(0)
Definition MsgLevel.h:28

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

15#define TCS_EXCEPTION(MSG) \
16 do { std::ostringstream o; o << MSG; TCS::raise(o.str()); } while(0)