runTwoCRTReco.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #include "CRT.fcl"
3 
4 process_name: TwoCRTMatching
5 
6 services:
7 {
8  # Load the service that manages root files for histograms.
9  #TFileService: { fileName: "HelloAuxDet_hist.root" }
10  TimeTracker: {}
11  MemoryTracker: {}
12  RandomNumberGenerator: {} #ART native random number generator
13  message: @local::dune_message_services_prod_debug
14  FileCatalogMetadata: @local::art_file_catalog_mc
15  @table::protodune_services
16  TFileService: { fileName: "TwoCRTReco.root" }
17  IFBeam: {}
18 }
19 #services.message.destinations.LogStandardOut.threshold: "INFO"
20 
21 dune_message_services_prod_debug.destinations.LogWarningFile.categories:
22 {
23  timeToHits: { limit: 1000 }
24  CreateTrigger: { limit: 1000 }
25  moduleToChannels: { limit: 1000 }
26 }
27 
28 #Configure message service for debugging
29 #services.message.destinations.debugmsg:
30 #{
31 # type: "cout"
32 # threshold: "DEBUG"
33 # append: true
34 # categories:
35 # {
36 # timeToHits: { limit: 1000 }
37 # CreateTrigger: { limit: 1000 }
38 # moduleToChannels: { limit: 1000 }
39 # }
40 #}
41 
42 source:
43 {
44  module_type: RootInput
45  maxEvents: -1
46  fileNames: ["input_file.root"]
47 }
48 
49 physics:
50 {
51  analyzers:{
52  TwoCRTReco:
53  {
54  module_type: "TwoCRTReco"
55 CRTLabel: "crtrawdecoder"
56 MCC: "false"
57 CTBLabel: "ctbrawdecoder:daq"
58 CTBOnly: "false"
59 SCECorrection: "false"
60  }
61 
62 }
63 
64  #detSim: [ CRTSim ]
65  ana: [ TwoCRTReco]
66 
67 
68  end_paths: [ ana ]
69 }
70 
71 services.SpaceCharge.CalibrationInputFilename: "SpaceChargeProtoDUNE/SCE_DataDriven_180kV_v3.root"
72 services.SpaceCharge.RepresentationType: "Voxelized_TH3"
73 services.SpaceCharge.EnableCalEfieldSCE: true
74 services.SpaceCharge.EnableCalSpatialSCE: true
75 
76 CRTSim.DACThreshold: 100 #Make the DAC threshold so high that nothing will pass it