ATLAS Offline Software
Functions
OnDemandMinbiasSvc.cxx File Reference
#include "OnDemandMinbiasSvc.h"
#include <GaudiKernel/ConcurrencyFlags.h>
#include <fmt/chrono.h>
#include <fmt/format.h>
#include <algorithm>
#include <boost/core/demangle.hpp>
#include <chrono>
#include <random>
#include <range/v3/algorithm.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 "EventInfo/EventID.h"
#include "EventInfo/EventInfo.h"
#include "SGTools/CurrentEventStore.h"
#include "xAODEventInfo/EventInfo.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 31 of file OnDemandMinbiasSvc.cxx.

31  {
32  return boost::core::demangle(CLIDRegistry::CLIDToTypeinfo(clid)->name());
33 }
CLIDRegistry::CLIDToTypeinfo
static const std::type_info * CLIDToTypeinfo(CLID clid)
Translate between CLID and type_info.
Definition: CLIDRegistry.cxx:136
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192