29 :
VGM::IPlacement(), fVolume(volume), fMotherVolume(motherVolume)
77 out <<
"\"" << Name() <<
"\"";
80 out <<
" volume: \"" << Volume()->Name() <<
"\"";
82 out <<
" volume: \"-\"";
85 out <<
" mother: \"" << Mother()->Name() <<
"\"";
87 out <<
" mother: \"-\"";
92 out <<
" copyNo: " << CopyNo() <<
" transform: " << Transformation();
101 MultiplePlacementData(axis, nofItems, width, offset, halfGap);
104 <<
" ndiv: " << nofItems <<
" width: " << width
105 <<
" offset: " << offset <<
" halfGap: " << halfGap;
143 return placement.
Put(out);
std::ostream & operator<<(std::ostream &out, const VGM::Transform &transform)
The abstract base class to positions of volumes.
void SetVolume(VGM::IVolume *volume)
virtual VGM::IVolume * Volume() const
Return the associated volume.
virtual VGM::IVolume * Mother() const
Return the associated mother volume.
virtual std::ostream & Put(std::ostream &out) const
Put the printing of the placement parameters in the out stream.
The VGM interface to positions of volumes.
virtual std::ostream & Put(std::ostream &out) const =0
Put the printing of the placement parameters in the out stream.
The VGM interface to volumes.
virtual void AddDaughter(VGM::IPlacement *daughter)=0
Add the specified daughter.
std::string AxisTypeName(VGM::Axis typeId)
std::string PlacementTypeName(VGM::PlacementType typeId)