From d8b0125d83b8115d522f70aa74086ca51731e246 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Sun, 30 Jul 2023 14:58:36 -0500 Subject: [PATCH] fix: rm README with dead AWS S3 links (#819) ### Briefly, what does this PR introduce? These are not maintained or standard links. The files are gone. The provided ddsim commands are diluting the central documentation efforts. ### What kind of change does this PR introduce? - [x] Bug fix (issue: dead links) - [ ] New feature (issue #__) - [ ] Documentation update - [ ] Other: __ ### Please check if this PR fulfills the following: - [ ] Tests for the changes have been added - [ ] Documentation has been added / updated - [ ] Changes have been communicated to collaborators ### Does this PR introduce breaking changes? What changes might users need to make to their code? No. ### Does this PR change default behavior? No. Co-authored-by: Dmitry Kalinkin --- src/tests/README.md | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 src/tests/README.md diff --git a/src/tests/README.md b/src/tests/README.md deleted file mode 100644 index 87fd1ab990..0000000000 --- a/src/tests/README.md +++ /dev/null @@ -1,25 +0,0 @@ - -This Readme is temporary. Contains some files that might be used for debugging/testing - - -## 15 August 2022 - -- Podio 0.15 -- edm4hep 0.6 -- Files with electrons 0-30GeV fired in all directions - - -https://eicaidata.s3.amazonaws.com/2022-08-15_pgun_e-_podio-0.15_edm4hep-0.6_0-30GeV_alldir_1k.edm4hep.root - -https://eicaidata.s3.amazonaws.com/2022-08-15_pgun_e-_podio-0.15_edm4hep-0.6_0-30GeV_alldir_2k.edm4hep.root - -https://eicaidata.s3.amazonaws.com/2022-08-15_pgun_e-_podio-0.15_edm4hep-0.6_0-30GeV_alldir_10k.edm4hep.root - - -Files are simulated with: - -```bash -ddsim --compactFile=$DETECTOR_PATH/epic.xml -N=1000 --random.seed 1 --enableGun --gun.particle="e-" --gun.momentumMin 1*MeV --gun.momentumMax 30*GeV --gun.distribution uniform --outputFile 2022-08-15_pgun_e-_podio-0.15_edm4hep-0.6_0-30GeV_alldir_1k.edm4hep.root -ddsim --compactFile=$DETECTOR_PATH/epic.xml -N=2000 --random.seed 1 --enableGun --gun.particle="e-" --gun.momentumMin 1*MeV --gun.momentumMax 30*GeV --gun.distribution uniform --outputFile 2022-08-15_pgun_e-_podio-0.15_edm4hep-0.6_0-30GeV_alldir_2k.edm4hep.root -ddsim --compactFile=$DETECTOR_PATH/epic.xml -N=10000 --random.seed 1 --enableGun --gun.particle="e-" --gun.momentumMin 1*MeV --gun.momentumMax 30*GeV --gun.distribution uniform --outputFile 2022-08-15_pgun_e-_podio-0.15_edm4hep-0.6_0-30GeV_alldir_10k.edm4hep.root -```