CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
RealisticSimClusterMapper Class Reference

#include <RealisticSimClusterMapper.h>

Inheritance diagram for RealisticSimClusterMapper:
InitialClusteringStepBase

Public Member Functions

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

Private Attributes

const float calibMaxEta_ = 3.0
 
const float calibMinEta_ = 1.4
 
std::vector< double > egammaCalib_
 
const float exclusiveFraction_ = 0.7f
 
std::vector< double > hadronCalib_
 
const float invisibleFraction_ = 0.3f
 
const float maxDistance_ = 10.f
 
const bool maxDistanceFilter_ = false
 
hgcal::RecHitTools rhtools_
 
edm::Handle< SimClusterCollectionsimClusterH_
 
edm::EDGetTokenT< SimClusterCollectionsimClusterToken_
 
const bool useMCFractionsForExclEnergy_ = false
 

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 14 of file RealisticSimClusterMapper.h.

Constructor & Destructor Documentation

RealisticSimClusterMapper::RealisticSimClusterMapper ( const edm::ParameterSet conf,
edm::ConsumesCollector sumes 
)
inline

Definition at line 16 of file RealisticSimClusterMapper.h.

References edm::ConsumesCollector::consumes(), egammaCalib_, edm::ParameterSet::getParameter(), hadronCalib_, and simClusterToken_.

Referenced by ~RealisticSimClusterMapper().

17  :
18  InitialClusteringStepBase(conf,sumes),
19  invisibleFraction_(conf.getParameter<double>("invisibleFraction")),
20  exclusiveFraction_(conf.getParameter<double>("exclusiveFraction")),
21  maxDistanceFilter_(conf.getParameter<bool>("maxDistanceFilter")),
22  maxDistance_(conf.getParameter<double>("maxDistance")),
23  useMCFractionsForExclEnergy_(conf.getParameter<bool>("useMCFractionsForExclEnergy")),
24  calibMinEta_(conf.getParameter<double>("calibMinEta")),
25  calibMaxEta_(conf.getParameter<double>("calibMaxEta"))
26  {
28  hadronCalib_ = conf.getParameter < std::vector<double> > ("hadronCalib");
29  egammaCalib_ = conf.getParameter < std::vector<double> > ("egammaCalib");
30  }
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
T getParameter(std::string const &) const
edm::EDGetTokenT< SimClusterCollection > simClusterToken_
std::vector< double > egammaCalib_
InitialClusteringStepBase(const edm::ParameterSet &conf, edm::ConsumesCollector &sumes)
std::vector< double > hadronCalib_
std::vector< SimCluster > SimClusterCollection
Definition: SimClusterFwd.h:8
RealisticSimClusterMapper::~RealisticSimClusterMapper ( )
inlineoverride
RealisticSimClusterMapper::RealisticSimClusterMapper ( const RealisticSimClusterMapper )
delete

Member Function Documentation

void RealisticSimClusterMapper::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 61 of file RealisticSimClusterMapper.cc.

References funct::abs(), reco::PFCluster::addRecHitFraction(), calibMaxEta_, calibMinEta_, RealisticHitToClusterAssociator::computeAssociation(), egammaCalib_, PVValHelper::eta, exclusiveFraction_, f, RealisticHitToClusterAssociator::filterHitsByDistance(), RealisticHitToClusterAssociator::findAndMergeInvisibleClusters(), RealisticHitToClusterAssociator::findCentersOfGravity(), ForwardEmpty, dedxEstimators_cff::fraction, spr::getEnergy(), hgcal::RecHitTools::getLayer(), hgcal::RecHitTools::getLayerWithOffset(), hgcal::RecHitTools::getPosition(), hadronCalib_, hfClusterShapes_cfi::hits, SimCluster::hits_and_fractions(), reco::CaloCluster::hitsAndFractions(), mps_fire::i, RealisticHitToClusterAssociator::init(), input, RealisticHitToClusterAssociator::insertHitEnergy(), RealisticHitToClusterAssociator::insertHitPosition(), RealisticHitToClusterAssociator::insertLayerId(), RealisticHitToClusterAssociator::insertSimClusterIdAndFraction(), invisibleFraction_, hgcal::RecHitTools::lastLayerEE(), hgcal::RecHitTools::lastLayerFH(), InitialClusteringStepBase::makeRefhit(), maxDistance_, maxDistanceFilter_, or, common_cff::pdgId, RealisticHitToClusterAssociator::realisticClusters(), rhtools_, SimDataFormats::CaloAnalysis::sc, SurveyInfoScenario_cff::seed, reco::CaloCluster::setCorrectedEnergy(), reco::CaloCluster::setEnergy(), reco::CaloCluster::setSeed(), simClusterH_, and useMCFractionsForExclEnergy_.

