-
Notifications
You must be signed in to change notification settings - Fork 1
/
run_signatureintegrityfilter.fcl
62 lines (50 loc) · 1.51 KB
/
run_signatureintegrityfilter.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
#include "selectionconfig.fcl"
process_name: SignatureIntegrityFilterProcess
services:
{
TFileService: { fileName: "signatureintegrity_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
}
physics:
{
filters:
{
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
}
BadChannelFile: "badchannels.txt"
VetoBadChannels: true
}
}
p1: [ signatureintegrityfilter ]
trigger_paths: [ p1 ]
}