Skip to content

Commit

Permalink
Even more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Aug 23, 2023
1 parent b3da768 commit 95d9849
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions SimG4Components/src/SimG4SaveCalHits.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
* If readout name which does not correspond to any Geant4 hit collection is
* provided, the tool will fail at initialization.
*
* If both `readoutName` and `readoutNames` are provided, the tool will fail at
* initialization.
* If both `readoutName` and deprecated `readoutNames` are provided, the tool
* will fail at initialization.
*
* If the readout name is provided through the deprecated `readoutNames`
* parameter only the first name in that vector is considered.
* If the more than one readout names is provided through the deprecated
* `readoutNames` parameter, the tool will fail at initialization.
*
* [For more information please see](@ref md_sim_doc_geant4fullsim).
*
Expand Down
8 changes: 4 additions & 4 deletions SimG4Components/src/SimG4SaveTrackerHits.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
* If readout name which does not correspond to any Geant4 hit collection is
* provided, the tool will fail at initialization.
*
* If both `readoutName` and `readoutNames` are provided, the tool will fail at
* initialization.
* If both `readoutName` and deprecated `readoutNames` are provided, the tool
* will fail at initialization.
*
* If the readout name is provided through the deprecated `readoutNames`
* parameter only the first name in that vector is considered.
* If the more than one readout names is provided through the deprecated
* `readoutNames` parameter, the tool will fail at initialization.
*
* [For more information please see](@ref md_sim_doc_geant4fullsim).
*
Expand Down

0 comments on commit 95d9849

Please sign in to comment.