2 # File: timingreference_test.fcl
3 # Purpose: Test ComputePi module, meant to assess a timing reference
4 # Author: Gianluca Petrillo (petrillo@fnal.gov)
5 # Date: August 19th, 2014
8 # - art standard services (including Timing)
11 process_name: TimingReference
18 module_type: EmptyEvent
19 maxEvents: 10 # Number of events to create
20 firstRun: 1 # Run number to use for this file
21 firstEvent: 1 # number of first event in the file
30 module_type: "ComputePi"
31 module_label: "timingref"
33 # number of thousand samples to be taken (default 10000, i.e. 10M samples)
35 # virtual machine uboonegpvm06 (on August 19, 2014) with 4600 BogoMIPS
36 # ran with 50000k samples/event and it took 0.932" with a RMS of ~4%
40 # the seed of the random number generator;
43 # verbosity will print the value of pi on every event (always the same!)
44 # this is meant to be false for normal operations
50 analyze: [ timingref ]
53 end_paths: [ analyze ]