Skip to content
Snippets Groups Projects
Commit 2e60f0dc authored by Sebastien Ponce's avatar Sebastien Ponce Committed by MarkusFrankATcernch
Browse files

Added operator<< for AlignmentData

parent 9a1e2611
No related branches found
No related tags found
No related merge requests found
......@@ -196,4 +196,5 @@ namespace dd4hep {
{ return detectorToLocal(Position(det[0],det[1],det[2])); }
};
} /* End namespace dd4hep */
std::ostream& operator << (std::ostream& s, const dd4hep::AlignmentData& data);
#endif /* DD4HEP_ALIGMENTS_ALIGNMENTDATA_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment