Main Page
Namespaces
Classes
Package Documentation
FastSimulation
SimplifiedGeometryPropagator
interface
InteractionModelFactory.h
Go to the documentation of this file.
1
#ifndef FASTSIM_INTERACTIONMODELFACTORY
2
#define FASTSIM_INTERACTIONMODELFACTORY
3
4
#include "
FWCore/PluginManager/interface/PluginFactory.h
"
5
#include <string>
6
7
namespace
edm
8
{
9
class
ParameterSet
;
10
}
11
12
namespace
fastsim
13
{
14
class
InteractionModel
;
15
17
typedef
edmplugin::PluginFactory<fastsim::InteractionModel*(const std::string & name,const edm::ParameterSet&)>
InteractionModelFactory
;
18
}
19
20
21
#endif
ParameterSet
Definition:
Functions.h:16
fastsim
Definition:
BarrelSimplifiedGeometry.h:17
fastsim::InteractionModelFactory
edmplugin::PluginFactory< fastsim::InteractionModel *(const std::string &name, const edm::ParameterSet &)> InteractionModelFactory
Define a PluginFactory for all interaction models (provides a handy environment). ...
Definition:
InteractionModelFactory.h:14
fastsim::InteractionModel
Base class for any interaction model between a particle and a tracker layer.
Definition:
InteractionModel.h:32
edmplugin::PluginFactory
Definition:
PluginFactory.h:31
PluginFactory.h
edm
HLT enums.
Definition:
AlignableModifier.h:17
Generated for CMSSW Reference Manual by
1.8.11