Skip to content

Commit

Permalink
Fix typos in comments
Browse files Browse the repository at this point in the history
(cherry picked from commit 3a4043e)
  • Loading branch information
brownd1978 authored and AndrewEdmonds11 committed May 19, 2022
1 parent e72e4b6 commit 89433cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/TrkAnaUtils.C
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
// a muse directory with TrkAna included:
// > root -l
// root> #include TrkAna/examples/TrkAnaUtils.C
// root> TrkAnaUtils tau("MyTrkAnaFile.cc");
// root> tau.ListTrees(); // lists available TrkAna tree (TDirectories)
// root> TrkAnaUtils tau("MyTrkAnaFile.root");
// root> tau.ListTrees(); // lists available TrkAna trees (TDirectories)
// root> tau.UseTree("TrkAnaNeg"); // use the tree based on downstream negative electron tracks
// root> tau.ListBranches(); // list the available branches
// root> tau.ListSubbranches("deent"); // list sub-branches for the downstream negative elecgtron branch
// root> tau.ListSubbranches("deent"); // list sub-branches for the downstream negative electron branch
// root> tau.ListLeaves("hcnt."); // list leaves in the hitcount branch
// root> tau.Draw("deent.mom.Theta():deent.pos.Y()","hcnt.nbkg<400","colorz"); // Draw a plot
//
Expand Down

0 comments on commit 89433cb

Please sign in to comment.