PrimaryPionSelection.fcl
Go to the documentation of this file.
1 #include "ProtoDUNEBeamlineUtils.fcl"
2 #include "ProtoDUNEBeamCuts.fcl"
3 
4 BEGIN_PROLOG
5 
6 pion_primary_filter: {
7  module_type: "PrimaryPionSelection"
8  TrackerTag: "pandoraTrack"
9  PFParticleTag: "pandora"
10  ShowerTag: "pandoraShower" #Remove
11  CalorimetryTag: "pandoracalo" #Remove
12  CalorimetryParameters: { #Remove
13  PlaneID: 2
14  betap: 0.212
15  Rho: 1.383
16  Efield: 0.50
17  Wion: 23.6e-6
18  alpha: 0.93
19  norm_factor: 0.983
20  calib_factor: 6.155e-3
21  X_correction: "/dune/app/users/apaudel/v071100/run5387_new/run_5387_Xcalibration.root"
22  }
23  GeneratorTag: "generator" #Remove
24  BeamlineUtils: @local::standard_protodunebeamlineutils
25 
26  UseMVA: "false" #Remove
27 
28  #Cuts in cm
29  TrackStartXCut: [-3., 7.] #Remove
30  TrackStartYCut: [-8., 7.] #Remove
31  TrackStartZCut: [27.5, 32.5] #Remove
32 
33  TrackEndZCut: 226.
34 
35  TrackDirCut: .93 #Remove
36 
37  StrictNTracks: false #Remove
38 
39  DaughterCNNCut: 0.1 #Remove
40  Chi2PIDCut: 50. #Remove
41  dEdX_template_name: "/dune/data/users/calcuttj/dEdxrestemplates.root" #Remove
42 
43  BeamCuts: @local::Prod2BeamCuts
44  NominalMomentum: "1"
45 }
46 
47 END_PROLOG