2 # File: hitcollectioncreator_test.fcl
3 # Author: Gianluca Petrillo (petrillo@fnal.gov)
6 # Purpose: run all tests from HitCollectionCreatorTest module.
8 # hitCollCreatorTest creates a collection of hits using
9 # recob::HitCollectionCreator.
10 # This collection is checked by the analyzer checkHitColl.
13 process_name: HitCollTest
16 module_type: "EmptyEvent"
25 module_type: "HitCollectionCreatorTest"
27 } # hitCollCreatorTest
33 module_type: "HitDataProductChecker"
37 name: "hitCollCreatorTest:test"
44 test: [ "hitCollCreatorTest" ]
45 check: [ "checkHitColl" ]
47 trigger_paths: [ "test" ]
48 end_paths: [ "check" ]