opendata.cern.ch icon indicating copy to clipboard operation
opendata.cern.ch copied to clipboard

RFC data model cross section

Open tiborsimko opened this issue 7 years ago • 2 comments

We need a field where to store the cross section information.

One possibility is to use something simple:

   "cross_section": "0.001pb",

Another possibility is to use something more exapandable:


    "cross_section":  {
       "value": 0.001,
       "unit": "pb",
       "filter_efficiency": 1,
       "match_efficiency": 1,
       "description": "This is....",
       "note": "Please note..."
   }

CC @ArtemisLav @heitorPB @katilp

tiborsimko avatar Dec 06 '18 12:12 tiborsimko

Unfortunately the unit is not available in the metadata we get from the databases. The values extracted differ in several orders of magnitude: from 0.01 to 23095400400.

From the ~3300 datasets (2010, 2011, 2012), only 24 have this information.

heitorPB avatar Dec 10 '18 14:12 heitorPB

Putting to Someday since the data is not ready yet.

tiborsimko avatar Dec 20 '18 13:12 tiborsimko