Main Page
Namespaces
Classes
Package Documentation
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
}
alignBH_cfg.fixed
fixed
Definition:
alignBH_cfg.py:54
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
Definition:
JetResolutionObject.h:76
PFBlockLink
link between 2 elements
Definition:
PFBlockLink.h:11
std::operator<<
std::ostream & operator<<(std::ostream &out, const std::tuple< Types... > &value)
Definition:
Utilities.h:38
MillePedeFileConverter_cfg.out
out
Definition:
MillePedeFileConverter_cfg.py:31
TauDecayModes.dec
dec
Definition:
TauDecayModes.py:141
checklumidiff.l
l
Definition:
checklumidiff.py:65
Generated for CMSSW Reference Manual by
1.8.11