Project

General

Profile

Feature #1838

Need MC run number

Added by Rajaram, Durga over 7 years ago. Updated over 7 years ago.

Status:
Open
Priority:
Normal
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.

#1

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, then
    set 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)

Also available in: Atom PDF