ATLAS Offline Software
Loading...
Searching...
No Matches
BatchedMinbiasSvc.cxx File Reference
#include "BatchedMinbiasSvc.h"
#include <GaudiKernel/ConcurrencyFlags.h>
#include <algorithm>
#include <boost/core/demangle.hpp>
#include <chrono>
#include <cmath>
#include <format>
#include <random>
#include <range/v3/algorithm/stable_sort.hpp>
#include <range/v3/numeric/accumulate.hpp>
#include <range/v3/to_container.hpp>
#include <range/v3/view.hpp>
#include <thread>
#include "AthenaKernel/IAddressProvider.h"
#include "AthenaKernel/IProxyProviderSvc.h"
#include "CxxUtils/FastReseededPRNG.h"
#include "SGTools/CurrentEventStore.h"

Go to the source code of this file.

Functions

std::string CLIDToString (const CLID &clid)

Function Documentation

◆ CLIDToString()

std::string CLIDToString ( const CLID & clid)
inline

Definition at line 28 of file BatchedMinbiasSvc.cxx.

28 {
29 return boost::core::demangle(CLIDRegistry::CLIDToTypeinfo(clid)->name());
30}
static const std::type_info * CLIDToTypeinfo(CLID clid)
Translate between CLID and type_info.