ctree35t.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #include "clusteralgorithms.fcl"
3 
4 process_name: ctree35t
5 
6 services:
7 {
8  # TFileService: { fileName: "test.root" }
9  TimeTracker: {}
10  RandomNumberGenerator: {}
11  message: @local::standard_info
12  # @table::dunefd_simulation_services
13  @table::dune35t_simulation_services
14 }
15 
16 
17 source:
18 {
19  module_type: RootInput
20  # fileNames: [ "/afs/fnal.gov/test.root" ]
21  firstEvent : 1
22  maxEvents: -1
23 }
24 
25 
26 outputs:{}
27 
28 
29 physics:
30 {
31 
32  analyzers:
33  {
34  chao:
35  {
36  module_type: "CTree35t"
37  RawDigitLabel: "daq"
38  CalibLabel: "caldata"
39  HitsModuleLabel: "gaushit"
40  TrackModuleLabel: "particlestitcher"
41  ClusterModuleLabel: "clustercheat"
42  #TrackModuleLabel: "particletracks"
43  outFile: "sample.root"
44  saveChannelWireMap: false
45  saveChannelWireGeo: false
46  InputModule: "largeant"
47  MakeAllPhotonsTree: true
48  MakeDetectedPhotonsTree: true
49  MakeOpDetsTree: true
50  MakeOpDetEventsTree: true
51  UncompressWithPed: true
52  ProcessMCtruth: true
53  ProcessCalib: true
54  ProcessHits: true
55  ProcessReco: true
56  ProcessOpDet: true
57  }
58  }
59  analysis: [ chao ] //Directory for histograms
60  end_paths: [ analysis ]
61 }
62