2 # File: test_shower_calibration_from_pid.fcl
3 # Brief: Test for ShowerCalibrationGaloreFromPIDService
4 # Author: Gianluca Petrillo (petrillo@fnal.gov)
7 # Test for ShowerCalibrationGaloreService example service using the
8 # ShowerCalibrationGaloreFromPIDService implementation.
14 #include "showercalibrationgalore_standard.fcl"
16 process_name: ShowerCalibrationGaloreFromPIDServiceTest
20 ShowerCalibrationGaloreService: @local::standard_shower_calibration_by_particle
23 # we need to specify a calibration file
24 services.ShowerCalibrationGaloreService.CalibrationFile: "examples/CalibrationExample.root:Shower"
27 module_type: EmptyEvent
36 showercalibrationtest: {
37 module_type: ShowerCalibrationGaloreTest
42 PID: [ 11, -11, 13, -13, 211, 111, 2112, 2212, 22, 0 ]
47 tests: [ showercalibrationtest ]