Skip to content

Commit 12ad172

Browse files
committed
feat(records): add DELPHI conditions databases
1 parent 0bf9dc5 commit 12ad172

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
[
2+
{
3+
"abstract": {
4+
"description": "The DELPHI conditions database consists of 7 different files, storing distinct information about the run condition during the different periods. The format is proprietary, and there are tools available to read it both programmatic from Fortran and interactively via the commands `dplot` and applications like `dtobin` or `dlist`. The database contains information about the run conditions, including background (raw) delivered luminosity, meteorological information, fill information and calibration data for the different detector components.<p>The conditions database is needed for event reconstruction, as provided by the DELPHI event server. It is not needed for data analysis or for simulation. The latter uses yearly snapshot databases instead, which ships with the corresponding simulation version.<p> Manuals, including usage examples, are available from the CERN document server, in particular the [CARGO Database Management Package](https://cds.cern.ch/record/2625473/files/delphi-93-5_ocr.pdf), [DPLOT Database graphics](https://cds.cern.ch/record/2630031/files/96_139_das_180_prog_219.pdf) and the [DELPHI Detector Description Application Package user manual](https://cds.cern.ch/record/2629009/files/delphi-90-37_ocr.pdf)."
5+
},
6+
"accelerator": "CERN-LEP",
7+
"collaboration": {
8+
"name": "DELPHI collaboration",
9+
"recid": "80050"
10+
},
11+
"collection": [
12+
"DELPHI-Condition-Data"
13+
],
14+
"date_created": [
15+
"2000"
16+
],
17+
"date_published": "2025",
18+
"distribution": {
19+
"formats": [
20+
"dat"
21+
],
22+
"number_files": 7,
23+
"size": 3205865472
24+
},
25+
"doi": "10.7483/OPENDATA.DELPHI.18JY.GL8K",
26+
"experiment": [
27+
"DELPHI"
28+
],
29+
"files": [
30+
{
31+
"checksum": "adler32:18ab9196",
32+
"size": 1497251840,
33+
"uri": "root://eospublic.cern.ch//eos/opendata/delphi/condition-data/DBcalb.dat"
34+
},
35+
{
36+
"checksum": "adler32:b74dd263",
37+
"size": 32432128,
38+
"uri": "root://eospublic.cern.ch//eos/opendata/delphi/condition-data/DBgeom.dat"
39+
},
40+
{
41+
"checksum": "adler32:21bf3c40",
42+
"size": 1655250944,
43+
"uri": "root://eospublic.cern.ch//eos/opendata/delphi/condition-data/DBlepm.dat"
44+
},
45+
{
46+
"checksum": "adler32:dc088849",
47+
"size": 40960,
48+
"uri": "root://eospublic.cern.ch//eos/opendata/delphi/condition-data/DBmisc.dat"
49+
},
50+
{
51+
"checksum": "adler32:0190cfad",
52+
"size": 20307968,
53+
"uri": "root://eospublic.cern.ch//eos/opendata/delphi/condition-data/DBrunt.dat"
54+
},
55+
{
56+
"checksum": "adler32:0fd5e6e0",
57+
"size": 450560,
58+
"uri": "root://eospublic.cern.ch//eos/opendata/delphi/condition-data/DBscon.dat"
59+
},
60+
{
61+
"checksum": "adler32:1d8e2a3b",
62+
"size": 131072,
63+
"uri": "root://eospublic.cern.ch//eos/opendata/delphi/condition-data/DBsysf.dat"
64+
}
65+
],
66+
"license": {
67+
"attribution": "CC0-1.0"
68+
},
69+
"publisher": "CERN Open Data Portal",
70+
"recid": "80509",
71+
"title": "DELPHI conditions databases",
72+
"type": {
73+
"primary": "Environment",
74+
"secondary": [
75+
"Condition"
76+
]
77+
}
78+
}
79+
]

0 commit comments

Comments
 (0)