ATLAS Offline Software
Loading...
Searching...
No Matches
factory.h
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.h
7 *
8 * Created on: Apr 29, 2013
9 * Author: ricab
10 */
11
12#ifndef FACTORY_H_
13#define FACTORY_H_
14
15#include "hltinterface/HLTInterface.h"
16
17extern "C" {
18 hltinterface::HLTInterface* hlt_factory();
19}
20
21
22#endif /* FACTORY_H_ */
hltinterface::HLTInterface * hlt_factory()
Definition factory.cxx:15