The Gaudi Framework  master (d98a2936)
GaudiTestSuite::GaudiPPS Struct Reference

Small algorithm using Gaudi::ParticlePropertySvc. More...

Inheritance diagram for GaudiTestSuite::GaudiPPS:
Collaboration diagram for GaudiTestSuite::GaudiPPS:

Public Member Functions

StatusCode initialize () override
 
void operator() () const override
 

Detailed Description

Small algorithm using Gaudi::ParticlePropertySvc.

Author
Marco CLEMENCIC
Date
2008-05-23

Definition at line 20 of file GaudiPPS.cpp.

Member Function Documentation

◆ initialize()

StatusCode GaudiTestSuite::GaudiPPS::initialize ( )
inlineoverride

Definition at line 23 of file GaudiPPS.cpp.

23  {
24  return Consumer::initialize().andThen( [&] {
26  if ( msgLevel( MSG::DEBUG ) ) debug() << "==> Initialize" << endmsg;
27  auto pps = service<IParticlePropertySvc>( "Gaudi::ParticlePropertySvc", true );
28  } );
29  }

◆ operator()()

void GaudiTestSuite::GaudiPPS::operator() ( ) const
inlineoverride

Definition at line 30 of file GaudiPPS.cpp.

30  {
31  if ( msgLevel( MSG::DEBUG ) ) debug() << "==> Execute" << endmsg;
32  }

The documentation for this struct was generated from the following file:
MSG::DEBUG
@ DEBUG
Definition: IMessageSvc.h:22
Gaudi::Interfaces::IParticlePropertySvc
Definition: IParticlePropertySvc.h:29
endmsg
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:198