You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Presentations and useful meetings

SDF preliminaries

Starting Jupyter sessions via SDF web interface

  1. SDF web interface > My Interactive Sessions > Services > Jupyter (starts a server via SLURM)
  2. Jupyter Instance > slac-ml/SSAI (using the Jupyter instance developed for SSI 2023)

Producing H5 samples

We are using a custom fork of dataset-dumper, developed for producing h5 files for NN training based on FTAG derivations. The custom fork is modified to store the truth jet pT via AntiKt4TruthDressedWZJets container.

  • Add documentation about training dataset dumper fork

The current set of available Ntuples is available on:

/gpfs/slac/atlas/fs1/d/pbhattar/BjetRegression/Input_Ftag_Ntuples
├── Rel22_ttbar_AllHadronic
├── Rel22_ttbar_DiLep
└── Rel22_ttbar_SingleLep

Analyzing H5 samples

Notebooks

  • Chunking h5 files: /sdf/home/b/bbullard/bjes/analysis/ChunkH5.ipynb

Miscellaneous tips

You can grant read/write access for GPFS data folder directories to ATLAS group members via

groups <username> # To check user groups
cd <your_directory> 
find . -type d|xargs chmod g+rx # Need to make all subdirectories available to the group
  • No labels