herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
FermionTest.h
1// -*- C++ -*-
2#ifndef HERWIG_FermionTest_H
3#define HERWIG_FermionTest_H
4//
5// This is the declaration of the FermionTest class.
6//
7
8#include "ThePEG/Handlers/AnalysisHandler.h"
9#include "Herwig/Utilities/Histogram.h"
10
11namespace Herwig {
12
13using namespace ThePEG;
14
22
23public:
24
44 virtual void analyze(tEventPtr event, long ieve, int loop, int state);
46
47public:
48
55 static void Init();
56
57protected:
58
65 virtual IBPtr clone() const;
66
71 virtual IBPtr fullclone() const;
73protected:
74
81 virtual void dofinish();
83
84private:
85
90 FermionTest & operator=(const FermionTest &) = delete;
91
92private:
93
97 map<int,HistogramPtr> _cos,_phi,_y,_pt;
98
99};
100
101}
102
103#endif /* HERWIG_FermionTest_H */
Here is the documentation of the FermionTest class.
Definition: FermionTest.h:21
static void Init()
The standard Init function used to initialize the interfaces.
virtual void analyze(tEventPtr event, long ieve, int loop, int state)
Analyze a given Event.
virtual void dofinish()
Finalize this object.
FermionTest & operator=(const FermionTest &)=delete
The assignment operator is private and must never be called.
map< int, HistogramPtr > _cos
Histograms.
Definition: FermionTest.h:97
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.
InitState state() const
-*- C++ -*-
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::Ptr< Event >::transient_pointer tEventPtr