herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
GammaPMETest.h
1// -*- C++ -*-
2#ifndef HERWIG_GammaPMETest_H
3#define HERWIG_GammaPMETest_H
4//
5// This is the declaration of the GammaPMETest 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;
73
74protected:
75
82 virtual void doinitrun();
83
88 virtual void dofinish();
90
91private:
92
97 GammaPMETest & operator=(const GammaPMETest &) = delete;
98
99private:
100
104 HistogramPtr _rap,_phi,_pt,_mhat,_yhat;
105
106};
107
108}
109
110#endif /* HERWIG_GammaPMETest_H */
Here is the documentation of the GammaPMETest class.
Definition: GammaPMETest.h:21
virtual void doinitrun()
Initialize this object.
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
static void Init()
The standard Init function used to initialize the interfaces.
HistogramPtr _rap
Histograms.
Definition: GammaPMETest.h:104
GammaPMETest & operator=(const GammaPMETest &)=delete
The assignment operator is private and must never be called.
virtual void dofinish()
Finalize this object.
virtual void analyze(tEventPtr event, long ieve, int loop, int state)
Analyze a given Event.
virtual IBPtr clone() const
Make a simple clone of this object.
InitState state() const
-*- C++ -*-
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::Ptr< Event >::transient_pointer tEventPtr