Skip to content

Commit

Permalink
Merge pull request #161 from kagansahan/kagansahan-patch-1
Browse files Browse the repository at this point in the history
fAplanarity and fSphericity is available for all types
  • Loading branch information
ahmetcansansar authored Jan 7, 2024
2 parents d31deda + 728ecd6 commit 7327574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis_core/SFuncNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ std::vector<TLorentzVector> fhemisphere(std::vector<TLorentzVector> myjets, int
double fMT2(TLorentzVector lep1, TLorentzVector lep2, TLorentzVector amet);
double fTTbarNNLORec(double lep1, double lep2, double amet, double lab);
double specialsf(AnalysisObjects* ao, string s, float value);
TMatrixDSym TVecToTensor(TLorentzVector objs);
TMatrixDSym TLVecToTensor(TLorentzVector obj);
TMatrixDSym getMomentumTensor(AnalysisObjects* ao, string s, float id);
double fAplanarity(AnalysisObjects *ao, string s, float value);
double fSphericity(AnalysisObjects *ao, string s, float id);
Expand Down

0 comments on commit 7327574

Please sign in to comment.