![]() |
ATLAS Offline Software
|
#include <ExtraParticlesPhysicsTool.h>
Classes | |
class | PhysicsConstructor |
Public Member Functions | |
ExtraParticlesPhysicsTool (const std::string &type, const std::string &name, const IInterface *parent) | |
Standard constructor. More... | |
virtual | ~ExtraParticlesPhysicsTool () |
Destructor. More... | |
virtual StatusCode | initialize () override final |
Initialize method. More... | |
virtual UPPhysicsConstructor | GetPhysicsOption () override final |
Implements. More... | |
Protected Attributes | |
std::map< std::string, std::vector< double > > | m_extraParticlesConfig |
a set of parameters for extra particle building More... | |
"ExtraParticles/ExtraParticlesPhysicsTool.h"
Tool for the concrete implementation of a Physics List selection class
Definition at line 21 of file ExtraParticlesPhysicsTool.h.
ExtraParticlesPhysicsTool::ExtraParticlesPhysicsTool | ( | const std::string & | type, |
const std::string & | name, | ||
const IInterface * | parent | ||
) |
|
virtual |
|
finaloverridevirtual |
Definition at line 60 of file ExtraParticlesPhysicsTool.cxx.
|
finaloverridevirtual |
Initialize method.
Definition at line 52 of file ExtraParticlesPhysicsTool.cxx.
|
protected |
a set of parameters for extra particle building
Definition at line 57 of file ExtraParticlesPhysicsTool.h.