simple_neutrino_id.fcl
Go to the documentation of this file.
1 #include "external_event_building.fcl"
2 
3 BEGIN_PROLOG
4 
5 simple_neutrino_id_tool :
6 {
7  tool_type: "SimpleNeutrinoId"
8 }
9 
10 pandora_simple_neutrino_event_building: @local::pandora_event_building
11 pandora_simple_neutrino_event_building.SliceIdTool: @local::simple_neutrino_id_tool
12 
13 END_PROLOG