cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
ModuleFactoryImpl.h
Go to the documentation of this file.
1/*
2 * CepGen: a central exclusive processes event generator
3 * Copyright (C) 2021-2024 Laurent Forthomme
4 *
5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation, either version 3 of the License, or
8 * any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
19#ifndef CepGen_Modules_ModuleFactoryImpl_h
20#define CepGen_Modules_ModuleFactoryImpl_h
21
25#include "CepGen/Event/Event.h"
40#include "CepGen/Utils/Drawer.h"
43
44namespace cepgen {
45 template class ModuleFactory<card::Handler>;
46 template class ModuleFactory<CollinearFlux>;
47 template class ModuleFactory<Coupling>;
48 template class ModuleFactory<utils::Derivator>;
49 template class ModuleFactory<utils::DocumentationGenerator>;
50 template class ModuleFactory<utils::Drawer>;
51 template class ModuleFactory<EventImporter>;
52 template class ModuleFactory<EventModifier>;
53 template class ModuleFactory<EventExporter>;
54 template class ModuleFactory<formfac::Parameterisation>;
55 template class ModuleFactory<GeneratorWorker>;
56 template class ModuleFactory<Integrator>;
57 template class ModuleFactory<AnalyticIntegrator>;
58 template class ModuleFactory<KTFlux>;
59 template class ModuleFactory<PhaseSpaceGenerator>;
60 template class ModuleFactory<proc::Process>;
61 template class ModuleFactory<sigrat::Parameterisation>;
62 template class ModuleFactory<strfun::Parameterisation>;
63 template class ModuleFactory<utils::Functional>;
64 template class ModuleFactory<utils::RandomGenerator>;
65} // namespace cepgen
66
67#endif
Common namespace for this Monte Carlo generator.