![]() |
ATLAS Offline Software
|
#include <AnalysisSelection.h>
Public Member Functions | |
| template<class COLL> | |
| void | getObjects (const COLL *coll, std::vector< typename COLL::value_type > &out) |
| get objects which pass the selection criteria | |
| template<class COLL> | |
| void | getIndices (const COLL *coll, std::vector< int > &out) |
| get indices of the objects which pass the selection criteria | |
Definition at line 20 of file AnalysisSelection.h.
|
inline |
get indices of the objects which pass the selection criteria
| COLL | [in] type of collection |
| coll | [in] pointer to collection |
| out | [out] indices of selected objects |
Definition at line 46 of file AnalysisSelection.h.
|
inline |
get objects which pass the selection criteria
| COLL | [in] type of collection |
| coll | [in] pointer to collection |
| out | [out] selected objects |
Definition at line 28 of file AnalysisSelection.h.