Main Page
Namespaces
Classes
Package Documentation
CVS Directory
WorkBook
Offline Guide
Release schedule
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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
std::ostream&
operator<<
(std::ostream&
s
,
const
EcalRecHit
&
hit
) {
10
if
(hit.
detid
().
det
() ==
DetId::Ecal
&& hit.
detid
().
subdetId
() ==
EcalBarrel
)
11
return
s <<
EBDetId
(hit.
detid
()) <<
": "
<< hit.
energy
() <<
" GeV, "
<< hit.
time
() <<
" ns"
;
12
else
if
(hit.
detid
().
det
() ==
DetId::Ecal
&& hit.
detid
().
subdetId
() ==
EcalEndcap
)
13
return
s <<
EEDetId
(hit.
detid
()) <<
": "
<< hit.
energy
() <<
" GeV, "
<< hit.
time
() <<
" ns"
;
14
else
if
(hit.
detid
().
det
() ==
DetId::Ecal
&& hit.
detid
().
subdetId
() ==
EcalPreshower
)
15
return
s <<
ESDetId
(hit.
detid
()) <<
": "
<< hit.
energy
() <<
" GeV, "
<< hit.
time
() <<
" ns"
;
16
else
17
return
s <<
"EcalRecHit undefined subdetector"
;
18
}
EcalRecHit.h
EBDetId
Definition:
EBDetId.h:17
MessageLogger.h
EcalRecHit
Definition:
EcalRecHit.h:15
EcalRecHit::detid
const DetId & detid() const
Definition:
EcalRecHit.h:72
EcalRecHit::time
float time() const
Definition:
EcalRecHit.h:70
operator<<
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition:
ALILine.cc:167
EcalPreshower
Definition:
EcalSubdetector.h:10
DetId::Ecal
Definition:
DetId.h:27
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:48
EcalRecHit::energy
float energy() const
Definition:
EcalRecHit.h:68
alignCSCRings.s
list s
Definition:
alignCSCRings.py:92
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:46
Generated for CMSSW Reference Manual by
1.8.5