Main Page
Namespaces
Classes
Package Documentation
CVS Directory
WorkBook
Offline Guide
Release schedule
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
RecoLocalMuon
CSCRecHitD
src
CSCStripData.cc
Go to the documentation of this file.
1
// This is CSCStripData.cc
2
3
#include "
RecoLocalMuon/CSCRecHitD/src/CSCStripData.h
"
4
5
#include <iostream>
6
// required for ostream_iterator...
7
#include <iterator>
8
9
std::ostream &
operator<<
(std::ostream & os,
const
CSCStripData
&
data
) {
10
os <<
"CSCStripData "
<< std::endl
11
<<
"------------ "
<< std::endl
12
<<
"no. of time bins = "
<< data.
ntbins_
<< std::endl
13
<<
"strip = "
<< data.
istrip_
14
<<
", phmax = "
<< data.
phmax_
15
<<
", tmax = "
<< data.
tmax_
<< std::endl
16
<<
"phraw: "
<< std::endl;
17
std::copy
( data.
phRaw_
.begin(), data.
phRaw_
.end(), std::ostream_iterator<int>(os,
"\n"
) );
18
os <<
"ph: "
<< std::endl;
19
std::copy
( data.
ph_
.begin(), data.
ph_
.end(), std::ostream_iterator<float>(os,
"\n"
) );
20
return
os;
21
}
22
23
// Define space for static
24
const
int
CSCStripData::ntbins_
;
CSCStripData::istrip_
int istrip_
Definition:
CSCStripData.h:64
CSCStripData::ph_
std::vector< float > ph_
Definition:
CSCStripData.h:68
CSCStripData::phmax_
float phmax_
Definition:
CSCStripData.h:65
CSCStripData::phRaw_
std::vector< int > phRaw_
Definition:
CSCStripData.h:67
operator<<
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition:
ALILine.cc:187
CSCStripData::tmax_
int tmax_
Definition:
CSCStripData.h:66
CSCStripData.h
filterCSVwithJSON.copy
tuple copy
Definition:
filterCSVwithJSON.py:35
CSCStripData
Definition:
CSCStripData.h:15
runTheMatrix.data
data
Definition:
runTheMatrix.py:756
CSCStripData::ntbins_
static const int ntbins_
Definition:
CSCStripData.h:63
Generated for CMSSW Reference Manual by
1.8.5