mcreco.fcl
Go to the documentation of this file.
1 
2 BEGIN_PROLOG
3 
4 mcrecopart:
5 {
6  SavePathPDGList : [13,-13,211,-211,321,-321,2212]
7 }
8 
9 mcrecoedep:
10 {
11  DebugMode : false
12  SaveMCHit : false
13 }
14 
15 mcshowerrecopart:
16 {
17  DebugMode : false
18 }
19 
20 mcshowerrecoalg:
21 {
22  MCShowerRecoPart: @local::mcshowerrecopart
23 
24  DebugMode: false
25  MinShowerEnergy: 10
26  MinNumDaughters: 0
27 }
28 
29 mctrackrecoalg:
30 {
31  DebugMode: false
32 }
33 
34 standard_mcreco:
35 {
36  module_type: "MCReco"
37  MCRecoPart: @local::mcrecopart
38  MCRecoEdep: @local::mcrecoedep
39  MCShowerRecoAlg: @local::mcshowerrecoalg
40  MCTrackRecoAlg: @local::mctrackrecoalg
41 
42  G4ModName: "largeant"
43 }
44 
45 END_PROLOG