-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpstat.fcl
53 lines (47 loc) · 1.35 KB
/
pstat.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
#include "services_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"
process_name : MyProtoDUNETestAnalyzer #The process name must NOT contain any underscores
source : {
module_type : RootInput
maxEvents : -1
}
services :
{
@table::protodune_services
TFileService: { fileName: "NCMC.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
}
outputs: {
}
physics: {
producers : {
}
analyzers: {
myana: {
module_type: pstat
input_param: "optional"
TruthLabel: "largeant"
ParticleLabel: "pandora"
TrackLabel: "pandoraTrack"
#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