RunPDSPMatch_MC.fcl
Go to the documentation of this file.
1 #include "protoDUNE_reco_data_Dec2018.fcl"
2 #include "services_dune.fcl"
3 #include "opticaldetectormodules_dune.fcl"
4 #include "opticaldetectorservices_dune.fcl"
5 
6 #include "tools_dune.fcl"
7 #include "protodune_tools_dune.fcl"
8 
9 process_name: RunPDSPMatchMC
10 
11 services:
12 {
13  TimeTracker: {}
14  RandomNumberGenerator: {}
15 
16  @table::protodune_data_reco_services
17 
18  TFileService: {
19  closeFileFast: true # default
20  fileName: "%ifb_match.root"
21  tmpDir: "<parent-path-of-filename>" # default
22  }
23 
24  IFDH: {}
25 }
26 
27 
28 
29 physics:
30 {
31  analyzers:{}
32  protodunematch: [ PDSPmatchmc ]
33  stream1: []
34  trigger_paths: []
35  end_paths: [ protodunematch ]
36 }
37 
38 physics.analyzers.PDSPmatchmc:
39 {
40  module_type: "PDSPmatchmc"
41  OpHitLabel_MC: "ophit"
42  PandoraLabel_MC: "pandoraTrack"
43  PFParListLabel_MC: "pandora"
44  PMLabel_MC: "pmtrack"
45  MCTruthLabel_MC: "cosmicgenerator"
46  GEANTLabel_MC: "largeant"
47 }
48 
49 outputs:
50 {
51 # out1:
52 # {
53 # outputCommands: [ "keep *", "drop artdaq::Fragments_*_*_*" ]
54 # compressionLevel: 1
55 # module_type: RootOutput
56 # fileName: "%ifb_match.root"
57 # dataTier: "full-reconstructed"
58 # }
59 }
60 
61 source:
62 {
63  module_type: RootInput
64  fileNames: [ "/afs/cern.ch/user/s/sergiand/workspace/artdaq_devel/pdune_r1000077_sr01_20170629T181646_1_0.root" ]
65  maxEvents : -1
66 }
67