The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
Gaudi::TestSuite Namespace Reference

Namespaces

namespace  Conditions
 
namespace  Counter
 
namespace  FileSvc
 
namespace  MultiInput
 
namespace  NTuple
 
namespace  TestObjectVersion
 

Classes

class  BoostArrayProperties
 
class  Collision
 
struct  ContextConsumer
 
struct  ContextIntConsumer
 
struct  ContextTransformer
 
class  Counter
 Simple counter object. More...
 
struct  CountingConsumer
 
class  CountSelectedTracks
 
class  CustomPropertiesAlg
 Example on how to use custom property types. More...
 
class  Event
 Essential information of the event used in examples It can be identified by "/Event". More...
 
struct  EventCounter
 
struct  Eventually
 
class  EvtCollectionSelector
 Definition of a small class for further pre-selections when reading an event collection. More...
 
class  ExtendedProperties2
 simple DEMO-file for "extended vector properties", More...
 
struct  FloatDataConsumer
 
struct  FloatTool
 
struct  Foo
 
struct  FrExpTransformer
 
struct  FSMCallbackTestAlgo
 Example of usage of callbacks, when using CallbackHolder. More...
 
class  GaudiObjectHandler
 
class  HistoProps
 simple example, which illustrates the usage of "histogram properties" DO NOT USE. More...
 
struct  IMyTool
 
struct  IntDataConsumer
 
struct  IntDataProducer
 
struct  IntFloatToFloatData
 
struct  IntIntToFloatFloatData
 
struct  IntToFloatData
 
struct  IntVectorsMerger
 
struct  IntVectorsMergingConsumer
 
struct  IntVectorsToInts
 transform a vector of vector of int to a vector of int, where the output vector of in is scattered into the TES More...
 
struct  IntVectorsToIntVector
 Concatenates a list of input vectors into a single output vector. More...
 
struct  KeyedDataProducer
 
struct  LdExpTransformer
 
struct  MyConsumerTool
 
struct  MyData
 
struct  MyExampleTool
 
class  MyTrack
 
class  MyVertex
 Simple class that represents a vertex for testing purposes. More...
 
struct  OpaqueProducer
 
struct  OptFrExpTransformer
 
struct  OptionalSRangesMerger
 
struct  OptLdExpTransformer
 
class  PartPropAlg
 an algorithm to test the particle property service More...
 
struct  PIntVectorsToIntVector
 
struct  Prescaler
 
class  QueueingApplication
 
class  QueueingEventLoopMgr
 
struct  RangeProducer
 
class  ReadHandleAlg
 
struct  S
 
struct  SDataProducer
 
struct  SelectTracks
 
struct  ShrdPtrConsumer
 
struct  ShrdPtrProducer
 
struct  SRangesToIntVector
 
class  StringKeyEx
 Simple example which illustrate the usage of class StringKey. More...
 
class  SvcWithoutInterface
 
struct  TestAlg
 Simple algorithm useful as base class for tests. More...
 
struct  THDataConsumer
 
struct  THDataProducer
 
struct  THDataProducer2
 
struct  ToolConsumer
 
struct  TwoDMerger
 Concatenates a list of input vectors into a single output vector. More...
 
class  UseSvcWithoutInterface
 
struct  VectorDataProducer
 
struct  VectorDoubleProducer
 
struct  VoidConsumer
 
class  WriteHandleAlg
 

Typedefs

typedef KeyedContainer< MyTrackMyTrackVector
 
typedef KeyedContainer< MyVertexMyVertexVector
 
using BaseClass_t = Gaudi::Functional::Traits::BaseClass_t<Gaudi::Algorithm>
 
using int_container = KeyedContainer<KeyedObject<int>, Containers::HashMap>
 
using MyDataRange = Gaudi::Range_<MyData::ConstVector>
 

Functions

std::ostream & operator<< (std::ostream &s, const Event &obj)
 Output operator (ASCII)
 

Typedef Documentation

◆ BaseClass_t

◆ int_container

◆ MyDataRange

◆ MyTrackVector

Definition at line 127 of file MyTrack.h.

◆ MyVertexVector

Function Documentation

◆ operator<<()

std::ostream & Gaudi::TestSuite::operator<< ( std::ostream & s,
const Event & obj )
inline

Output operator (ASCII)

Definition at line 136 of file Event.h.

136{ return obj.fillStream( s ); }
std::ostream & fillStream(std::ostream &s) const override
Fill the output stream (ASCII)
Definition Event.h:113