Go to the documentation of this file.
19 const Gaudi::Range_<Gaudi::TestSuite::MyTrack::ConstVector>& )> {
23 KeyValue(
"OutputData", {
"MyOutTracks" } ) ) {}
28 out_tracks.
insert( in_tracks.
begin(), in_tracks.
end(), [](
const MyTrack*
t ) { return t->px() >= 10.f; } );
iterator begin() const
access to begin of the sequence (const version )
SelectTracks(const std::string &name, ISvcLocator *pSvc)
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from p...
void insert(const TYPE *object)
insert one object into the container
#define DECLARE_COMPONENT(type)
details::Transformer< Signature, Traits_, details::isLegacy< Traits_ > > Transformer
Gaudi::TestSuite::MyTrack::Selection operator()(const Gaudi::Range_< Gaudi::TestSuite::MyTrack::ConstVector > &in_tracks) const override
iterator end() const
access to end of the sequence (const version)