seedservice_lartpcdetector.fcl
Go to the documentation of this file.
1 #
2 # File: seedservice_lartpcdetector.fcl
3 # Desc: custom configurations of NuRandomService for a generic LArTPC detector
4 # Author: Gianluca Petrillo (petrillo@fnal.gov)
5 # Date: April 25th, 2016
6 # Version: 1.0
7 #
8 # Changes:
9 # 20160425 (petrillo@fnal.gov) [v1.0]
10 # first version; not many choices here
11 #
12 #
13 
14 #include "seedservice.fcl"
15 
16 BEGIN_PROLOG
17 
18 #
19 # Each event gets its own random stream; requires a timestamp plugin on generation
20 #
21 lartpcdetector_seedservice: @local::per_event_NuRandomService # from seedservice.fcl
22 
23 
24 END_PROLOG