DataFormats
CastorReco
src
CastorCell.cc
Go to the documentation of this file.
1
#include "
DataFormats/CastorReco/interface/CastorCell.h
"
2
3
reco::CastorCell::CastorCell
(
const
double
energy
,
const
ROOT::Math::XYZPoint
&
position
) {
4
position_
=
position
;
5
energy_
=
energy
;
6
}
7
8
reco::CastorCell::~CastorCell
() {}
reco::CastorCell::energy
double energy() const
cell energy
Definition:
CastorCell.h:34
ROOT::Math::XYZPoint
Transform3DPJ::Point XYZPoint
Definition:
Transform3DPJ.cc:33
CastorCell.h
reco::CastorCell::CastorCell
CastorCell()
default constructor. Sets energy and position to zero
Definition:
CastorCell.h:25
HCALHighEnergyHPDFilter_cfi.energy
energy
Definition:
HCALHighEnergyHPDFilter_cfi.py:5
reco::CastorCell::~CastorCell
virtual ~CastorCell()
destructor
Definition:
CastorCell.cc:8
position
static int position[264][3]
Definition:
ReadPGInfo.cc:289
reco::CastorCell::energy_
double energy_
cell energy
Definition:
CastorCell.h:71
reco::CastorCell::position
ROOT::Math::XYZPoint position() const
cell centroid position
Definition:
CastorCell.h:37
reco::CastorCell::position_
ROOT::Math::XYZPoint position_
cell centroid position
Definition:
CastorCell.h:74
Generated for CMSSW Reference Manual by
1.8.16