ATLAS Offline Software
Loading...
Searching...
No Matches
EFInterfaceEmulator.cxx File Reference
#include <boost/property_tree/ptree.hpp>
#include "EFInterfaceEmulator.h"
#include "eformat_utils.h"
#include <cstdlib>
Include dependency graph for EFInterfaceEmulator.cxx:

Go to the source code of this file.

Functions

std::unique_ptr< daq::df_ef_interface::EventHandler > createEventHandler (const boost::property_tree::ptree &conf)

Function Documentation

◆ createEventHandler()

std::unique_ptr< daq::df_ef_interface::EventHandler > createEventHandler ( const boost::property_tree::ptree & conf)

Definition at line 10 of file EFInterfaceEmulator.cxx.

10 {
11 std::unique_ptr<daq::df_ef_interface::EventHandler> s(new DFEF::EFInterfaceEmulator(conf));
12 return s;
13}