Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
SimGeneral
TrackingAnalysis
src
EncodedTruthId.cc
Go to the documentation of this file.
1
#include "
SimGeneral/TrackingAnalysis/interface/EncodedTruthId.h
"
2
3
EncodedTruthId::EncodedTruthId
() {}
4
5
EncodedTruthId::EncodedTruthId
(
EncodedEventId
eid
,
int
index
) :
EncodedEventId
(eid), index_(index) {}
6
7
std::ostream &
operator<<
(std::ostream &os,
EncodedTruthId
&
id
) {
8
return
os <<
"("
<<
id
.bunchCrossing() <<
","
<<
id
.event() <<
","
<<
id
.index() <<
")"
;
9
}
runTauDisplay.eid
tuple eid
Definition:
runTauDisplay.py:298
operator<<
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition:
ALILine.cc:167
EncodedTruthId
Definition:
EncodedTruthId.h:7
AlignmentPI::index
index
Definition:
AlignmentPayloadInspectorHelper.h:46
EncodedTruthId::EncodedTruthId
EncodedTruthId()
Definition:
EncodedTruthId.cc:3
EncodedTruthId.h
EncodedEventId
Definition:
EncodedEventId.h:11
Generated for CMSSW Reference Manual by
1.8.5