pddp_dqdxcheck.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 
3 process_name: PDDPHitNormCheck
4 
5 services:
6 {
7  TFileService: { fileName: "crana_sum_results.root" }
8  TimeTracker: {}
9  RandomNumberGenerator: {}
10  ExptGeoHelperInterface: @local::dune_geometry_helper
11  Geometry: @local::protodunedphase_geo
12  DetectorPropertiesService: @local::protodunedphase_detproperties
13  DetectorClocksService: @local::protodunedphase_detectorclocks
14  LArPropertiesService: @local::dunefddphase_properties
15 
16 }
17 
18 services.DetectorPropertiesService.Efield: [0.166, 4.0, 0.0]
19 
20 source:
21 {
22  module_type: RootInput
23  maxEvents: -1
24  fileNames: [ "detsim.root" ]
25 }
26 
27 outputs: {}
28 
29 
30 physics:
31 {
32  analyzers:
33  {
34  crana:
35  {
36  module_type: "CosmicsdQdx"
37  LogLevel: 1
38  TrackModuleLabel: "pandoraTrack"
39  TrackMinLen: 20.0
40  TrackDriftCut: 2.0 # cut from start of drift
41  TrackWallCut: 2.0 # cut from the CRP border
42  TrackLemCut: 5.0 # cut from the LEM edge
43  MaxHitMultiplicity: 2
44  }
45  }
46  analysis: [ crana ]
47  end_paths: [ analysis ]
48 }