dedxana.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #include "ecalibration.fcl"
3 #include "tools_dune.fcl"
4 
5 process_name: Ana
6 
7 services:
8 {
9  # Load the service that manages root files for histograms.
10  TFileService: { fileName: "dedx_hist.root" }
11  TimeTracker: {}
12  MemoryTracker: {}
13  RandomNumberGenerator: {} #ART native random number generator
14  message: @local::dune_message_services_prod_debug
15  FileCatalogMetadata: @local::art_file_catalog_mc
16  @table::protodune_data_services
17 }
18 
19 services.message.destinations.LogStandardOut.threshold: "INFO"
20 
21 source:
22 {
23  module_type: RootInput
24  maxEvents: -1
25 # fileNames: ["reco_protoDUNE.root"]
26 }
27 
28 physics:
29 {
30  analyzers:
31  {
32  dedxana: @local::proto_dedx
33  }
34 
35  ana: [ dedxana ]
36 
37  end_paths: [ ana ]
38 }
39 
40 physics.analyzers.dedxana.HitModuleLabel: "linecluster"
41 physics.analyzers.dedxana.TrackModuleLabel: "pmtrack"
42 physics.analyzers.dedxana.ChosenView: 2
43 physics.analyzers.dedxana.Cosmics: true