Skip to content

Commit 5d01785

Browse files
authored
fix typo
1 parent 6786b96 commit 5d01785

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/DetectorSimulation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ The MCKinematicsReader needs the digitization context file, generated during dig
425425
A typical code example may be
426426
```c++
427427
// init the reader from the context
428-
o2::steer MCKinematicsReader reader("collisioncontext.root");
428+
o2::steer::MCKinematicsReader reader("collisioncontext.root");
429429

430430
// load digits from the digits file --> save in alldigits
431431
// load the label container from the digits file --> save in labelcontainer

0 commit comments

Comments
 (0)