ATLAS Offline Software
Loading...
Searching...
No Matches
sTGCAsBuiltData.cxx File Reference
Include dependency graph for sTGCAsBuiltData.cxx:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &ostr, const sTGCAsBuiltData::Parameters &par)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & ostr,
const sTGCAsBuiltData::Parameters & par )

Definition at line 8 of file sTGCAsBuiltData.cxx.

8 {
9 return ostr << "Offset " << par.offset << " rotxy " << par.rotation << " scale " << par.scale << " nonPara " << par.nonPara;
10}