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

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &lhs, const CscCalibDataContainer &rhs)
 Output stream - for printing.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & lhs,
const CscCalibDataContainer & rhs )

Output stream - for printing.

Output stream for printing.

Definition at line 32 of file CscCalibDataContainer.cxx.

32 {
33 lhs << "CscDataCollectionContainer has " << rhs.calibData_size() << " CalibData:" << std::endl;
35 SELECTOR sel(&rhs);
36 SELECTOR::const_iterator it = sel.begin();
37 SELECTOR::const_iterator it_end = sel.end();
38 bool first = true;
39 for ( ; it!=it_end;++it) {
40 if ( first ) {
41 first = false;
42 } else {
43 lhs << std::endl;
44 }
45 lhs << " " << *it;
46 }
47 return lhs;
48}
SelectAllObjectMT< DCC, OBJECT > SelectAllObject
size_type calibData_size() const
content size
bool first
Definition DeMoScan.py:534