Main Page
Namespaces
Classes
Package Documentation
DataFormats
EcalRecHit
src
EcalRecHit.cc
Go to the documentation of this file.
1
#include "
DataFormats/EcalRecHit/interface/EcalRecHit.h
"
2
#include "
DataFormats/EcalDetId/interface/EBDetId.h
"
3
#include "
DataFormats/EcalDetId/interface/EEDetId.h
"
4
#include "
DataFormats/EcalDetId/interface/ESDetId.h
"
5
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
6
#include <cassert>
7
#include <cmath>
8
9
10
std::ostream&
operator<<
(std::ostream&
s
,
const
EcalRecHit
&
hit
) {
11
if
(hit.
detid
().
det
() ==
DetId::Ecal
&& hit.
detid
().
subdetId
() ==
EcalBarrel
)
12
return
s <<
EBDetId
(hit.
detid
()) <<
": "
<< hit.
energy
() <<
" GeV, "
<< hit.
time
() <<
" ns"
;
13
else
if
(hit.
detid
().
det
() ==
DetId::Ecal
&& hit.
detid
().
subdetId
() ==
EcalEndcap
)
14
return
s <<
EEDetId
(hit.
detid
()) <<
": "
<< hit.
energy
() <<
" GeV, "
<< hit.
time
() <<
" ns"
;
15
else
if
(hit.
detid
().
det
() ==
DetId::Ecal
&& hit.
detid
().
subdetId
() ==
EcalPreshower
)
16
return
s <<
ESDetId
(hit.
detid
()) <<
": "
<< hit.
energy
() <<
" GeV, "
<< hit.
time
() <<
" ns"
;
17
else
18
return
s <<
"EcalRecHit undefined subdetector"
;
19
}
20
21
MessageLogger.h
EBDetId
Definition:
EBDetId.h:17
EcalRecHit
Definition:
EcalRecHit.h:15
alignCSCRings.s
s
Definition:
alignCSCRings.py:92
EcalRecHit::detid
const DetId & detid() const
Definition:
EcalRecHit.h:72
EcalRecHit.h
EcalRecHit::time
float time() const
Definition:
EcalRecHit.h:70
EcalPreshower
Definition:
EcalSubdetector.h:10
DetId::Ecal
Definition:
DetId.h:26
EEDetId
Definition:
EEDetId.h:14
DetId::subdetId
constexpr int subdetId() const
get the contents of the subdetector field (not cast into any detector's numbering enum) ...
Definition:
DetId.h:41
EcalRecHit::energy
float energy() const
Definition:
EcalRecHit.h:68
operator<<
std::ostream & operator<<(std::ostream &s, const EcalRecHit &hit)
Definition:
EcalRecHit.cc:10
ESDetId
Definition:
ESDetId.h:15
hit
Definition:
SiStripHitEffFromCalibTree.cc:87
EcalBarrel
Definition:
EcalSubdetector.h:10
EBDetId.h
EEDetId.h
EcalEndcap
Definition:
EcalSubdetector.h:10
ESDetId.h
DetId::det
constexpr Detector det() const
get the detector field from this detid
Definition:
DetId.h:39
Generated for CMSSW Reference Manual by
1.8.11