CMS 3D CMS Logo

Functions
CTPPSRPAlignmentCorrectionsData.cc File Reference
#include "FWCore/Utilities/interface/typelookup.h"
#include "CondFormats/PPSObjects/interface/CTPPSRPAlignmentCorrectionsData.h"
#include "DataFormats/CTPPSDetId/interface/CTPPSDetId.h"
#include <set>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const CTPPSRPAlignmentCorrectionsData &corr)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  s,
const CTPPSRPAlignmentCorrectionsData corr 
)

Definition at line 121 of file CTPPSRPAlignmentCorrectionsData.cc.

122  {
123  for (const auto& p : corr.getRPMap()) {
124  s << "RP " << p.first << ": " << p.second << std::endl;
125  }
126 
127  for (const auto& p : corr.getSensorMap()) {
128  s << "sensor " << p.first << ": " << p.second << std::endl;
129  }
130 
131  return s;

References alignCSCRings::corr, AlCaHLTBitMon_ParallelJobs::p, and alignCSCRings::s.

alignCSCRings.s
s
Definition: alignCSCRings.py:92
alignCSCRings.corr
dictionary corr
Definition: alignCSCRings.py:124
AlCaHLTBitMon_ParallelJobs.p
def p
Definition: AlCaHLTBitMon_ParallelJobs.py:153