Skip to content

Commit

Permalink
making sure fastjet namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
matplo committed Mar 1, 2021
1 parent 4a02263 commit dd2c74f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ public:
Nsubjettiness(int N,
const AxesDefinition& axes_def,
const MeasureDefinition& measure_def);
double result(const PseudoJet& jet) const;
TauComponents component_result(const PseudoJet& jet) const;
double result(const fastjet::PseudoJet& jet) const;
TauComponents component_result(const fastjet::PseudoJet& jet) const;
void setAxes(const std::vector<fastjet::PseudoJet> & myAxes);
std::vector<fastjet::PseudoJet> seedAxes() const;
std::vector<fastjet::PseudoJet> currentAxes() const;
Expand All @@ -32,7 +32,7 @@ public:
// static LimitedWarning _old_constructor_warning;

public:
Nsubjettiness(int N,
Nsubjettiness(int N,
Njettiness::AxesMode axes_mode,
Njettiness::MeasureMode measure_mode);
Nsubjettiness(int N,
Expand Down

0 comments on commit dd2c74f

Please sign in to comment.