ATLAS Offline Software
Loading...
Searching...
No Matches
TileCablingService.cxx File Reference
#include "TileConditions/TileCablingService.h"
#include "TileCalibBlobObjs/TileCalibUtils.h"
#include <string>
#include <iostream>
#include <algorithm>
Include dependency graph for TileCablingService.cxx:

Go to the source code of this file.

Functions

TileCablingService *TileCablingService::getInstance_nc ATLAS_NOT_THREAD_SAFE ()
 Install fatal handler with default options.

Function Documentation

◆ ATLAS_NOT_THREAD_SAFE()

TileCablingService *TileCablingService::getInstance_nc ATLAS_NOT_THREAD_SAFE ( )
inline

Install fatal handler with default options.

This is meant to be easy to call from python via ctypes.

Definition at line 30 of file TileCablingService.cxx.

31{
32 return &cablingService;
33}