1 #ifndef DETECTOR_DESCRIPTION_CORE_DDSPECIFICS_H 2 #define DETECTOR_DESCRIPTION_CORE_DDSPECIFICS_H 24 std::ostream &operator<<(std::ostream &, const std::vector<std::string> &);
67 const std::vector<std::string> &partSelections,
72 const std::vector<DDPartSelection> &
selection()
const;
78 std::pair<bool, DDExpandedView>
node()
const;
const std::vector< DDPartSelection > & selection() const
Gives a reference to the collection of part-selections.
DDName is used to identify DDD entities uniquely.
const DDsvalues_type & specifics() const
Reference to the user-data attached to all nodes selected by the selections-strings given through sel...
std::vector< std::pair< unsigned int, DDValue > > DDsvalues_type
friend std::ostream & operator<<(std::ostream &, const DDSpecifics &)
const DDName & name() const
std::ostream & operator<<(std::ostream &, const std::vector< std::string > &)
DDSpecifics()
Creates a uninitialized reference-object (see DDLogicalPart documentation for details on reference ob...
Provides an exploded view of the detector (tree-view)
Interface to attach user specific data to nodes in the expanded-view.
std::pair< bool, DDExpandedView > node() const
Calculates the geometrical history of a fully specified PartSelector.