-
Notifications
You must be signed in to change notification settings - Fork 1
/
run_visualiseeventanalyser.fcl
73 lines (59 loc) · 1.82 KB
/
run_visualiseeventanalyser.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
73
#include "selectionconfig.fcl"
process_name: VisualiseEventFilterProcess
services:
{
TFileService: { fileName: "visualiseevent_output.root" }
TimeTracker: {}
MemoryTracker: {}
RandomNumberGenerator: {}
ExptGeoHelperInterface: @local::microboone_geometry_helper
Geometry: @local::microboone_geo
DetectorPropertiesService: @local::microboone_detproperties
LArProperties: @local::microboone_properties
DetectorClocksService: @local::microboone_detectorclocks
@table::microboone_services_reco
message: @local::standard_info
}
services.DetectorClocksService.InheritClockConfig: false
services.DetectorClocksService.TriggerOffsetTPC: -0.400e3
services.SpaceCharge.EnableCorrSCE: true
services.SpaceCharge.EnableSimEFieldSCE: true
services.SpaceCharge.EnableSimSpatialSCE: true
source:
{
module_type: RootInput
maxEvents: -1
fileNames: [ "input_file.root" ]
}
physics:
{
filters:
{
visfilter:
{
module_type: VisualiseEventFilter
Mode: "target"
TargetEventsFile: "run_subrun_event_log.txt"
signatureintegrityfilter:
{
module_type: SignatureIntegrityFilter
HitProducer: "gaushit"
MCPproducer: "largeant"
MCTproducer: "generator"
BacktrackTag: "gaushitTruthMatch"
CaloAlg: @local::microboone_calo_mcc9_data
SignatureTools:
{
leptonic: @local::MuonSignature
kshort: @local::KaonShortSignature
}
HitThreshold: 1000
SpatialTolerance: 0.3
BadChannelFile: "badchannels.txt"
VetoBadChannels: true
}
}
}
p1: [ visfilter ]
trigger_paths: [ p1 ]
}