-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpi0TestConfig.fcl
More file actions
32 lines (25 loc) · 900 Bytes
/
pi0TestConfig.fcl
File metadata and controls
32 lines (25 loc) · 900 Bytes
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
#include "filters.fcl"
#include "triggeralgo_service.fcl"
#include "ProtoDUNEBeamCuts.fcl"
#include "ProtoDUNECalibration.fcl"
#include "ProtoDUNEBeamlineUtils.fcl"
BEGIN_PROLOG
pi0_test_selection:
{
module_type: "pi0TestSelection"
CalorimetryTag: "pandoracalo"
TrackerTag: "pandoraTrack"
ShowerTag: "pandoraShower"
HitTag: "hitpdune"
PFParticleTag: "pandora"
GeneratorTag: "generator"
CalorimetryTagSCE: "pandoracalinoxyzt"
SelectEvents: []
BeamlineUtils: @local::standard_protodunebeamlineutils
Pi0Only: true
AnalyseFromBeam: true
CalibrationParsSCE: @local::CalorimetryParameters_SPProd4_MC_SCE
#CalibrationParsSCE: @local::CalorimetryParameters_SPProd2_MC_SCE
#CalibrationParsSCE: @local::CalorimetryParameters_SPProd2_MC_35ms
}
END_PROLOG