Referenced by ~RealisticSimClusterMapper().

64 {
65  const SimClusterCollection& simClusters = *simClusterH_;
66  auto const& hits = *input;
67  RealisticHitToClusterAssociator realisticAssociator;
68  const int numberOfLayers = rhtools_.getLayer(ForwardSubdetector::ForwardEmpty);
69  realisticAssociator.init(hits.size(), simClusters.size(), numberOfLayers + 1);
70  // for quick indexing back to hit energy
71  std::unordered_map < uint32_t, size_t > detIdToIndex(hits.size());
72  for (uint32_t i = 0; i < hits.size(); ++i)
73  {
74  detIdToIndex[hits[i].detId()] = i;
75  auto ref = makeRefhit(input, i);
76  const auto& hitPos = rhtools_.getPosition(ref->detId());
77 
78  realisticAssociator.insertHitPosition(hitPos.x(), hitPos.y(), hitPos.z(), i);
79  realisticAssociator.insertHitEnergy(ref->energy(), i);
80  realisticAssociator.insertLayerId(rhtools_.getLayerWithOffset(ref->detId()), i);
81 
82  }
83 
84  for (unsigned int ic = 0; ic < simClusters.size(); ++ic)
85  {
86  const auto & sc = simClusters[ic];
87  const auto& hitsAndFractions = sc.hits_and_fractions();
88  for (const auto& hAndF : hitsAndFractions)
89  {
90  auto itr = detIdToIndex.find(hAndF.first);
91  if (itr == detIdToIndex.end())
92  {
93  continue; // hit wasn't saved in reco or did not pass the SNR threshold
94  }
95  auto hitId = itr->second;
96  auto ref = makeRefhit(input, hitId);
97  float fraction = hAndF.second;
98  float associatedEnergy = fraction * ref->energy();
99  realisticAssociator.insertSimClusterIdAndFraction(ic, fraction, hitId,
100  associatedEnergy);
101  }
102  }
106  realisticAssociator.findCentersOfGravity();
108  realisticAssociator.filterHitsByDistance(maxDistance_);
109 
110  const auto& realisticClusters = realisticAssociator.realisticClusters();
111  unsigned int nClusters = realisticClusters.size();
112  for (unsigned ic = 0; ic < nClusters; ++ic)
113  {
114  float highest_energy = 0.0f;
115  output.emplace_back();
116  reco::PFCluster& back = output.back();
118  float energyCorrection = 1.f;
119  if (realisticClusters[ic].isVisible())
120  {
121  int pdgId = simClusters[ic].pdgId();
122  auto abseta = std::abs(simClusters[ic].eta());
123  if ((abseta >= calibMinEta_) and (abseta <= calibMaxEta_)) //protecting range
124  {
125  if ((isEGamma(pdgId) or isPi0(pdgId)) and !egammaCalib_.empty())
126  {
127  unsigned int etabin = std::floor(
128  ((abseta - calibMinEta_) * egammaCalib_.size())
129  / (calibMaxEta_ - calibMinEta_));
130 
131  energyCorrection = egammaCalib_[etabin];
132  }
133  else if (isHadron(pdgId) and !(isPi0(pdgId)) and !hadronCalib_.empty()) // this function is expensive.. should we treat as hadron everything which is not egamma?
134  {
135  unsigned int etabin = std::floor(
136  ((abseta - calibMinEta_) * hadronCalib_.size())
137  / (calibMaxEta_ - calibMinEta_));
138  energyCorrection = hadronCalib_[etabin];
139  }
140 
141  }
142  const auto& hitsIdsAndFractions = realisticClusters[ic].hitsIdsAndFractions();
143  for (const auto& idAndF : hitsIdsAndFractions)
144  {
145  auto fraction = idAndF.second;
146  if (fraction > 0.f)
147  {
148  auto ref = makeRefhit(input, idAndF.first);
149  back.addRecHitFraction(reco::PFRecHitFraction(ref, fraction));
150  const float hit_energy = fraction * ref->energy();
151  if (hit_energy > highest_energy || highest_energy == 0.0)
152  {
153  highest_energy = hit_energy;
154  seed = ref;
155  }
156  }
157  }
158  }
159  if (!back.hitsAndFractions().empty())
160  {
161  back.setSeed(seed->detId());
162  back.setEnergy(realisticClusters[ic].getEnergy());
163  back.setCorrectedEnergy(energyCorrection*realisticClusters[ic].getEnergy()); //applying energy correction
164  }
165  else
166  {
167  back.setSeed(-1);
168  back.setEnergy(0.f);
169  }
170  }
171 }
void insertLayerId(unsigned int layerId, unsigned int hitIndex)
Particle flow cluster, see clustering algorithm in PFClusterAlgo.
Definition: PFCluster.h:47
std::vector< std::pair< uint32_t, float > > hits_and_fractions() const
Returns list of rechit IDs and fractions for this SimCluster.
Definition: SimCluster.h:210
Fraction of a PFRecHit (rechits can be shared between several PFCluster&#39;s)
void setEnergy(double energy)
Definition: CaloCluster.h:111
const std::vector< std::pair< DetId, float > > & hitsAndFractions() const
Definition: CaloCluster.h:195
double getEnergy(HBHERecHitCollection::const_iterator hit, bool useRaw=false, bool debug=false)
static std::string const input
Definition: EdmProvDump.cc:44
void setSeed(const DetId &id)
Definition: CaloCluster.h:121
reco::PFRecHitRef makeRefhit(const edm::Handle< reco::PFRecHitCollection > &h, const unsigned i) const
void init(std::size_t numberOfHits, std::size_t numberOfSimClusters, std::size_t numberOfLayers)
void setCorrectedEnergy(double cenergy)
Definition: CaloCluster.h:112
void insertSimClusterIdAndFraction(unsigned int scIdx, float fraction, unsigned int hitIndex, float associatedEnergy)
void computeAssociation(float exclusiveFraction, bool useMCFractionsForExclEnergy, unsigned int fhOffset, unsigned int bhOffset)
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e< void, edm::EventID const &, edm::Timestamp const & > We also list in braces which AR_WATCH_USING_METHOD_ is used for those or
Definition: Activities.doc:12
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
void findAndMergeInvisibleClusters(float invisibleFraction, float exclusiveFraction)
void insertHitPosition(float x, float y, float z, unsigned int hitIndex)
double f[11][100]
unsigned int lastLayerEE() const
Definition: RecHitTools.h:52
unsigned int getLayer(ForwardSubdetector type) const
Definition: RecHitTools.cc:134
unsigned int getLayerWithOffset(const DetId &) const
Definition: RecHitTools.cc:179
void insertHitEnergy(float energy, unsigned int hitIndex)
std::vector< double > egammaCalib_
GlobalPoint getPosition(const DetId &id) const
Definition: RecHitTools.cc:77
const std::vector< RealisticCluster > & realisticClusters() const
void addRecHitFraction(const reco::PFRecHitFraction &frac)
add a given fraction of the rechit
Definition: PFCluster.cc:99
std::vector< double > hadronCalib_
edm::Handle< SimClusterCollection > simClusterH_
std::vector< SimCluster > SimClusterCollection
Definition: SimClusterFwd.h:8
unsigned int lastLayerFH() const
Definition: RecHitTools.h:53
RealisticSimClusterMapper& RealisticSimClusterMapper::operator= ( const RealisticSimClusterMapper )
delete
void RealisticSimClusterMapper::update ( const edm::EventSetup es)
finalvirtual

Reimplemented from InitialClusteringStepBase.

Definition at line 56 of file RealisticSimClusterMapper.cc.

References hgcal::RecHitTools::getEventSetup(), and rhtools_.

Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), Vispa.Gui.VispaWidget.VispaWidget::autosize(), Vispa.Views.LineDecayView.LineDecayContainer::createObject(), Vispa.Views.LineDecayView.LineDecayContainer::deselectAllObjects(), Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::deselectAllWidgets(), Vispa.Gui.VispaWidget.VispaWidget::enableAutosizing(), progressbar.ProgressBar::finish(), Vispa.Gui.MenuWidget.MenuWidget::leaveEvent(), Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::mouseMoveEvent(), Vispa.Gui.MenuWidget.MenuWidget::mouseMoveEvent(), Vispa.Views.LineDecayView.LineDecayContainer::mouseMoveEvent(), Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::mouseReleaseEvent(), Vispa.Views.LineDecayView.LineDecayContainer::objectMoved(), MatrixUtil.Steps::overwrite(), Vispa.Views.LineDecayView.LineDecayContainer::removeObject(), Vispa.Gui.ConnectableWidget.ConnectableWidget::removePorts(), Vispa.Gui.FindDialog.FindDialog::reset(), Vispa.Gui.PortConnection.PointToPointConnection::select(), Vispa.Gui.VispaWidget.VispaWidget::select(), Vispa.Views.LineDecayView.LineDecayContainer::select(), Vispa.Gui.VispaWidget.VispaWidget::setText(), Vispa.Gui.VispaWidget.VispaWidget::setTitle(), Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom(), Vispa.Views.LineDecayView.LineDecayContainer::setZoom(), Vispa.Gui.PortConnection.PointToPointConnection::updateConnection(), and ~RealisticSimClusterMapper().

