Skip to content

Commit

Permalink
Added a missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Youqi Song committed May 7, 2024
1 parent 1ba29b3 commit c62cdae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readTree.C
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ void readTree(const char *input, const char *output, const char *output_txt)

if (pbin < 0)
continue;
//if (tbin < 0)
// continue;
//if (phibin < 0)
// continue;
if (tbin < 0)
continue;
if (phibin < 0)
continue;

if (partPDG == 11) // Look at Thrown Electrons
{
Expand Down

0 comments on commit c62cdae

Please sign in to comment.