1 #ifndef CLASSIC_FlaggedElmPtr_HH
2 #define CLASSIC_FlaggedElmPtr_HH
43 (
const ElmPtr &,
bool reflected =
false,
bool selected =
false);
A section of a beam line.
A section of a beam line.
int getCounter() const
Get clone counter.
void setCounter(int) const
Set clone counter.
void setReflectionFlag(bool flag) const
Set reflection flag.
bool isReflected
The reflection flag.
bool getReflectionFlag() const
Get reflection flag.
int itsCounter
Clone counter.
bool getSelectionFlag() const
Get selection flag.
bool isSelected
The selection flag.
void setSelectionFlag(bool flag) const
Get selection flag.
virtual void accept(BeamlineVisitor &) const
Apply visitor.