Skip to content

Commit

Permalink
Merge pull request #445 from eic/calo-unit-test
Browse files Browse the repository at this point in the history
Fix Imaging Caloriemeter Clustering
  • Loading branch information
wdconinc authored Jan 20, 2023
2 parents 74da433 + 7111dca commit 4ebaf8b
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ class ProtoCluster_factory_EcalBarrelImagingProtoClusters : public JFactoryT<edm
u_layerDistEtaPhi = {10 * dd4hep::mrad, 10 * dd4hep::mrad}; // # adjacent layer
m_neighbourLayersRange = 2.0; // # id diff for adjacent layer
m_sectorDist = 3.0 * dd4hep::cm;
m_minClusterNhits = 5; // From Maria Z. comment in PR
m_minClusterNhits = 10; // From Maria Z. comment in PR
m_minClusterEdep = 100 * dd4hep::MeV;
m_minClusterCenterEdep = 0;
m_minClusterHitEdep = 0;

app->SetDefaultParameter("BEMC:EcalBarrelImagingProtoClusters:input_tag", m_input_tag, "Name of input collection to use");
app->SetDefaultParameter("BEMC:EcalBarrelImagingProtoClusters::localDistXY", u_localDistXY);
Expand Down

0 comments on commit 4ebaf8b

Please sign in to comment.