Important notice: opendata-qa.cern.ch is a quality-assurance server. Please use it for testing purposes only. The content may be erased from time to time. Please use opendata.cern.ch for production.
ATLAS collaboration
Cite as: ATLAS collaboration (2021). Simulated low-level channel readout for Z->ee+jets decays in the ATLAS detector. CERN Open Data Portal. DOI:10.7483/OPENDATA.ATLAS.53PM.J6PS
Dataset Simulated Datascience ATLAS CERN-LHC
This dataset includes simulated Z->ee+2jets and ZZ->4e events using the MadGraph event generator, showered with Pythia. A detailed description can be found in the PUB Note linked below. The dataset is composed of CSV files, one per event, where each row in the CSV file represents the relevant information to one hardware channel. See the table below for the column definitions and attached example Python code for reading a single file.
Variable | Type | Description |
---|---|---|
hwid | unsigned 64-bit integer | Unique hardware ID based on a bit mask that can be used to select specific detector components. To select subdetector channels use these cuts: Pixel<5e17<SCT<3e18<LAr<4.8e18<Tile. |
idx | unsigned 32-bit integer | Unique incremental index for each point that orders the detector channels into a one-dimensional vector. |
[x, y, z] and [r, eta, phi] | 32-bit float | Central position of the active detector material corresponding to the readout channel in the ATLAS right-handed coordinate system. |
raw | 32-bit float | A value that represents the detector channel readout, which corresponding to ToT (Time over Threshold) in case of the Pixel detector, the number of consecutive strips recording a hit in case of the SCT, and the digitized energy deposition in GeV (from CaloCell object) in case of the HAD/EMcalorimeter. |
pid | 32-bit integer | Truth label of the object, electrons are labelled as 11, positrons as -11, jets as 0, and background as -99. |
n | 32-bit integer | Unique index of the truth object, e.g. if there are two electrons in the event, detector inputs will be assigned to the first (0) or second (1) electron. |
truth_eta, truth_phi, truth_pt | 32-bit float | Truth object η, φ, and pT (in GeV), taken from reconstructed jets and leptons in the hard process as described above. |
trk_good | 32-bit float | Good track flag, set to 1 if this detector input was associated with a reconstructed track and is a candidate of the truth object, otherwise is 0 if the reconstructed track was not associated with a truth object. |
trk_barcode | 32-bit float | If point was included in a reconstructed track this is a unique index of the track and set to 0 otherwise. Therefore, all detector channels associated with the same reconstructed track will have the same barcode index. |
trk_pt | 32-bit float | Transverse momentum in MeV of the reconstructed track. |
The attached example Python code can be used to load the CSV files into a Pandas DataFrame object for processing in popular machine learning frameworks like Tensorflow or PyTorch.
These open data are released under the Creative Commons Zero v1.0 Universal license.
Neither the experiment(s) ( ATLAS ) nor CERN endorse any works, scientific or otherwise, produced using these data.
This release has a unique DOI that you are requested to cite in any applications or publications.