Skip to content

Commit 4a1e8fb

Browse files
committed
style: Remove trailing spaces from README.md
1 parent 87fb1c3 commit 4a1e8fb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Tools/PIDFeatureExtractor/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ df = pd.read_csv("pid_features.csv")
464464
df_valid = df[(df['has_tpc'] == True) & (df['has_tof'] == True)]
465465

466466
# Prepare features (exclude MC truth for real data)
467-
feature_cols = [col for col in df.columns
467+
feature_cols = [col for col in df.columns
468468
if col not in ['event_id', 'track_id', 'mc_pdg', 'mc_px', 'mc_py', 'mc_pz']]
469469

470470
X = df_valid[feature_cols].values
@@ -846,8 +846,8 @@ ls -lh pid_features.root pid_features.csv
846846

847847
---
848848

849-
**Last Updated:** 2025-11-13
850-
**Task Version:** 1.0.0
851-
**O2Physics Compatibility:** Latest
852-
**CCDB Support:** Integrated
849+
**Last Updated:** 2025-11-13
850+
**Task Version:** 1.0.0
851+
**O2Physics Compatibility:** Latest
852+
**CCDB Support:** Integrated
853853
**Run Method:** `./run.sh` with `myConfigExtractor.json`

0 commit comments

Comments
 (0)