Skip to content

Commit ed33274

Browse files
authored
Produce CaloHit to MC particle relation collection (#170)
* Create CaloHit to MC particle relation collection at the end of the reconstruction.
1 parent 2c49244 commit ed33274

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

StandardConfig/production/HighLevelReco/HighLevelReco.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@
205205
MyRecoMCTruthLinker = MarlinProcessorWrapper("MyRecoMCTruthLinker")
206206
MyRecoMCTruthLinker.ProcessorType = "RecoMCTruthLinker"
207207
MyRecoMCTruthLinker.Parameters = {
208+
"CalohitMCTruthLinkName": ["CalohitMCTruthLink"],
208209
"ClusterCollection": ["PandoraClusters"],
209210
"ClusterMCTruthLinkName": ["ClusterMCTruthLink"],
210211
"FullRecoRelation": ["true"],

StandardConfig/production/HighLevelReco/HighLevelReco.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@
174174
<parameter name="MCParticleCollection" type="string" lcioInType="MCParticle"> MCParticle </parameter>
175175
<!--Name of the ReconstructedParticles input collection-->
176176
<parameter name="RecoParticleCollection" type="string" lcioInType="ReconstructedParticle"> PandoraPFOs </parameter>
177+
<!--Name of the updated calo-hit MCTruthLink output collection - not created if empty()-->
178+
<parameter name="CalohitMCTruthLinkName" type="string" lcioOutType="LCRelation"> CalohitMCTruthLink </parameter>
177179
<!--Name of the Cluster collection -->
178180
<parameter name="ClusterCollection" type="string" lcioInType="Cluster"> PandoraClusters </parameter>
179181
<!--Name of the Tracks input collection-->

0 commit comments

Comments
 (0)