herwig is hosted by Hepforge, IPPP Durham
Herwig++  2.7.0
Analysis2::EventExtractor Class Reference

#include <EventExtractor.h>

Inheritance diagram for Analysis2::EventExtractor:

List of all members.

Public Member Functions

virtual void prepare ()
void use (tcEventPtr ev)
tcEventPtr lastEvent () const
virtual EventExtractoroperator>> (pair< vector< Lorentz5Momentum >, double > &ev)
 operator bool () const
bool operator! () const
Standard constructors and destructors.
 EventExtractor ()
 The default constructor.
virtual ~EventExtractor ()
 The destructor.
Functions used by the persistent I/O system.
void persistentOutput (PersistentOStream &os) const
 Function used to write out object persistently.
void persistentInput (PersistentIStream &is, int version)
 Function used to read in object persistently.

Static Public Member Functions

static void Init ()
 The standard Init function used to initialize the interfaces.

Protected Member Functions

bool & ok ()
Clone Methods.
virtual IBPtr clone () const
 Make a simple clone of this object.
virtual IBPtr fullclone () const
 Make a clone of this object, possibly modifying the cloned object to make it sane.

Private Member Functions

EventExtractoroperator= (const EventExtractor &)
 The assignment operator is private and must never be called.

Private Attributes

tcEventPtr _lastEvent
 the event to be analysed
bool _ok
 stream state
bool _doneEvent
vector< Lorentz5Momentum > _lastMomenta
 last final state momenta
double _lastWeight
 last weight

Static Private Attributes

static ClassDescription
< EventExtractor
initEventExtractor
 The static object used to initialize the description of this class.

Detailed Description

Author:
Simon Plaetzer
See also:
The interfaces defined for EventExtractor.

Definition at line 27 of file EventExtractor.h.


Member Function Documentation

virtual IBPtr Analysis2::EventExtractor::clone ( ) const [inline, protected, virtual]

Make a simple clone of this object.

Returns:
a pointer to the new object.

Implements ThePEG::InterfacedBase.

Definition at line 113 of file EventExtractor.h.

virtual IBPtr Analysis2::EventExtractor::fullclone ( ) const [inline, protected, virtual]

Make a clone of this object, possibly modifying the cloned object to make it sane.

Returns:
a pointer to the new object.

Reimplemented from ThePEG::InterfacedBase.

Definition at line 119 of file EventExtractor.h.

static void Analysis2::EventExtractor::Init ( ) [static]

The standard Init function used to initialize the interfaces.

Called exactly once for each class by the class description system before the main function starts or when this class is dynamically loaded.

Reimplemented from ThePEG::Interfaced.

EventExtractor& Analysis2::EventExtractor::operator= ( const EventExtractor ) [private]

The assignment operator is private and must never be called.

In fact, it should not even be implemented.

Function used to read in object persistently.

Parameters:
isthe persistent input stream read from.
versionthe version number of the object when written.

Reimplemented from ThePEG::Interfaced.

Function used to write out object persistently.

Parameters:
osthe persistent output stream written to.

Reimplemented from ThePEG::Interfaced.


Member Data Documentation

The static object used to initialize the description of this class.

Indicates that this is an abstract class with persistent data.

Definition at line 142 of file EventExtractor.h.


The documentation for this class was generated from the following file: