-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSystematicAna.fcl
62 lines (54 loc) · 1.17 KB
/
SystematicAna.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
# Taken by example of AnalysisPractice_run.fcl
# ---------------------------------------------
# Jaydip Singh
# 10 July 2017
# EnergyOnWireSum_run.fcl
# ---------------------------------------------
#include "services_dune.fcl"
#include "trackfindermodules.fcl"
process_name: SystematicAna
services:
{
TFileService: { fileName: "SystematicAna.root" }
TimeTracker: {}
RandomNumberGenerator:{}
MemoryTracker: {} #default is 1
message: @local::dune_message_services_prod
FileCatalogMetadata: @local::art_file_catalog_mc
@table::dunefd_simulation_services
}
source:
{
module_type: RootInput
maxEvents: -1
}
physics:
{
analyzers:
{
SystematicAna:
{
module_type: "SystematicAna"
SimulationLabel: "largeant"
HitLabel: "gaushit"
ClusterLabel: "trajcluster"
PDGcode1: 13
PDGcode2: -13
BinSize: 0.3
}
}
#stream1: [ out1 ]
analysis: [ SystematicAna ]
end_paths: [ analysis ] #, stream1 ]
}
outputs:
{
out1:
{
module_type: RootOutput
fileName: "%ifb_%tc_practice_qwertyGeV.root"
dataTier: "full-reconstructed"
compressionLevel: 1
}
}