ATLAS Offline Software
Loading...
Searching...
No Matches
factory.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5/*
6 * factory.cxx
7 *
8 * Created on: Apr 29, 2013
9 * Author: ricab
10 */
11
12#include "TrigPSC/factory.h"
13#include "TrigPSC/Psc.h"
14
15hltinterface::HLTInterface* hlt_factory()
16{
17 return new psc::Psc();
18}
19
HLT Pesa Steering Controller.
Common base class for HLT Pesa Steering Controller.
Definition Psc.h:44
hltinterface::HLTInterface * hlt_factory()
Definition factory.cxx:15