CMS 3D CMS Logo

List of all members | Public Member Functions | Private Types | Private Member Functions | Private Attributes
Basic2DGenericTopoClusterizer Class Reference
Inheritance diagram for Basic2DGenericTopoClusterizer:
InitialClusteringStepBase

Public Member Functions

 Basic2DGenericTopoClusterizer (const edm::ParameterSet &conf, edm::ConsumesCollector &cc)
 
 Basic2DGenericTopoClusterizer (const B2DGT &)=delete
 
void buildClusters (const edm::Handle< reco::PFRecHitCollection > &, const std::vector< bool > &, const std::vector< bool > &, reco::PFClusterCollection &) override
 
B2DGToperator= (const B2DGT &)=delete
 
 ~Basic2DGenericTopoClusterizer () override=default
 
- Public Member Functions inherited from InitialClusteringStepBase
 InitialClusteringStepBase (const edm::ParameterSet &conf, edm::ConsumesCollector &cc)
 
 InitialClusteringStepBase (const ICSB &)=delete
 
std::ostream & operator<< (std::ostream &o) const
 
ICSBoperator= (const ICSB &)=delete
 
void reset ()
 
virtual void update (const edm::EventSetup &)
 
virtual void updateEvent (const edm::Event &)
 
virtual ~InitialClusteringStepBase ()=default
 

Private Types

typedef Basic2DGenericTopoClusterizer B2DGT
 

Private Member Functions

void buildTopoCluster (const edm::Handle< reco::PFRecHitCollection > &, const std::vector< bool > &, unsigned int, std::vector< bool > &, reco::PFCluster &)
 

Private Attributes

const bool _useCornerCells
 

Additional Inherited Members

- Protected Types inherited from InitialClusteringStepBase
typedef std::tuple< std::vector< int >, std::vector< double >, std::vector< double > > I3tuple
 
- Protected Member Functions inherited from InitialClusteringStepBase
reco::PFRecHitRef makeRefhit (const edm::Handle< reco::PFRecHitCollection > &h, const unsigned i) const
 
- Protected Attributes inherited from InitialClusteringStepBase
const std::unordered_map< std::string, int > _layerMap
 
unsigned _nClustersFound
 
unsigned _nSeeds
 
std::unordered_map< int, I3tuple_thresholds
 

Detailed Description

Definition at line 5 of file Basic2DGenericTopoClusterizer.cc.

Member Typedef Documentation

◆ B2DGT

Definition at line 6 of file Basic2DGenericTopoClusterizer.cc.

Constructor & Destructor Documentation

◆ Basic2DGenericTopoClusterizer() [1/2]

Basic2DGenericTopoClusterizer::Basic2DGenericTopoClusterizer ( const edm::ParameterSet conf,
edm::ConsumesCollector cc 
)
inline

Definition at line 9 of file Basic2DGenericTopoClusterizer.cc.

10  : InitialClusteringStepBase(conf, cc), _useCornerCells(conf.getParameter<bool>("useCornerCells")) {}
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
uint32_t cc[maxCellsPerHit]
Definition: gpuFishbone.h:49
InitialClusteringStepBase(const edm::ParameterSet &conf, edm::ConsumesCollector &cc)

◆ ~Basic2DGenericTopoClusterizer()

Basic2DGenericTopoClusterizer::~Basic2DGenericTopoClusterizer ( )
overridedefault

◆ Basic2DGenericTopoClusterizer() [2/2]

Basic2DGenericTopoClusterizer::Basic2DGenericTopoClusterizer ( const B2DGT )
delete

Member Function Documentation

◆ buildClusters()

void Basic2DGenericTopoClusterizer::buildClusters ( const edm::Handle< reco::PFRecHitCollection > &  input,
const std::vector< bool > &  rechitMask,
const std::vector< bool > &  seedable,
reco::PFClusterCollection output 
)
overridevirtual

Implements InitialClusteringStepBase.

Definition at line 43 of file Basic2DGenericTopoClusterizer.cc.

References buildTopoCluster(), hfClusterShapes_cfi::hits, mps_fire::i, input, dqmiolumiharvest::j, convertSQLitetoXML_cfg::output, fileCollector::seed, DetachedQuadStep_cff::seeds, jetUpdater_cfi::sort, and groupFilesInBlocks::temp.

46  {
47  auto const& hits = *input;
48  std::vector<bool> used(hits.size(), false);
49  std::vector<unsigned int> seeds;
50 
51  // get the seeds and sort them descending in energy
52  seeds.reserve(hits.size());
53  for (unsigned int i = 0; i < hits.size(); ++i) {
54  if (!rechitMask[i] || !seedable[i] || used[i])
55  continue;
56  seeds.emplace_back(i);
57  }
58  // maxHeap would be better
59  std::sort(
60  seeds.begin(), seeds.end(), [&](unsigned int i, unsigned int j) { return hits[i].energy() > hits[j].energy(); });
61 
63  for (auto seed : seeds) {
64  if (!rechitMask[seed] || !seedable[seed] || used[seed])
65  continue;
66  temp.reset();
67  buildTopoCluster(input, rechitMask, seed, used, temp);
68  if (!temp.recHitFractions().empty())
69  output.push_back(temp);
70  }
71 }
Particle flow cluster, see clustering algorithm in PFClusterAlgo.
Definition: PFCluster.h:42
void buildTopoCluster(const edm::Handle< reco::PFRecHitCollection > &, const std::vector< bool > &, unsigned int, std::vector< bool > &, reco::PFCluster &)
static std::string const input
Definition: EdmProvDump.cc:50