57 {
59 }
void getEventSetup(const edm::EventSetup &)
Definition: RecHitTools.cc:61
void RealisticSimClusterMapper::updateEvent ( const edm::Event ev)
finalvirtual

Reimplemented from InitialClusteringStepBase.

Definition at line 51 of file RealisticSimClusterMapper.cc.

References edm::Event::getByToken(), simClusterH_, and simClusterToken_.

Referenced by ~RealisticSimClusterMapper().

52 {
54 }
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:519
edm::EDGetTokenT< SimClusterCollection > simClusterToken_
edm::Handle< SimClusterCollection > simClusterH_

Member Data Documentation

const float RealisticSimClusterMapper::calibMaxEta_ = 3.0
private

Definition at line 52 of file RealisticSimClusterMapper.h.

Referenced by buildClusters().

const float RealisticSimClusterMapper::calibMinEta_ = 1.4
private

Definition at line 51 of file RealisticSimClusterMapper.h.

Referenced by buildClusters().

std::vector<double> RealisticSimClusterMapper::egammaCalib_
private

Definition at line 54 of file RealisticSimClusterMapper.h.

Referenced by buildClusters(), and RealisticSimClusterMapper().

const float RealisticSimClusterMapper::exclusiveFraction_ = 0.7f
private

Definition at line 47 of file RealisticSimClusterMapper.h.

