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, { KeyValue( 
"InputData", { 
"MyTracks" } ) },
 
   23                         KeyValue( "OutputData", { "MyOutTracks" } ) ) {}
details::Transformer< Signature, Traits_, details::isLegacy< Traits_ > > Transformer
 
 
 
 
◆ operator()()
Definition at line 26 of file transformer.cpp.
   26                                                                                                  {
   28        out_tracks.
insert( in_tracks.
begin(), in_tracks.
end(), []( 
const MyTrack* t ) { return t->px() >= 10.f; } );
 
   29        return out_tracks;
   30      }
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: