#include <DiscretizedEnergyFlow.h>
Definition at line 20 of file DiscretizedEnergyFlow.h.
◆ DiscretizedEnergyFlow() [1/2]
reco::DiscretizedEnergyFlow::DiscretizedEnergyFlow |
( |
| ) |
|
|
inline |
◆ DiscretizedEnergyFlow() [2/2]
DiscretizedEnergyFlow::DiscretizedEnergyFlow |
( |
const double * |
data, |
|
|
const char * |
title, |
|
|
double |
etaMin, |
|
|
double |
etaMax, |
|
|
double |
phiBin0Edge, |
|
|
unsigned |
nEtaBins, |
|
|
unsigned |
nPhiBins |
|
) |
| |
◆ data()
const double* reco::DiscretizedEnergyFlow::data |
( |
| ) |
const |
|
inline |
◆ etaMax()
double reco::DiscretizedEnergyFlow::etaMax |
( |
| ) |
const |
|
inline |
◆ etaMin()
double reco::DiscretizedEnergyFlow::etaMin |
( |
| ) |
const |
|
inline |
◆ nEtaBins()
unsigned reco::DiscretizedEnergyFlow::nEtaBins |
( |
| ) |
const |
|
inline |
◆ nPhiBins()
unsigned reco::DiscretizedEnergyFlow::nPhiBins |
( |
| ) |
const |
|
inline |
◆ phiBin0Edge()
double reco::DiscretizedEnergyFlow::phiBin0Edge |
( |
| ) |
const |
|
inline |
◆ title()
const char* reco::DiscretizedEnergyFlow::title |
( |
| ) |
const |
|
inline |
◆ data_
std::vector<double> reco::DiscretizedEnergyFlow::data_ |
|
private |
◆ etaMax_
double reco::DiscretizedEnergyFlow::etaMax_ |
|
private |
◆ etaMin_
double reco::DiscretizedEnergyFlow::etaMin_ |
|
private |
◆ nEtaBins_
unsigned reco::DiscretizedEnergyFlow::nEtaBins_ |
|
private |
◆ nPhiBins_
unsigned reco::DiscretizedEnergyFlow::nPhiBins_ |
|
private |
◆ phiBin0Edge_
double reco::DiscretizedEnergyFlow::phiBin0Edge_ |
|
private |
◆ title_
std::string reco::DiscretizedEnergyFlow::title_ |
|
private |