#include <IslandClusterAlgo.h>
Public Types | |
enum | EcalPart { barrel = 0, endcap = 1 } |
typedef math::XYZPoint | Point |
point in the space More... | |
enum | VerbosityLevel { pDEBUG = 0, pWARNING = 1, pINFO = 2, pERROR = 3 } |
Public Member Functions | |
IslandClusterAlgo () | |
IslandClusterAlgo (double ebst, double ecst, const PositionCalc &posCalc, VerbosityLevel the_verbosity=pERROR) | |
std::vector< reco::BasicCluster > | makeClusters (const EcalRecHitCollection *hits, const CaloSubdetectorGeometry *geometry, const CaloSubdetectorTopology *topology_p, const CaloSubdetectorGeometry *geometryES_p, EcalPart ecalPart, bool regional=false, const std::vector< EcalEtaPhiRegion > ®ions=std::vector< EcalEtaPhiRegion >()) |
void | setVerbosity (VerbosityLevel the_verbosity) |
virtual | ~IslandClusterAlgo () |
Private Member Functions | |
void | mainSearch (const EcalRecHitCollection *hits, const CaloSubdetectorGeometry *geometry_p, const CaloSubdetectorTopology *topology_p, const CaloSubdetectorGeometry *geometryES_p, EcalPart ecalPart) |
void | makeCluster (const EcalRecHitCollection *hits, const CaloSubdetectorGeometry *geometry_p, const CaloSubdetectorGeometry *geometryES_p) |
void | searchEast (const CaloNavigator< DetId > &navigator, const CaloSubdetectorTopology *topology) |
void | searchNorth (const CaloNavigator< DetId > &navigator) |
void | searchSouth (const CaloNavigator< DetId > &navigator) |
void | searchWest (const CaloNavigator< DetId > &navigator, const CaloSubdetectorTopology *topology) |
bool | shouldBeAdded (EcalRecHitCollection::const_iterator candidate_it, EcalRecHitCollection::const_iterator previous_it) |
Private Attributes | |
std::vector< reco::BasicCluster > | clusters_v |
std::vector< std::pair< DetId, float > > | current_v |
double | ecalBarrelSeedThreshold |
double | ecalEndcapSeedThreshold |
PositionCalc | posCalculator_ |
const EcalRecHitCollection * | recHits_ |
std::vector< EcalRecHit > | seeds |
std::set< DetId > | used_s |
VerbosityLevel | verbosity |
Definition at line 27 of file IslandClusterAlgo.h.
point in the space
Definition at line 61 of file IslandClusterAlgo.h.
Enumerator | |
---|---|
barrel | |
endcap |
Definition at line 31 of file IslandClusterAlgo.h.
Enumerator | |
---|---|
pDEBUG | |
pWARNING | |
pINFO | |
pERROR |
Definition at line 32 of file IslandClusterAlgo.h.
|
inline |
Definition at line 34 of file IslandClusterAlgo.h.
|
inline |
Definition at line 37 of file IslandClusterAlgo.h.
References posCalculator_.
|
inlinevirtual |
Definition at line 42 of file IslandClusterAlgo.h.
|
private |
Definition at line 106 of file IslandClusterAlgo.cc.
|
private |
Definition at line 266 of file IslandClusterAlgo.cc.
std::vector< reco::BasicCluster > IslandClusterAlgo::makeClusters | ( | const EcalRecHitCollection * | hits, |
const CaloSubdetectorGeometry * | geometry, | ||
const CaloSubdetectorTopology * | topology_p, | ||
const CaloSubdetectorGeometry * | geometryES_p, | ||
EcalPart | ecalPart, | ||
bool | regional = false , |
||
const std::vector< EcalEtaPhiRegion > & | regions = std::vector<EcalEtaPhiRegion>() |
||
) |
Definition at line 17 of file IslandClusterAlgo.cc.
|
private |
Definition at line 226 of file IslandClusterAlgo.cc.
|
private |
Definition at line 158 of file IslandClusterAlgo.cc.
|
private |
Definition at line 180 of file IslandClusterAlgo.cc.
|
private |
Definition at line 201 of file IslandClusterAlgo.cc.
|
inline |
|
private |
Definition at line 252 of file IslandClusterAlgo.cc.
|
private |
Definition at line 86 of file IslandClusterAlgo.h.
|
private |
Definition at line 83 of file IslandClusterAlgo.h.
|
private |
Definition at line 70 of file IslandClusterAlgo.h.
|
private |
Definition at line 71 of file IslandClusterAlgo.h.
|
private |
Definition at line 66 of file IslandClusterAlgo.h.
Referenced by IslandClusterAlgo().
|
private |
Definition at line 74 of file IslandClusterAlgo.h.
|
private |
Definition at line 77 of file IslandClusterAlgo.h.
|
private |
Definition at line 80 of file IslandClusterAlgo.h.
|
private |
Definition at line 89 of file IslandClusterAlgo.h.
Referenced by setVerbosity().