ATLAS Offline Software
Loading...
Searching...
No Matches
Tool_DetailsArranger.cxx File Reference
Include dependency graph for Tool_DetailsArranger.cxx:

Go to the source code of this file.

Functions

bool sortBDTscore (const ElementLink< xAOD::PFOContainer > &i, const ElementLink< xAOD::PFOContainer > &j)

Function Documentation

◆ sortBDTscore()

bool sortBDTscore ( const ElementLink< xAOD::PFOContainer > & i,
const ElementLink< xAOD::PFOContainer > & j )

Definition at line 10 of file Tool_DetailsArranger.cxx.

10 {
11
12 return ( i.cachedElement()->bdtPi0Score() > j.cachedElement()->bdtPi0Score() );
13}