diff --git a/eic_data.yaml b/eic_data.yaml index efd20a5e2d3749b39628bbd542918db431caacbc..b9da2216ce5d1c9d9d7dd67413b01c70818a7fe8 100644 --- a/eic_data.yaml +++ b/eic_data.yaml @@ -256,8 +256,13 @@ datatypes: - uint64_t run // Run number. - uint64_t number // Event number. - int32_t type // event type identifier (TBD). - - int32_t proc // Process identifier (TBD). - - eic::Index source // Source/generator identifier (TBD), negative for MC. + - eic::Index proc // Process identifier (TBD). + - int32_t source // Source/generator identifier (TBD), negative for MC. + - float weight // Optional event weight (useful for MC) + ExtraCode: + declaration: " + EventInfo() : run{-1}, number{-1}, type{0}, proc{0}, source{-1}, weight{1} {}\n + " ## ========================================================================== ## Particle info