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