Skip to content

Commit

Permalink
Add hit energy threshold to 2019 MC calibration
Browse files Browse the repository at this point in the history
  • Loading branch information
Graf committed Mar 18, 2023
1 parent 743aee5 commit 3d47f99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<lcsim xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/lcsim/1.0/lcsim.xsd">
<execute>
Expand All @@ -19,6 +20,7 @@
<driver name="ReconClusterer" type="org.hps.recon.ecal.cluster.ReconClusterDriver">
<outputClusterCollectionName>EcalClustersIter1</outputClusterCollectionName>
<inputHitCollectionName>EcalHitsIter1</inputHitCollectionName>
<hitEnergyThreshold>0.030</hitEnergyThreshold>
</driver>
<driver name="FEEPlotter" type="org.hps.analysis.ecal.FEEClusterPlotter">
<inputCollection>EcalClustersIter1</inputCollection>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<lcsim xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/lcsim/1.0/lcsim.xsd">
<execute>
Expand Down

0 comments on commit 3d47f99

Please sign in to comment.