◆ buildTopoCluster()

void Basic2DGenericTopoClusterizer::buildTopoCluster ( const edm::Handle< reco::PFRecHitCollection > &  input,
const std::vector< bool > &  rechitMask,
unsigned int  kcell,
std::vector< bool > &  used,
reco::PFCluster topocluster 
)
private

Definition at line 73 of file Basic2DGenericTopoClusterizer.cc.

References InitialClusteringStepBase::_thresholds, _useCornerCells, funct::abs(), reco::PFCluster::addRecHitFraction(), hcalRecHitTable_cff::depth, PFLayer::HCAL_BARREL1, PFLayer::HCAL_BARREL2, PFLayer::HCAL_ENDCAP, input, createfilelist::int, dqmiolumiharvest::j, dqmdumpme::k, LOGDRESSED, InitialClusteringStepBase::makeRefhit(), and particleFlowZeroSuppressionECAL_cff::thresholds.

Referenced by buildClusters().

77  {
78  auto const& cell = (*input)[kcell];
79  int cell_layer = (int)cell.layer();
80  if (cell_layer == PFLayer::HCAL_BARREL2 && std::abs(cell.positionREP().eta()) > 0.34) {
81  cell_layer *= 100;
82  }
83 
84  auto const& thresholds = _thresholds.find(cell_layer)->second;
85  double thresholdE = 0.;
86  double thresholdPT2 = 0.;
87 
88  for (unsigned int j = 0; j < (std::get<1>(thresholds)).size(); ++j) {
89  int depth = std::get<0>(thresholds)[j];
90 
91  if ((cell_layer == PFLayer::HCAL_BARREL1 && cell.depth() == depth) ||
92  (cell_layer == PFLayer::HCAL_ENDCAP && cell.depth() == depth) ||
93  (cell_layer != PFLayer::HCAL_BARREL1 && cell_layer != PFLayer::HCAL_ENDCAP)) {
94  thresholdE = std::get<1>(thresholds)[j];
95  thresholdPT2 = std::get<2>(thresholds)[j];
96  }
97  }
98 
99  if (cell.energy() < thresholdE || cell.pt2() < thresholdPT2) {
100  LOGDRESSED("GenericTopoCluster::buildTopoCluster()")
101  << "RecHit " << cell.detId() << " with enegy " << cell.energy() << " GeV was rejected!." << std::endl;
102  return;
103  }
104 
105  auto k = kcell;
106  used[k] = true;
107  auto ref = makeRefhit(input, k);
108  topocluster.addRecHitFraction(reco::PFRecHitFraction(ref, 1.0));
109 
110  auto const& neighbours = (_useCornerCells ? cell.neighbours8() : cell.neighbours4());
111 
112  for (auto nb : neighbours) {
113  if (used[nb] || !rechitMask[nb]) {
114  LOGDRESSED("GenericTopoCluster::buildTopoCluster()")
115  << " RecHit " << cell.detId() << "\'s"
116  << " neighbor RecHit " << input->at(nb).detId() << " with enegy " << input->at(nb).energy()
117  << " GeV was rejected!"
118  << " Reasons : " << used[nb] << " (used) " << !rechitMask[nb] << " (masked)." << std::endl;
119  continue;
120  }
121  buildTopoCluster(input, rechitMask, nb, used, topocluster);
122  }
123 }
reco::PFRecHitRef makeRefhit(const edm::Handle< reco::PFRecHitCollection > &h, const unsigned i) const
void buildTopoCluster(const edm::Handle< reco::PFRecHitCollection > &, const std::vector< bool > &, unsigned int, std::vector< bool > &, reco::PFCluster &)
Fraction of a PFRecHit (rechits can be shared between several PFCluster&#39;s)
static std::string const input
Definition: EdmProvDump.cc:50
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
void addRecHitFraction(const reco::PFRecHitFraction &frac)
add a given fraction of the rechit
Definition: PFCluster.cc:33
#define LOGDRESSED(x)
std::unordered_map< int, I3tuple > _thresholds

◆ operator=()

B2DGT& Basic2DGenericTopoClusterizer::operator= ( const B2DGT )
delete

Member Data Documentation

◆ _useCornerCells

const bool Basic2DGenericTopoClusterizer::_useCornerCells
private

Definition at line 21 of file Basic2DGenericTopoClusterizer.cc.

Referenced by buildTopoCluster().