File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
StandardConfig/production/HighLevelReco Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 205205MyRecoMCTruthLinker = MarlinProcessorWrapper ("MyRecoMCTruthLinker" )
206206MyRecoMCTruthLinker .ProcessorType = "RecoMCTruthLinker"
207207MyRecoMCTruthLinker .Parameters = {
208+ "CalohitMCTruthLinkName" : ["CalohitMCTruthLink" ],
208209 "ClusterCollection" : ["PandoraClusters" ],
209210 "ClusterMCTruthLinkName" : ["ClusterMCTruthLink" ],
210211 "FullRecoRelation" : ["true" ],
Original file line number Diff line number Diff line change 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-->
You can’t perform that action at this time.
0 commit comments