ATLAS Offline Software
Loading...
Searching...
No Matches
PileUpMTAlg.cxx File Reference
#include "PileUpMTAlg.h"
#include <CxxUtils/XXH.h>
#include <unistd.h>
#include <boost/core/demangle.hpp>
#include <range/v3/all.hpp>
#include <chrono>
#include <format>
#include "BeamSpotConditionsData/BeamSpotData.h"
#include "EventInfo/EventInfo.h"
#include <tuple>
#include "AthenaKernel/RNGWrapper.h"
#include "CLHEP/Random/RandPoisson.h"
#include "CLHEP/Random/RandomEngine.h"
#include "PileUpTools/PileUpHashHelper.h"
#include "PileUpTools/PileUpMisc.h"
#include "xAODEventInfo/EventAuxInfo.h"
#include "xAODEventInfo/EventInfo.h"
#include "xAODEventInfo/EventInfoAuxContainer.h"
#include "xAODEventInfo/EventInfoContainer.h"
#include "PersistentDataModel/AthenaAttributeList.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 32 of file PileUpMTAlg.cxx.

Function Documentation

◆ CLIDToString()

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

Definition at line 36 of file PileUpMTAlg.cxx.

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