ATLAS Offline Software
Functions
Tool_FeatureExtractor.cxx File Reference
#include "xAODTau/TauJet.h"
#include "xAODTracking/Vertex.h"
#include "xAODTracking/TrackParticle.h"
#include "TLorentzVector.h"
#include "TVector3.h"
#include <cmath>
#include <map>
#include <vector>
#include "PanTauAlgs/Tool_FeatureExtractor.h"
#include "PanTauAlgs/Tool_InformationStore.h"
#include "PanTauAlgs/TauConstituent.h"
#include "PanTauAlgs/PanTauSeed.h"
#include "PanTauAlgs/TauFeature.h"
#include "PanTauAlgs/HelperFunctions.h"

Go to the source code of this file.

Functions

bool sortTauConstituentMVA (const PanTau::TauConstituent *u, const PanTau::TauConstituent *v)
 
bool sortTauConstituentEt (const PanTau::TauConstituent *u, const PanTau::TauConstituent *v)
 

Function Documentation

◆ sortTauConstituentEt()

bool sortTauConstituentEt ( const PanTau::TauConstituent u,
const PanTau::TauConstituent v 
)

Definition at line 29 of file Tool_FeatureExtractor.cxx.

29  {
30  return u->p4().Et() > v->p4().Et();
31 }

◆ sortTauConstituentMVA()

bool sortTauConstituentMVA ( const PanTau::TauConstituent u,
const PanTau::TauConstituent v 
)

Definition at line 24 of file Tool_FeatureExtractor.cxx.

24  {
25  return u->getBDTValue() > v->getBDTValue();
26 }
Trk::u
@ u
Enums for curvilinear frames.
Definition: ParamDefs.h:83
python.PyAthena.v
v
Definition: PyAthena.py:157