Skip to content

Commit

Permalink
Correcting some mistakes in README.md files
Browse files Browse the repository at this point in the history
  • Loading branch information
ckaragian committed Aug 13, 2023
1 parent f21ed35 commit ab60c1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion UserTools/DNNTrackLengthPredict/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The following variables are obtained from the `EnergyReco` store:

**num_lappd_hits** `int` Total number of lappd digits

**TrueTrackLengthInWater** `int` MC track length in the water
**TrueTrackLengthInWater** `float` MC track length in the water

The following variables are obtained from the `ScalingVarsStore` store:

Expand Down
2 changes: 1 addition & 1 deletion UserTools/DNNTrackLengthTrain_Test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The following variables are obtained from the `EnergyReco` store:

**num_lappd_hits** `int` Total number of lappd digits

**TrueTrackLengthInWater** `int` MC track length in the water
**TrueTrackLengthInWater** `float` MC track length in the water

### Output

Expand Down
2 changes: 1 addition & 1 deletion UserTools/FindTrackLengthInWater/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The following variables are passed on to the next tool via the `EnergyReco` stor

**num_lappd_hits** `int` Total number of lappd digits

**TrueTrackLengthInWater** `int` MC track length in the water
**TrueTrackLengthInWater** `float` MC track length in the water

**trueMuonEnergy** `double` MC muon energy

Expand Down

0 comments on commit ab60c1d

Please sign in to comment.