1 #include "services_dune.fcl"
4 process_name: Checkauxdet
8 #Load the service that manages root files for histograms.
9 TFileService: { fileName: "standard_reco_hist.root" }
11 MemoryTracker: { } #default is one
12 RandomNumberGenerator: {} #ART native random number generator
13 @table::dune35t_services_legacy
14 message: @local::standard_info
17 #source is now a root file
20 module_type: RootInput
21 maxEvents: -1 # Number of events to create
34 #define the producer and filter modules for this path, order matters,
35 #filters reject all following items. see lines starting physics.producers below
36 # reco: [ trackkalmanhitcalo, beziercalo, trackkalmanhitpid, beziertrackerpid]
37 #reco: [trackkalmanhitcalo,trackkalmanhitpid, cosmictaggerKalmanHit]
41 #define the output stream, there could be more than one if using filters
44 #trigger_paths is a keyword and contains the paths that modify the art::event,
45 #ie filters and producers
48 #end_paths is a keyword and contains the paths that do not modify the art::Event,
49 #ie analyzers and output streams. these all run simultaneously
50 #end_paths: [ stream1, ana ]
54 # define the list of LArSoft modules to run through the simulate path
56 physics.analyzers.checkauxdet: {
57 module_type: "CheckAuxDet"