Function that would be possible to use to debug what client is trying to access pileup values from an xAOD::EventInfo object, before they would have been set.
Definition at line 57 of file EventInfo_v1.cxx.
58 static std::atomic< bool > uninitPileupAccessPrinted =
false;
59 if( ! uninitPileupAccessPrinted ) {
60 std::cout <<
"xAOD::EventInfo WARNING Uninitialised pileup value was "
62 " Debug it by breaking on "
63 "xAODEventInfoPrivate::pileupUnsetHook function calls!"
65 uninitPileupAccessPrinted =
true;