#include <CaloClusterer.h>
|
void | fill (float pt, float eta, float phi, unsigned int index) |
|
| GridSelector (std::vector< double > etaBounds, std::vector< double > phiBounds, std::vector< unsigned int > maxClusters) |
|
std::vector< unsigned int > | returnSorted () |
|
| ~GridSelector () |
|
Definition at line 330 of file CaloClusterer.h.
◆ GridSelector()
l1tpf_calo::GridSelector::GridSelector |
( |
std::vector< double > |
etaBounds, |
|
|
std::vector< double > |
phiBounds, |
|
|
std::vector< unsigned int > |
maxClusters |
|
) |
| |
Definition at line 759 of file CaloClusterer.cc.
const std::vector< unsigned int > maxClustersEtaPhi_
std::vector< std::vector< std::pair< float, unsigned int > > > regionPtIndices_
const std::vector< double > phiBounds_
const std::vector< double > etaBounds_
◆ ~GridSelector()
l1tpf_calo::GridSelector::~GridSelector |
( |
| ) |
|
|
inline |
◆ fill()
void l1tpf_calo::GridSelector::fill |
( |
float |
pt, |
|
|
float |
eta, |
|
|
float |
phi, |
|
|
unsigned int |
index |
|
) |
| |
Definition at line 767 of file CaloClusterer.cc.
References PVValHelper::eta, and DiDispStaMuonMonitor_cfi::pt.
770 for (
unsigned int ie = 0; ie <
etaBounds_.size() - 1; ie++) {
777 for (
unsigned int ip = 0; ip <
phiBounds_.size() - 1; ip++) {
const std::vector< unsigned int > maxClustersEtaPhi_
std::vector< std::vector< std::pair< float, unsigned int > > > regionPtIndices_
const std::vector< double > phiBounds_
const std::vector< double > etaBounds_
◆ returnSorted()
std::vector< unsigned int > l1tpf_calo::GridSelector::returnSorted |
( |
| ) |
|
◆ etaBounds_
const std::vector<double> l1tpf_calo::GridSelector::etaBounds_ |
|
private |
◆ maxClustersEtaPhi_
const std::vector<unsigned int> l1tpf_calo::GridSelector::maxClustersEtaPhi_ |
|
private |
◆ phiBounds_
const std::vector<double> l1tpf_calo::GridSelector::phiBounds_ |
|
private |
◆ regionPtIndices_
std::vector<std::vector<std::pair<float, unsigned int> > > l1tpf_calo::GridSelector::regionPtIndices_ |
|
private |