![]() |
ATLAS Offline Software
|
2D look up table for eflowRecClusters More...
#include <EtaPhiLUT.h>
Public Member Functions | |
| EtaPhiLUT (unsigned int nbins=50) | |
| constructor taking the desired binsize More... | |
| void | fill (eflowRecClusterContainer &clustersin) |
| std::vector< eflowRecCluster * > | clustersInCone (float eta, float phi, float dr) const |
| collect eflowRecClusters in a given cone More... | |
Private Attributes | |
| unsigned int | m_nphiBins |
| float | m_phiBinSize |
| number of bins More... | |
| std::vector< std::vector< eflowRecCluster * > > | m_phiBinnedLookUpTable |
| bin size More... | |
2D look up table for eflowRecClusters
Definition at line 26 of file EtaPhiLUT.h.
| eflowRec::EtaPhiLUT::EtaPhiLUT | ( | unsigned int | nbins = 50 | ) |
| std::vector< eflowRecCluster * > eflowRec::EtaPhiLUT::clustersInCone | ( | float | eta, |
| float | phi, | ||
| float | dr | ||
| ) | const |
collect eflowRecClusters in a given cone
Definition at line 43 of file EtaPhiLUT.cxx.
| void eflowRec::EtaPhiLUT::fill | ( | eflowRecClusterContainer & | clustersin | ) |
Definition at line 31 of file EtaPhiLUT.cxx.
|
private |
Definition at line 38 of file EtaPhiLUT.h.
|
private |
bin size
Definition at line 40 of file EtaPhiLUT.h.
|
private |
number of bins
Definition at line 39 of file EtaPhiLUT.h.
1.8.18