ATLAS Offline Software
Loading...
Searching...
No Matches
AnalysisUtils::Sort Namespace Reference

sort More...

Namespaces

namespace  Private

Functions

template<class COLL>
void pT (COLL *coll)
 sort by pT
template<class COLL>
void e (COLL *coll)
 sort by e
template<class COLL>
void eta (COLL *coll)
 sort by eta
template<class COLL>
void phi (COLL *coll)
 sort by phi

Detailed Description

sort

Function Documentation

◆ e()

template<class COLL>
void AnalysisUtils::Sort::e ( COLL * coll)
inline

sort by e

Parameters
COLL[in] type of collection
coll[i/o] pointer to collection

Definition at line 325 of file AnalysisMisc.h.

326 {
327 // sort
329 }
void dosort(COLL &coll, COMP comp)

◆ eta()

template<class COLL>
void AnalysisUtils::Sort::eta ( COLL * coll)
inline

sort by eta

Parameters
COLL[in] type of collection
coll[i/o] pointer to collection

Definition at line 335 of file AnalysisMisc.h.

◆ phi()

template<class COLL>
void AnalysisUtils::Sort::phi ( COLL * coll)
inline

sort by phi

Parameters
COLL[in] type of collection
coll[i/o] pointer to collection

Definition at line 345 of file AnalysisMisc.h.

◆ pT()

template<class COLL>
void AnalysisUtils::Sort::pT ( COLL * coll)
inline

sort by pT

Parameters
COLL[in] type of collection
coll[i/o] pointer to collection

Definition at line 315 of file AnalysisMisc.h.

316 {
317 // sort
319 }