Definition at line 18 of file transformer.cpp.
◆ SelectTracks()
| Gaudi::TestSuite::SelectTracks::SelectTracks |
( |
const std::string & | name, |
|
|
ISvcLocator * | pSvc ) |
|
inline |
Definition at line 21 of file transformer.cpp.
22 :
Transformer( name, pSvc, {
"InputData",
"MyTracks" }, {
"OutputData",
"MyOutTracks" } ) {}
details::Transformer< Signature, Traits_, details::isLegacy< Traits_ > > Transformer
◆ operator()()
Definition at line 25 of file transformer.cpp.
25 {
27 out_tracks.
insert( in_tracks.
begin(), in_tracks.
end(), [](
const MyTrack* t ) { return t->px() >= 10.f; } );
28 return out_tracks;
29 }
iterator begin() const
access to begin of the sequence (const version )
iterator end() const
access to end of the sequence (const version)
SharedObjectsContainer< MyTrack > Selection
the type of selection
void insert(const TYPE *object)
insert one object into the container
The documentation for this struct was generated from the following file: