All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
analysis_icarus.fcl
Go to the documentation of this file.
2 
3 BEGIN_PROLOG
4 
6 {
7  module_type: "TrackHitAna"
8  HitModuleLabel: ["gaushit"]
9  PFParticleProducerLabel: ["cluster3d"]
10  TrackProducerLabel: ["trackkalmanhit"]
11  WireProducerLabel: ["caldata"]
12  HitHistogramToolList: [ @local::BasicHitAnalysisTool ]
13 }
14 
15 icarus_WireAnalysis:
16 {
17  module_type: "WireAna"
18  WireModuleLabel: ["recowireicarus"]
19  SimChannelModuleLabel: "largeant"
20  WireHistogramToolList: [ @local::WireAnalysisTool ]
21 }
22 
23 icarus_RawDigitAnalysis:
24 {
25  module_type: "RawDigitAna"
26  RawDigitModuleLabel: ["rawdigitfilter"]
27  RawDigitHistogramToolList: [ @local::RawDigitAnalysisTool ]
28 }
29 
30 icarus_HitEfficiencyAnalysis:
31 {
32  module_type: HitEfficiencyAna
33  HitEfficiencyHistogramToolList: [ @local::TrackHitEfficiencyAnalysisTool ]
34 }
35 
36 icarus_TPCPurityMonitor:
37 {
38  module_type: TPCPurityMonitor
39 # TrackLabel: ["pandoraKalmanTrackGausCryoW","pandoraKalmanTrackGausCryoE"]
40  TrackLabel: ["pandoraTrackGausCryoW","pandoraTrackGausCryoE"]
41  SelectedPlane: 2
42  MinNumHits: 100
43  MinTickRange: 150.
44  AssumedELifetime: 600000.
45  MinRejectFraction: 0.05
46  MaxRejectFraction: 0.95
47  OutlierRejectFrac: 0.70
48  UseHitIntegral: true
49  WeightByChiSq: false
50  DiagnosticTuple: true
51 }
52 
53 END_PROLOG
54 
BEGIN_PROLOG BasicHitAnalysisTool
process_name ccluster WireModuleLabel
Definition: hitana.fcl:49
BEGIN_PROLOG TrackHitEfficiencyAnalysisTool
BEGIN_PROLOG triggeremu_data_config_icarus settings PMTADCthresholds sequence::icarus_stage0_multiTPC_TPC physics sequence::icarus_stage0_EastHits_TPC physics sequence::icarus_stage0_WestHits_TPC physics producers purityana0 module_type
BEGIN_PROLOG icarus_BasicHitAnalysis