#include <Spot.h>
Public Member Functions | |
DetId | detId () const |
float | energy () const |
float | fraction () const |
bool | isCore () const |
unsigned int | layer () const |
float | mip () const |
int | multiplicity () const |
const double * | row () const |
Spot (DetId detid, double energy, const std::vector< double > &row, unsigned int layer, float fraction, double mip) | |
int | subdet () const |
~Spot () | |
Private Attributes | |
DetId | detId_ |
float | energy_ |
float | fraction_ |
bool | isCore_ |
unsigned int | layer_ |
float | mip_ |
int | multiplicity_ |
std::vector< double > | row_ |
int | subdet_ |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 28 of file Spot.h.
References layer_.
Referenced by geometryXMLparser.DTAlignable::index(), and geometryXMLparser.CSCAlignable::index().
|
inline |
|
inline |
|
inline |
Definition at line 24 of file Spot.h.
References row_.
Referenced by hgcal::EGammaPCAHelper::printHits().
|
inline |
|
private |
Definition at line 37 of file Spot.h.
Referenced by fraction().
|
private |
|
private |
Definition at line 39 of file Spot.h.
Referenced by multiplicity().
|
private |