9 #ifndef THEPEG_GraphvizPlot_H
10 #define THEPEG_GraphvizPlot_H
15 #include "ThePEG/Repository/CurrentGenerator.h"
16 #include "ThePEG/Handlers/AnalysisHandler.h"
153 #include "ThePEG/Utilities/ClassTraits.h"
162 struct BaseClassTrait<GraphvizPlot,1> {
164 typedef AnalysisHandler
NthBase;
170 struct ClassTraits<GraphvizPlot>
171 :
public ClassTraitsBase<GraphvizPlot> {
173 static string className() {
return "ThePEG::GraphvizPlot"; }
177 static string library() {
return "GraphvizPlot.so"; }
static void Init()
The standard Init function used to initialize the interfaces.
Ptr< T >::pointer new_ptr()
Simple interface to the PtrTraits
::create()
PersistentIStream is used to read persistent objects from a stream where they were previously written...
bool _quiet
Tell the object not to write out messages to the standard output.
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
GraphvizPlot & operator=(const GraphvizPlot &)
The assignment operator is private and must never be called.
A concreate implementation of ClassDescriptionBase describing a concrete class with persistent data...
PersistentOStream is used to write objects persistently to a stream from which they can be read in ag...
TransientConstRCPtr is a simple wrapper around a bare const pointer which can be assigned to and from...
The GraphvizPlot class generates an output of the tree structure of the event which can be viewed usi...
TransientRCPtr is a simple wrapper around a bare pointer which can be assigned to and from an RCPtr a...
This is the main namespace within which all identifiers in ThePEG are declared.
The AnalysisHandler is the base class of all analysis objects which may be handled by the FullEventGe...
virtual IBPtr clone() const
Make a simple clone of this object.
virtual void analyze(tEventPtr event, long ieve, int loop, int state)
Analyze a given Event.
static string library()
The name of a file containing the dynamic library where the class T is implemented.
string particleName(tcPPtr) const
Helper function to obtain the name of a particle.
RCPtr is a reference counted (smart) pointer.
GraphvizPlot()
The default constructor.
long _eventNumber
Event number that should be drawn.
InitState state() const
Return the state of initialization of this object.
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
static ClassDescription< GraphvizPlot > initGraphvizPlot
The static object used to initialize the description of this class.
static string className()
Return the name of class T.
int NthBase
The type of the BaseN'th base class (int means there are no further base classes).
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
virtual void dofinish()
Finalize this object.