Skip to content

Commit d4d13ae

Browse files
committed
Added colours to file breakdown name in extras
1 parent 68b95c6 commit d4d13ae

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

_extras/xrootd.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ In the tutorial, we used XrootD to copy files and to stream files. We could also
1010

1111
Unlike Rucio, if we use XrootD, we *do* have a file structure. Typically, file paths typically look like:
1212

13-
- /volatile/eic/EPIC/OUTPUT_TYPE/CAMPAGIN/DETECTOR_GEOMETRY/PHYSICS_PROCESS_TYPE/PHYSICS_PROCESS/BEAM_ENERGY/OTHER_CONDITIONS/FILE.eicrecon.edm4eic.root
14-
- OUTPUT_TYPE - Is this event generator, simulation or reconstruction output?
15-
- CAMPAIGN - Which simulation campaign is this from?
16-
- DETECTOR_GEOMETRY - Which detector geometry/design was used to run this simulation?
17-
- PHYSICS_PROCESS_TYPE - Broadly, what category of physics process is this?
18-
- PHYSICS_PROCESS - What physics process is this?
19-
- BEAM_ENERGY - What beam energy combination was used?
20-
- OTHER_CONDITIONS - Other simulation conditions, such as a range for a specific kinematic variable (Q2, t or similar)
13+
- /volatile/eic/EPIC/<span style="color:#1845fb">OUTPUT_TYPE</span>/<span style="color:#ff5e02">CAMPAGIN</span>/<span style="color:#c91f16">DETECTOR_GEOMETRY</span>/<span style="color:#c849a9">PHYSICS_PROCESS_TYPE<\span>/<span style="color:#adad7d">PHYSICS_PROCESS</span>/<span style="color:#86c8dd">BEAM_ENERGY</span>/<span style="color:#578dff">OTHER_CONDITIONS</span> /FILE.eicrecon.edm4eic.root
14+
- <span style="color:#1845fb">OUTPUT_TYPE</span> - Is this event generator, simulation or reconstruction output?
15+
- <span style="color:#ff5e02">CAMPAIGN</span> - Which simulation campaign is this from?
16+
- <span style="color:#c91f16">DETECTOR_GEOMETRY</span> - Which detector geometry/design was used to run this simulation?
17+
- <span style="color:#c849a9">PHYSICS_PROCESS_TYPE</span> - Broadly, what category of physics process is this?
18+
- <span style="color:#adad7d">PHYSICS_PROCESS</span> - What physics process is this?
19+
- <span style="color:#86c8dd">BEAM_ENERGY</span> - What beam energy combination was used?
20+
- <span style="color:#578dff">OTHER_CONDITIONS</span> - Other simulation conditions, such as a range for a specific kinematic variable (Q2, t or similar)
2121

2222
Some directories may include event generator versions after the physics process too. You may also find some examples where there are multiple sets of additional conditions.
2323

0 commit comments

Comments
 (0)