CMS 3D CMS Logo

Functions
CSCStripData.cc File Reference
#include "RecoLocalMuon/CSCRecHitD/src/CSCStripData.h"
#include <iostream>
#include <iterator>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const CSCStripData &data)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const CSCStripData data 
)

Definition at line 9 of file CSCStripData.cc.

9  {
10  os << "CSCStripData " << std::endl
11  << "------------ " << std::endl
12  << "no. of time bins = " << data.ntbins_ << std::endl
13  << ", phmax = " << data.phmax_ << ", tmax = " << data.tmax_ << std::endl
14  << "phraw: " << std::endl;
15  std::copy(data.phRaw_.begin(), data.phRaw_.end(), std::ostream_iterator<int>(os, "\n"));
16  os << "ph: " << std::endl;
17  std::copy(data.ph_.begin(), data.ph_.end(), std::ostream_iterator<float>(os, "\n"));
18  return os;
19 }

References filterCSVwithJSON::copy, and data.

filterCSVwithJSON.copy
copy
Definition: filterCSVwithJSON.py:36
data
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:79