Skip to content

Commit d48d137

Browse files
README fixes
1 parent f623752 commit d48d137

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,11 @@ git checkout --no-track -b vXX-YY-ZZ mu2e/main
8080
```
8181
* update version number in histogram ```_hVersion``` in ```src/EventNtupleMaker_module.cc``` and commit
8282
* make sure EventNtuple runs following these [steps](validation/README.md#Validating-eventntuple-runs)
83+
* if any test fails, then you can look in ```test_fcls.log``` to see the error. You can also see the command to rerun and debug locally without having to re-run the whole ```test_fcls.sh``` script
8384
* create a "before" ntuple with the previous release of EventNtuple. In a fresh login:
8485
```
8586
mu2einit
86-
muse setup EventNtuple vXX-YY-ZZ
87+
muse setup EventNtuple vXX_YY_ZZ
8788
mu2e -c EventNtuple/fcl/from_mcs-mockdata.fcl -S ../EventNtupleDev_NewTag/filelists/mcs.mu2e.ensembleMDS2cMix1BBTriggered.MDC2020ba_best_v1_3.art.list --TFileName nts.ntuple.before.root -n 100
8889
root -l -b ${MUSE_WORK_DIR}/EventNtuple/validation/create_val_file_rooutil.C\(\"nts.ntuple.before.root\",\"val.ntuple.before.root\"\)
8990
```

0 commit comments

Comments
 (0)