Herwig++
2.7.0
|
The ZAnalysis class is a simple example of using the interface to AcerDet to look at the Z mass at the hadron and detector levels. More...
#include <ZAnalysis.h>
Public Member Functions | |
ZAnalysis () | |
The default constructor. | |
ZAnalysis () | |
The default constructor. | |
Virtual functions required by the AnalysisHandler class. | |
virtual void | analyze (tEventPtr event, long ieve, int loop, int state) |
Analyze a given Event. | |
virtual void | analyze (tEventPtr event, long ieve, int loop, int state) |
Analyze a given Event. | |
Static Public Member Functions | |
static void | Init () |
The standard Init function used to initialize the interfaces. | |
static void | Init () |
The standard Init function used to initialize the interfaces. | |
Protected Member Functions | |
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. | |
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. | |
Standard Interfaced functions. | |
virtual void | dofinish () |
Finalize this object. | |
virtual void | dofinish () |
Finalize this object. | |
Private Member Functions | |
ZAnalysis & | operator= (const ZAnalysis &) |
The assignment operator is private and must never be called. | |
ZAnalysis & | operator= (const ZAnalysis &) |
The assignment operator is private and must never be called. | |
Private Attributes | |
Histogram | ZmassHadron_ |
Z mass at the hadron level. | |
Histogram | ZmassDetector_ |
Z mass at the detector level. | |
Static Private Attributes | |
static NoPIOClassDescription < ZAnalysis > | initZAnalysis |
The static object used to initialize the description of this class. |
The ZAnalysis class is a simple example of using the interface to AcerDet to look at the Z mass at the hadron and detector levels.
The ZAnalysis class is a simple example of using the interface to PGS to look at the Z mass at the hadron and detector levels.
Definition at line 22 of file AcerDetInterface/ZAnalysis.h.
virtual void Herwig::ZAnalysis::analyze | ( | tEventPtr | event, |
long | ieve, | ||
int | loop, | ||
int | state | ||
) | [virtual] |
Analyze a given Event.
Note that a fully generated event may be presented several times, if it has been manipulated in between. The default version of this function will call transform to make a lorentz transformation of the whole event, then extract all final state particles and call analyze(tPVector) of this analysis object and those of all associated analysis objects. The default version will not, however, do anything on events which have not been fully generated, or have been manipulated in any way.
event | pointer to the Event to be analyzed. |
ieve | the event number. |
loop | the number of times this event has been presented. If negative the event is now fully generated. |
state | a number different from zero if the event has been manipulated in some way since it was last presented. |
Reimplemented from Herwig::AcerDet.
virtual void Herwig::ZAnalysis::analyze | ( | tEventPtr | event, |
long | ieve, | ||
int | loop, | ||
int | state | ||
) | [virtual] |
Analyze a given Event.
Note that a fully generated event may be presented several times, if it has been manipulated in between. The default version of this function will call transform to make a lorentz transformation of the whole event, then extract all final state particles and call analyze(tPVector) of this analysis object and those of all associated analysis objects. The default version will not, however, do anything on events which have not been fully generated, or have been manipulated in any way.
event | pointer to the Event to be analyzed. |
ieve | the event number. |
loop | the number of times this event has been presented. If negative the event is now fully generated. |
state | a number different from zero if the event has been manipulated in some way since it was last presented. |
Reimplemented from Herwig::AcerDet.
virtual IBPtr Herwig::ZAnalysis::clone | ( | ) | const [protected, virtual] |
Make a simple clone of this object.
Reimplemented from Herwig::AcerDet.
virtual IBPtr Herwig::ZAnalysis::clone | ( | ) | const [protected, virtual] |
Make a simple clone of this object.
Reimplemented from Herwig::AcerDet.
virtual void Herwig::ZAnalysis::dofinish | ( | ) | [protected, virtual] |
Finalize this object.
Called in the run phase just after a run has ended. Used eg. to write out statistics.
Reimplemented from Herwig::AcerDet.
virtual void Herwig::ZAnalysis::dofinish | ( | ) | [protected, virtual] |
Finalize this object.
Called in the run phase just after a run has ended. Used eg. to write out statistics.
Reimplemented from Herwig::AcerDet.
virtual IBPtr Herwig::ZAnalysis::fullclone | ( | ) | const [protected, virtual] |
Make a clone of this object, possibly modifying the cloned object to make it sane.
Reimplemented from Herwig::AcerDet.
virtual IBPtr Herwig::ZAnalysis::fullclone | ( | ) | const [protected, virtual] |
Make a clone of this object, possibly modifying the cloned object to make it sane.
Reimplemented from Herwig::AcerDet.
static void Herwig::ZAnalysis::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 Herwig::AcerDet.
static void Herwig::ZAnalysis::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 Herwig::AcerDet.
The assignment operator is private and must never be called.
In fact, it should not even be implemented.
The assignment operator is private and must never be called.
In fact, it should not even be implemented.
static NoPIOClassDescription< ZAnalysis > Herwig::ZAnalysis::initZAnalysis [static, private] |
The static object used to initialize the description of this class.
Indicates that this is an concrete class without persistent data.
Definition at line 98 of file AcerDetInterface/ZAnalysis.h.