-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlabelgen.fcl
54 lines (45 loc) · 1.29 KB
/
labelgen.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"
process_name: RecoEventDisplay
services:
{
TimeTracker: {}
RandomNumberGenerator: {}
message: @local::dune_message_services_prod_debug
FileCatalogMetadata: @local::art_file_catalog_mc
# @table::protodune_services
ExptGeoHelperInterface: @local::dune_geometry_helper
GeometryConfigurationWriter: {}
#Geometry: @local::protodune_geo
DetectorClocksService: @local::dunefd_detectorclocks
DetectorPropertiesService: @local::protodune_detproperties
LArPropertiesService: @local::dunefd_properties
DatabaseUtil: @local::dunefd_database
ChannelStatusService: @local::dunefd_channel_status
Geometry: @local::protodunev7_ddg_geo
TFileService: { fileName: "labelgen.root" }
}
#source is now a root file
source:
{
module_type: RootInput
maxEvents: -1
fileNames: ["input_file.root"]
}
outputs:{}
physics:
{
analyzers:
{
rawdraw:
{
module_type: "labelgen"
TPCInputModule: "tpcrawdecoder"
TPCInstanceName: "daq"
SimChannelLabel: "tpcrawdecoder"
SimChannelInstance: "simpleSC"
TruthLabel: "largeant"
}
}
analysis: [ rawdraw ] //Directory for histograms
end_paths: [ analysis ]
}