#include <cmath>
#include <cstdlib>
#include <vector>
#include <algorithm>
Go to the source code of this file.
Classes | |
struct | EtaPhiBin |
struct | MaxZBin |
Functions | |
float | DPhi (float phi1, float phi2) |
void | Fill_L2Cluster (EtaPhiBin &bin, float pt, int ntrk, int ndtrk, std::vector< unsigned int > trkidx) |
std::vector< EtaPhiBin > | L1_clustering (EtaPhiBin *phislice, int etaBins_, float etaStep_) |
std::vector< EtaPhiBin > | L2_clustering (std::vector< std::vector< EtaPhiBin >> &L1clusters, int phiBins_, float phiStep_, float etaStep_) |
|
inline |
Definition at line 127 of file L1Clustering.h.
Referenced by ZeeCalibration::EvalDR(), PythiaHepMCFilterGammaGamma::filter(), and L2_clustering().
|
inline |
Definition at line 119 of file L1Clustering.h.
References newFWLiteAna::bin, and DiDispStaMuonMonitor_cfi::pt.
Referenced by L2_clustering().
Definition at line 31 of file L1Clustering.h.
References funct::abs(), bsc_activity_cfg::clusters, PVValHelper::eta, visualization-live-secondInstance_cfg::m, DeadROCCounter::nclust, EtaPhiBin::numtdtrks, EtaPhiBin::numtracks, EtaPhiBin::pTtot, EtaPhiBin::trackidx, and EtaPhiBin::used.
Referenced by L1TrackJetProducer::produce().
|
inline |
Definition at line 136 of file L1Clustering.h.
References a, funct::abs(), b, bsc_activity_cfg::clusters, DPhi(), relativeConstraints::empty, mps_fire::end, PVValHelper::eta, Fill_L2Cluster(), visualization-live-secondInstance_cfg::m, dqmiodumpmetadata::n, DeadROCCounter::nclust, PVValHelper::phi, and jetUpdater_cfi::sort.
Referenced by L1TrackJetProducer::produce().