ATLAS Offline Software
Typedefs | Functions
PileUpMTAlg.cxx File Reference
#include "PileUpMTAlg.h"
#include <CxxUtils/XXH.h>
#include <fmt/chrono.h>
#include <fmt/format.h>
#include <fmt/ostream.h>
#include <unistd.h>
#include <array>
#include <boost/core/demangle.hpp>
#include <chrono>
#include <range/v3/all.hpp>
#include <tuple>
#include "AthenaKernel/RNGWrapper.h"
#include "CLHEP/Random/RandPoisson.h"
#include "CLHEP/Random/RandomEngine.h"
#include "EventInfo/EventID.h"
#include "EventInfo/EventInfo.h"
#include "EventInfo/PileUpEventInfo.h"
#include "PileUpTools/PileUpHashHelper.h"
#include "PileUpTools/PileUpMisc.h"
#include "src/OnDemandMinbiasSvc.h"
#include "xAODEventInfo/EventAuxInfo.h"
#include "xAODEventInfo/EventInfo.h"
#include "xAODEventInfo/EventInfoAuxContainer.h"
#include "xAODEventInfo/EventInfoContainer.h"

Go to the source code of this file.

Typedefs

using SubEvent = xAOD::EventInfo::SubEvent
 

Functions

std::string CLIDToString (const CLID &clid)
 

Typedef Documentation

◆ SubEvent

Definition at line 34 of file PileUpMTAlg.cxx.

Function Documentation

◆ CLIDToString()

std::string CLIDToString ( const CLID clid)
inline

Definition at line 38 of file PileUpMTAlg.cxx.

38  {
39  return boost::core::demangle(CLIDRegistry::CLIDToTypeinfo(clid)->name());
40 }
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