simple_beam_particle_id.fcl
Go to the documentation of this file.
1 #include "external_event_building.fcl"
2 
3 BEGIN_PROLOG
4 
5 simple_beam_particle_id_tool :
6 {
7  tool_type: "SimpleBeamParticleId"
8 
9  MinBDTScore: -0.225
10 }
11 
12 pandora_simple_beam_particle_event_building: @local::pandora_event_building
13 pandora_simple_beam_particle_event_building.SliceIdTool: @local::simple_beam_particle_id_tool
14 pandora_simple_beam_particle_event_building.ShouldProduceT0s: true
15 
16 END_PROLOG