Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
RecoParticleFlow
PFProducer
src
PFBlockLink.cc
Go to the documentation of this file.
1
#include "
RecoParticleFlow/PFProducer/interface/PFBlockLink.h
"
2
3
#include <iomanip>
4
5
using namespace
std;
6
7
std::ostream&
operator<<
(std::ostream&
out
,
8
const
PFBlockLink
&
l
) {
9
if
(!out)
return
out
;
10
11
out<<setiosflags(ios::fixed);
12
13
out<<
"link : "
14
<<
" 0x"
<<std::hex<<l.
type_
<<
std::dec
<<
"\t"
;
15
16
out<<setiosflags(ios::right);
17
out<<setw(10)<<l.
dist_
18
<<
" "
<<l.
element1_
<<
" "
<<l.
element2_
;
19
20
out<<resetiosflags(ios::right|ios::fixed);
21
22
return
out
;
23
}
PFBlockLink::element1_
unsigned element1_
element 1
Definition:
PFBlockLink.h:106
PFBlockLink::element2_
unsigned element2_
element 2
Definition:
PFBlockLink.h:109
PFBlockLink::type_
Type type_
type of the link
Definition:
PFBlockLink.h:97
PFBlockLink::dist_
double dist_
distance of the link
Definition:
PFBlockLink.h:103
PFBlockLink.h
std::operator<<
ostream & operator<<(std::ostream &o, vector< std::string > const &iValue)
Definition:
refresh.cc:45
PFBlockLink
link between 2 elements
Definition:
PFBlockLink.h:11
dbtoconf.out
tuple out
Definition:
dbtoconf.py:99
prof2calltree.l
tuple l
Definition:
prof2calltree.py:116
TauDecayModes.dec
tuple dec
Definition:
TauDecayModes.py:141
Generated for CMSSW Reference Manual by
1.8.5