Skip to content

Commit

Permalink
Merge branch 'main' into dev_new_embeddingselection_correctionlib
Browse files Browse the repository at this point in the history
  • Loading branch information
harrypuuter committed Apr 12, 2024
2 parents 6e035b7 + 41dba31 commit fcac510
Show file tree
Hide file tree
Showing 2 changed files with 358 additions and 3 deletions.
13 changes: 12 additions & 1 deletion include/pairselection.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ auto PairSelectionAlgo(const float &mindeltaR);
namespace leptonic {
auto ElMuPairSelectionAlgo(const float &mindeltaR);
auto PairSelectionAlgo(const float &mindeltaR);
auto PairSelectionAlgoOSPreferred(const float &mindeltaR);
auto ZBosonPairSelectionAlgo(const float &mindeltaR);
auto ZBosonPairSelectionAlgoOSPreferred(const float &mindeltaR);
} // namespace leptonic
namespace mutau {

Expand Down Expand Up @@ -90,10 +92,19 @@ ROOT::RDF::RNode PairSelection(ROOT::RDF::RNode df,
const std::string &pairname,
const float &mindeltaR);

ROOT::RDF::RNode PairSelectionOSPreferred(ROOT::RDF::RNode df,
const std::vector<std::string> &input_vector,
const std::string &pairname, const float &mindeltaR);

ROOT::RDF::RNode
ZBosonPairSelection(ROOT::RDF::RNode df,
const std::vector<std::string> &input_vector,
const std::string &pairname, const float &mindeltaR);

ROOT::RDF::RNode ZBosonPairSelectionOSPreferred(
ROOT::RDF::RNode df, const std::vector<std::string> &input_vector,
const std::string &pairname, const float &mindeltaR);

} // end namespace mumu
namespace elel {

Expand All @@ -108,4 +119,4 @@ ZBosonPairSelection(ROOT::RDF::RNode df,
const std::string &pairname, const float &mindeltaR);
} // end namespace elel
} // namespace ditau_pairselection
#endif /* GUARD_PAIRSELECTION_H */
#endif /* GUARD_PAIRSELECTION_H */
Loading

0 comments on commit fcac510

Please sign in to comment.