Feature #1838
Need MC run number
Status:
Open
Priority:
Normal
Assignee:
Category:
Data Structure
Target version:
Start date:
13 April 2016
Due date:
% Done:
0%
Estimated time:
Workflow:
New Issue
Description
We would like to have an MC run number which reflects a real data run number if simulating one, so that run-dependent information such as calibrations, noise, etc can be simulated correctly.
Updated by Rajaram, Durga over 7 years ago
Propose the following:
mc_run_number
: a new member in the Spill data structure
- Add a data card to ConfigurationDefaults:
simulate_run_number
- the data card will be optional
- If
simulate_run_number
card is specified, thenset mc_run_number = 1000000 + simulate_run_number
- The setting will be done at the birth of MapCppMCReconSetup
- The offset of 1000000 is to avoid any potential confusion with the actual raw data run numbering
- If the card is not specified, then mc_run_number gets set to 0 (as is the case now)