ATLAS Offline Software
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 
15 hltinterface::HLTInterface* hlt_factory()
16 {
17  return new psc::Psc();
18 }
19 
hlt_factory
hltinterface::HLTInterface * hlt_factory()
Definition: factory.cxx:15
factory.h
Psc.h
HLT Pesa Steering Controller.
psc::Psc
Common base class for HLT Pesa Steering Controller.
Definition: Psc.h:44