24 #ifndef OPAL_PARTICLEMATTERINTERACTION_HH
25 #define OPAL_PARTICLEMATTERINTERACTION_HH
57 void print(std::ostream& os)
const;
88 #endif // OPAL_PARTICLEMATTERINTERACTION_HH
The base class for all OPAL objects.
void operator=(const ParticleMatterInteraction &)
std::ostream & operator<<(std::ostream &os, const Attribute &attr)
virtual void update()
Update the PARTICLEMATTERINTERACTION data.
static ParticleMatterInteraction * find(const std::string &name)
Find named PARTICLEMATTERINTERACTION.
void updateElement(ElementBase *element)
virtual void execute()
Check the PARTICLEMATTERINTERACTION data.
void initParticleMatterInteractionHandler(ElementBase &element)
void getInteractionType()
ParticleMatterInteractionHandler * handler_m
virtual ParticleMatterInteraction * clone(const std::string &name)
Make clone.
The base class for all OPAL definitions.
ParticleMatterInteraction()
Exemplar constructor.
void print(std::ostream &os) const
Print the object.
virtual bool canReplaceBy(Object *object)
Test if replacement is allowed.
virtual ~ParticleMatterInteraction()