Referenced by buildClusters().

std::vector<double> RealisticSimClusterMapper::hadronCalib_
private

Definition at line 53 of file RealisticSimClusterMapper.h.

Referenced by buildClusters(), and RealisticSimClusterMapper().

const float RealisticSimClusterMapper::invisibleFraction_ = 0.3f
private

Definition at line 46 of file RealisticSimClusterMapper.h.

Referenced by buildClusters().

const float RealisticSimClusterMapper::maxDistance_ = 10.f
private

Definition at line 49 of file RealisticSimClusterMapper.h.

Referenced by buildClusters().

const bool RealisticSimClusterMapper::maxDistanceFilter_ = false
private

Definition at line 48 of file RealisticSimClusterMapper.h.

Referenced by buildClusters().

hgcal::RecHitTools RealisticSimClusterMapper::rhtools_
private

Definition at line 45 of file RealisticSimClusterMapper.h.

Referenced by buildClusters(), and update().

edm::Handle<SimClusterCollection> RealisticSimClusterMapper::simClusterH_
private

Definition at line 57 of file RealisticSimClusterMapper.h.

Referenced by buildClusters(), and updateEvent().

edm::EDGetTokenT<SimClusterCollection> RealisticSimClusterMapper::simClusterToken_
private

Definition at line 56 of file RealisticSimClusterMapper.h.

Referenced by RealisticSimClusterMapper(), and updateEvent().

const bool RealisticSimClusterMapper::useMCFractionsForExclEnergy_ = false
private

Definition at line 50 of file RealisticSimClusterMapper.h.

Referenced by buildClusters().