src
SimDataFormats
CaloHit
src
HFShowerPhoton.cc
Go to the documentation of this file.
1
// File: HFShowerPhoton.cc
3
// Description: Photons (generating single PE) in HF Shower Library
5
#include "
SimDataFormats/CaloHit/interface/HFShowerPhoton.h
"
6
7
#include <iomanip>
8
9
HFShowerPhoton::HFShowerPhoton
(
float
x
,
float
y
,
float
z
,
float
lambda,
float
t
)
10
: position_(
x
,
y
,
z
),
lambda_
(lambda), time_(
t
) {}
11
12
HFShowerPhoton::HFShowerPhoton
(
const
Point
&
p
,
float
t
,
float
lambda) : position_(
p
),
lambda_
(lambda), time_(
t
) {}
13
14
std::ostream&
operator<<
(std::ostream&
os
,
const
HFShowerPhoton
&
it
) {
15
os
<<
"X "
<< std::setw(6) <<
it
.x() <<
" Y "
<< std::setw(6) <<
it
.y() <<
" Z "
<< std::setw(6) <<
it
.z() <<
" t "
16
<< std::setw(6) <<
it
.t() <<
" lambda "
<<
it
.lambda();
17
return
os
;
18
}
submitPVValidationJobs.t
string t
Definition:
submitPVValidationJobs.py:649
operator<<
std::ostream & operator<<(std::ostream &os, const HFShowerPhoton &it)
Definition:
HFShowerPhoton.cc:14
HFShowerPhoton
Definition:
HFShowerPhoton.h:13
ctppsOpticalFunctions_non_DB_cff.z
z
Definition:
ctppsOpticalFunctions_non_DB_cff.py:15
l1tGTMenu_BTagSeeds_cff.os
os
Definition:
l1tGTMenu_BTagSeeds_cff.py:34
HFShowerPhoton::HFShowerPhoton
HFShowerPhoton(float x=0, float y=0, float z=0, float lambda=0, float t=0)
Definition:
HFShowerPhoton.cc:9
HFShowerPhoton.h
detailsBasic3DVector::y
float float y
Definition:
extBasic3DVector.h:15
ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it
auto & it
Definition:
splitVertices.h:27
Point
Structure Point Contains parameters of Gaussian fits to DMRs.
Definition:
PrepareDMRTrends.h:54
x
float x
Definition:
beamSpotDipStandalone.cc:55
run3scouting_cff.lambda_
lambda_
Definition:
run3scouting_cff.py:144
AlCaHLTBitMon_ParallelJobs.p
def p
Definition:
AlCaHLTBitMon_ParallelJobs.py:153
Generated for CMSSW Reference Manual by
1.8.14