1#ifndef CLASSIC_Marker_HH
2#define CLASSIC_Marker_HH
37 explicit Marker(
const std::string &name);
50 virtual bool bends()
const override;
54 virtual void getDimensions(
double &zBegin,
double &zEnd)
const override;
PartBunch< PLayout_t< double, 3 >, double, 3 > PartBunch_t
Component(const std::string &name)
Constructor with given name.
virtual bool bends() const override
virtual void finalise() override
virtual int getRequiredNumberOfTimeSteps() const override
void operator=(const Marker &)
virtual ElementType getType() const override
Get element type std::string.
Marker(const std::string &name)
Constructor with given name.
virtual void initialise(PartBunch_t *bunch, double &startField, double &endField) override
virtual void getDimensions(double &zBegin, double &zEnd) const override
virtual void accept(BeamlineVisitor &) const override
Apply visitor to Marker.