larg4particlefilter.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_larg4particlefilter:
4 {
5  module_type: "LArG4ParticleFilter"
6  LArG4ModuleLabel: "largeant"
7  InterestingPDGs: [ 321 ] # Specify the PDG of the particles you want to save. 0 means you don't care what the PDG is for a particular particle
8  IsPrimary: [ -1 ] #Specify whether a particle needs to be primary, 1: is primary, 0: is not primary: -1 not checked
9  ParticleMinMomentum: [ -1. ] # Units are GeV. Negative value means ignore check
10  ParticleMaxMomentum: [ -1. ] # Units are GeV. Negative value means ignore check
11  StartInTPC: [ 0 ] # 0: don't care if it starts in TPC or not, 1: particle must start in TPC, 2: particle must not start in TPC
12  StopInTPC: [ 0 ] # 0: don't care if it stops in TPC or not, 1: particle must stop in TPC, 2: particle must not stop in TPC
13  ParticleMinTPCLength: [ -1. ] # Minimum particle trajectory length inside of the TPC. Units are cm. Negative value means ignore check
14  RequireAllInterestingParticles: true #Require that ALL of the particles defined in the fcl be found in the event. If set to false only one one of them needs to be found for the event to be saved
15 }
16 
17 sbnd_larg4particlefilter:
18 {
19  module_type: "LArG4ParticleFilter"
20  LArG4ModuleLabel: "largeant"
21  InterestingPDGs: [ 0 ] # Specify the PDG of the particles you want to save.0 means you don't care what the PDG is for a particular particle
22  IsPrimary: [ -1 ] #Specify whether a particle needs to be primary, 1: is primary, 0: is not primary: -1 not checked
23  ParticleMinMomentum: [ -1. ] # Units are GeV. Negative value means ignore check
24  ParticleMaxMomentum: [ -1. ] # Units are GeV. Negative value means ignore check
25  StartInTPC: [ 0 ] # 0: don't care if it starts in TPC or not, 1: particle must start in TPC,2: particle must not start in TPC
26  StopInTPC: [ 0 ] # 0: don't care if it stops in TPC or not, 1: particle must stop in TPC,2: particle must not stop in TPC
27  ParticleMinTPCLength: [ -1. ] # Minimum particle trajectory length inside of the TPC.Units are cm. Negative value means ignore check
28  RequireAllInterestingParticles: true #Require that ALL of the particles defined in the fcl be found in the event. If set to false only one one of them needs to be found for the event to be saved
29 
30 }
31 
32 END_PROLOG