Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
stwunsch committed Oct 22, 2019
1 parent 083ff19 commit 20d473e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions skim.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const std::vector<std::string> sampleNames = {
* Compute event weights to be used for the respective datasets
*
* The event weight reweights the full dataset so that the sum of the weights
* is equal to the expected number of events in data. The expecation is given by
* is equal to the expected number of events in data. The expectation is given by
* multiplying the integrated luminosity of the data with the cross-section of
* the process in the datasets divided by the number of simulated events.
*/
Expand Down Expand Up @@ -304,11 +304,11 @@ auto AddEventWeight(T &df, const std::string& sample) {


/*
* Check that the generator particles matched to the reconstructed taus are
* actually taus and add this information the the dataset.
* Check that the generator particles matched to the identified taus are
* actually taus and add this information to the dataset.
*
* This information is used to estimate the fraction of events that are falsely
* reconstructed as taus, e.g., electrons or jets that could fake such a particle.
* identified as taus, e.g., electrons or jets that could fake such a particle.
*/
template <typename T>
auto CheckGeneratorTaus(T &df, const std::string& sample) {
Expand Down

0 comments on commit 20d473e

Please sign in to comment.