test_shower_calibration_scale.fcl
Go to the documentation of this file.
1 #
2 # File: test_shower_calibration_scale.fcl
3 # Brief: Test for ShowerCalibrationGaloreScale service
4 # Author: Gianluca Petrillo (petrillo@fnal.gov)
5 # Date: May 4, 2016
6 # Description:
7 # Test for ShowerCalibrationGaloreScaleService example service.
8 #
9 # Dependencies:
10 #
11 #
12 
13 #include "showercalibrationgalore_standard.fcl"
14 
15 process_name: ShowerCalibrationGaloreScaleServiceTest
16 
17 
18 services: {
19  ShowerCalibrationGaloreService: @local::standard_shower_calibration_uniform
20 } # services
21 
22 
23 source: {
24  module_type: EmptyEvent
25  maxEvents: 1
26 }
27 
28 outputs: {}
29 
30 physics: {
31  analyzers: {
32 
33  showercalibrationtest: {
34  module_type: ShowerCalibrationGaloreTest
35 
36  Emin: 0.0
37  Emax: 5.0
38  Estep: 1.0
39  PID: [ 11, 22 ]
40  }
41 
42  } # analyzers
43 
44  tests: [ showercalibrationtest ]
45 
46  trigger_paths: []
47  end_paths: [ tests ]
48 
49 } # physics