Skip to content

Commit

Permalink
Merge pull request #954 from JeffersonLab/iss953
Browse files Browse the repository at this point in the history
Iss953
  • Loading branch information
andrea-celentano authored Mar 20, 2023
2 parents 0e5f91b + 3d47f99 commit 2f942c8
Show file tree
Hide file tree
Showing 4 changed files with 5 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
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
<driver name="ReconClusterer" type="org.hps.recon.ecal.cluster.ReconClusterDriver">
<logLevel>WARNING</logLevel>
<outputClusterCollectionName>EcalClusters</outputClusterCollectionName>
<hitEnergyThreshold>0.030</hitEnergyThreshold>
</driver>
<driver name="CopyCluster" type="org.hps.recon.ecal.cluster.CopyClusterCollectionDriver">
<inputCollectionName>EcalClusters</inputCollectionName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
<driver name="ReconClusterer" type="org.hps.recon.ecal.cluster.ReconClusterDriver">
<logLevel>WARNING</logLevel>
<outputClusterCollectionName>EcalClusters</outputClusterCollectionName>
<hitEnergyThreshold>0.030</hitEnergyThreshold>
</driver>

<driver name="CopyCluster" type="org.hps.recon.ecal.cluster.CopyClusterCollectionDriver">
Expand Down

0 comments on commit 2f942c8

Please sign in to comment.