-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdataextract.fcl
73 lines (66 loc) · 2.04 KB
/
dataextract.fcl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
#include "services_dune.fcl"
#include "simulationservices_dune.fcl"
#include "geometry_dune.fcl"
#include "singles_dune.fcl"
#include "largeantmodules_dune.fcl"
#include "detsimmodules_dune.fcl"
#include "mccheatermodules.fcl"
#include "photpropservices_dune.fcl"
#include "opticaldetectormodules_dune.fcl"
#include "opticaldetectorservices_dune.fcl"
#include "hitfindermodules_dune.fcl"
#include "filters.fcl"
#include "ProtoDUNEUnstableHVFilter.fcl"
#include "signalservices_dune.fcl"
#include "caldata_dune.fcl"
#include "trackfindermodules_dune.fcl"
#include "triggeralgo_service.fcl"
#include "photpropservices_dune.fcl"
#include "ProtoDUNEDataUtils.fcl"
#include "ProtoDUNEFembFilter.fcl"
#include "calorimetry_dune10kt.fcl"
process_name : MyProtoDUNETestAnalyzer #The process name must NOT contain any underscores
source : {
module_type : RootInput
maxEvents : -1
}
services :
{
@table::protodune_services
TFileService: { fileName: "dataext.root" }
TimeTracker: {}
MemoryTracker: {}
RandomNumberGenerator: {} #ART native random number generator
FileCatalogMetadata: @local::art_file_catalog_mc
Geometry: @local::protodunev7_ddg_geo
#Geometry: @local::dunefd_geo
#Geometry: @local::dune10kt_1x2x6_geo
#Geometry: @local::protodunev7_geo
}
outputs: {
}
physics: {
producers : {
}
analyzers: {
myana: {
module_type: dataextract
input_param: "optional"
TruthLabel: "largeant"
ParticleLabel: "pandora"
TrackLabel: "pandoraTrack"
HitLabel: "hitpdune"
SpacePointLabel: "reco3d"
SimChannelLabel: "tpcrawdecoder"
SimChannelInstance: "simpleSC"
#SimChannelLabel: ["tpcrawdecoder:simpleSC"]
#EDepModuleLabels: ["largeant:LArG4DetectorServicevolTPCActive"] }
EDepModuleLabels: ["IonAndScint:priorSCE"] }
}
filters : {
}
path0 : [ myana ]
#here, just a shorthand: could have done ana: [ myana ] then end_paths: [ ana ]
end_paths: [ path0 ]
}
#services.Geometry: @local::protodunev7_ddg_geo