Skip to content

Commit 5449102

Browse files
authored
Merge pull request #42 from hschellman/Jan26-update
Jan26 update
2 parents 4026be3 + 2e29ca1 commit 5449102

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

_episodes/03-data-management.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,15 @@ and when searching for specific types of data
109109
- `core.data_stream` (physics, calibration, cosmics)
110110
- `core.runs[any]=<runnumber>`
111111

112-
You probably also want to know about
112+
For processed data you also need to know about
113113

114114
- `core.application.version` (version of code run)
115-
- `dune.config_file` (configuration file for the reconstruction)
115+
- `dune.config_file` (configuration file for the reconstruction/simulation)
116116
- `dune_mc.gen_fcl_filename` (configuration for the initial simulation physics)
117+
- `dune.output_status` (This should be 'confirmed' for processed files. If it is not, the file likely never got stored.)
118+
- `core.data_tier` (what kind of output is it?)
119+
120+
117121

118122
### Example of doing a metacat search
119123

@@ -227,7 +231,7 @@ and v09_91_02d01).
227231
> **If you are doing real analysis please use the [official datasets](#Official_Datasets) which experts have defined**
228232
>
229233
> if no official dataset exists, you need to require additional fields like:
230-
> `core.application.version=v09_91_02d01` and `dune.config_file=standard_reco_stage2_calibration_protodunehd_keepup.fcl` to make certain you are not looking at 2 versions of the same file.
234+
> `dune.output_status=confirmed` and `core.application.version=v09_91_02d01` and `dune.config_file=standard_reco_stage2_calibration_protodunehd_keepup.fcl` to make certain that the job that created the file actually wrote the output back to storage and you are not looking at 2 versions of the same file.
231235
{: .callout}
232236

233237

@@ -345,7 +349,7 @@ You can also do keyword/value queries like the ones above using the Other tab on
345349

346350
### find out how much data there is in a dataset
347351

348-
Do a query using the `-s` or `--summary` option
352+
Do a query of a dataset using the `-s` or `--summary` option
349353

350354
~~~
351355
metacat query -s "files from fardet-vd:fardet-vd__full-reconstructed__v09_81_00d02__reco2_dunevd10kt_anu_1x8x6_3view_30deg_geov3__prodgenie_anu_numu2nue_nue2nutau_dunevd10kt_1x8x6_3view_30deg__out1__v2_official"

_includes/al9_setup_2025a.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
# find a spack environment and set it up
33
# setup spack (pre spack 1.0 version)
44
5-
source /cvmfs/dune.opensciencegrid.org/spack/setup-env.sh
5+
# this is for spack v1.0
6+
source /cvmfs/dune.opensciencegrid.org/spack/v1.0/share/spack/setup-env.sh
67
echo "Activate dune-workflow"
78
spack env activate dune-workflow
8-
echo "load GCC and CMAKE so don't use system"
9+
echo "load GCC"
910
echo "GCC"
1011
spack load gcc@12.5.0 arch=linux-almalinux9-x86_64_v2
1112

setup.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,6 @@ You should then be able to proceed with much of the tutorial thanks to the wonde
710710
Set up the DUNE software
711711
712712
~~~
713-
export UPS_OVERRIDE="-H Linux64bit+3.10-2.17" # makes certain you get the right UPS
714713
source /cvmfs/dune.opensciencegrid.org/products/dune/setup_dune.sh
715714
~~~
716715
{: .language-bash}

0 commit comments

Comments
 (0)