ATLAS Offline Software
Loading...
Searching...
No Matches
MixingEventSelector.cxx File Reference
#include "CxxUtils/checker_macros.h"
#include "MixingEventSelector.h"
#include "AthenaKernel/IAtRndmGenSvc.h"
#include "EventInfo/MergedEventInfo.h"
#include "EventInfo/EventInfo.h"
#include "EventInfo/EventID.h"
#include "EventInfo/EventType.h"
#include "EventInfo/TriggerInfo.h"
#include "AthenaKernel/ClassID_traits.h"
#include "AthenaKernel/StorableConversions.h"
#include "StoreGate/StoreGateSvc.h"
#include "SGTools/DataProxy.h"
#include "AthenaKernel/getMessageSvc.h"
#include "GaudiKernel/GaudiException.h"
#include "GaudiKernel/TypeNameString.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/GenericAddress.h"
#include "CLHEP/Random/RandFlat.h"
#include <charconv>
#include <boost/tokenizer.hpp>
#include <algorithm>
#include <cassert>
#include <functional>
#include <iostream>
#include <fstream>
#include <stdexcept>
#include <sstream>
#include <string>

Go to the source code of this file.

Macros

#define FORWARD___DEBUG(METHOD)

Variables

 ATLAS_NO_CHECK_FILE_THREAD_SAFETY

Macro Definition Documentation

◆ FORWARD___DEBUG

#define FORWARD___DEBUG ( METHOD)
Value:
{ ATH_MSG_VERBOSE ("forwarding " << #METHOD << " to service "\
<< (validTrigger() ? currentTrigger()->name() : "NONE")); }
#define ATH_MSG_VERBOSE(x)

Definition at line 166 of file MixingEventSelector.cxx.

166#define FORWARD___DEBUG( METHOD )\
167 { ATH_MSG_VERBOSE ("forwarding " << #METHOD << " to service "\
168 << (validTrigger() ? currentTrigger()->name() : "NONE")); }

Variable Documentation

◆ ATLAS_NO_CHECK_FILE_THREAD_SAFETY

ATLAS_NO_CHECK_FILE_THREAD_SAFETY

Definition at line 6 of file MixingEventSelector.cxx.