herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
Analysis
LEPEventShapes.h
1
// -*- C++ -*-
2
//
3
// LEPEventShapes.h is a part of Herwig - A multi-purpose Monte Carlo event generator
4
// Copyright (C) 2002-2019 The Herwig Collaboration
5
//
6
// Herwig is licenced under version 3 of the GPL, see COPYING for details.
7
// Please respect the MCnet academic guidelines, see GUIDELINES for details.
8
//
9
#ifndef HERWIG_LEPEventShapes_H
10
#define HERWIG_LEPEventShapes_H
11
//
12
// This is the declaration of the LEPEventShapes class.
13
//
14
15
#include "ThePEG/Handlers/AnalysisHandler.h"
16
#include "ThePEG/Vectors/Lorentz5Vector.h"
17
#include "EventShapes.h"
18
#include "Herwig/Utilities/Histogram.h"
19
20
namespace
Herwig
{
21
22
using namespace
ThePEG
;
23
32
class
LEPEventShapes
:
public
AnalysisHandler
{
33
34
public
:
35
55
virtual
void
analyze
(
tEventPtr
event,
long
ieve,
int
loop,
int
state
);
56
63
virtual
LorentzRotation
transform
(
tEventPtr
event)
const
;
64
70
virtual
void
analyze
(
const
tPVector
& particles);
71
72
using
AnalysisHandler::analyze
;
74
75
public
:
76
83
void
persistentOutput
(
PersistentOStream
& os)
const
;
84
90
void
persistentInput
(
PersistentIStream
& is,
int
version);
92
99
static
void
Init
();
100
101
protected
:
102
109
virtual
IBPtr
clone
()
const
{
return
new_ptr(*
this
);}
110
115
virtual
IBPtr
fullclone
()
const
{
return
new_ptr(*
this
);}
117
118
protected
:
119
126
virtual
void
doinitrun
();
127
132
virtual
void
dofinish
();
134
135
private
:
136
141
LEPEventShapes
&
operator=
(
const
LEPEventShapes
&) =
delete
;
142
143
private
:
144
148
HistogramPtr
_omthr
;
149
153
HistogramPtr
_maj
;
154
158
HistogramPtr
_min
;
159
163
HistogramPtr
_obl
;
164
168
HistogramPtr
_sph
;
169
173
HistogramPtr
_apl
;
174
178
HistogramPtr
_pla
;
179
183
HistogramPtr
_c
;
184
188
HistogramPtr
_d
;
189
193
HistogramPtr
_mhi
;
194
198
HistogramPtr
_mlo
;
199
203
HistogramPtr
_mdiff
;
204
208
HistogramPtr
_bmax
;
209
213
HistogramPtr
_bmin
;
214
218
HistogramPtr
_bsum
;
219
223
HistogramPtr
_bdiff
;
224
228
EventShapesPtr
_shapes
;
229
};
230
231
}
232
233
#endif
/* HERWIG_LEPEventShapes_H */
Herwig::LEPEventShapes
The LEPEventShapes class performs the analysis of global event shapes and compares with LEP data.
Definition:
LEPEventShapes.h:32
Herwig::LEPEventShapes::fullclone
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Definition:
LEPEventShapes.h:115
Herwig::LEPEventShapes::_omthr
HistogramPtr _omthr
Histogram for distribution.
Definition:
LEPEventShapes.h:148
Herwig::LEPEventShapes::_c
HistogramPtr _c
Histogram for the C distribution.
Definition:
LEPEventShapes.h:183
Herwig::LEPEventShapes::_min
HistogramPtr _min
Histogram for the minor distribution.
Definition:
LEPEventShapes.h:158
Herwig::LEPEventShapes::_maj
HistogramPtr _maj
Histogram for the major distribution.
Definition:
LEPEventShapes.h:153
Herwig::LEPEventShapes::analyze
virtual void analyze(tEventPtr event, long ieve, int loop, int state)
Analyze a given Event.
Herwig::LEPEventShapes::persistentInput
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
Herwig::LEPEventShapes::doinitrun
virtual void doinitrun()
Initialize this object.
Herwig::LEPEventShapes::_bmax
HistogramPtr _bmax
Histogram for the distribution.
Definition:
LEPEventShapes.h:208
Herwig::LEPEventShapes::_sph
HistogramPtr _sph
Histogram for the sphericity distribution.
Definition:
LEPEventShapes.h:168
Herwig::LEPEventShapes::_mdiff
HistogramPtr _mdiff
Histogram for the distribution.
Definition:
LEPEventShapes.h:203
Herwig::LEPEventShapes::_bmin
HistogramPtr _bmin
Histogram for the distribution.
Definition:
LEPEventShapes.h:213
Herwig::LEPEventShapes::_d
HistogramPtr _d
Histogram for the D distribution.
Definition:
LEPEventShapes.h:188
Herwig::LEPEventShapes::Init
static void Init()
The standard Init function used to initialize the interfaces.
Herwig::LEPEventShapes::_obl
HistogramPtr _obl
Histogram for the oblateness distribution.
Definition:
LEPEventShapes.h:163
Herwig::LEPEventShapes::_shapes
EventShapesPtr _shapes
Pointer to the object which calculates the event shapes.
Definition:
LEPEventShapes.h:228
Herwig::LEPEventShapes::_apl
HistogramPtr _apl
Histogram for the aplanarity distribution.
Definition:
LEPEventShapes.h:173
Herwig::LEPEventShapes::_bsum
HistogramPtr _bsum
Histogram for the distribution.
Definition:
LEPEventShapes.h:218
Herwig::LEPEventShapes::_mhi
HistogramPtr _mhi
Histogram for the distribution.
Definition:
LEPEventShapes.h:193
Herwig::LEPEventShapes::clone
virtual IBPtr clone() const
Make a simple clone of this object.
Definition:
LEPEventShapes.h:109
Herwig::LEPEventShapes::dofinish
virtual void dofinish()
Finalize this object.
Herwig::LEPEventShapes::operator=
LEPEventShapes & operator=(const LEPEventShapes &)=delete
The assignment operator is private and must never be called.
Herwig::LEPEventShapes::_pla
HistogramPtr _pla
Histogram for the planarity distribution.
Definition:
LEPEventShapes.h:178
Herwig::LEPEventShapes::persistentOutput
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
Herwig::LEPEventShapes::analyze
virtual void analyze(const tPVector &particles)
Analyze the given vector of particles.
Herwig::LEPEventShapes::_mlo
HistogramPtr _mlo
Histogram for the distribution.
Definition:
LEPEventShapes.h:198
Herwig::LEPEventShapes::transform
virtual LorentzRotation transform(tEventPtr event) const
Transform the event to the desired Lorentz frame and return the corresponding LorentzRotation.
Herwig::LEPEventShapes::_bdiff
HistogramPtr _bdiff
Histogram for the distribution.
Definition:
LEPEventShapes.h:223
ThePEG::AnalysisHandler
ThePEG::AnalysisHandler::analyze
virtual void analyze(tEventPtr event, long ieve, int loop, int state)
ThePEG::InterfacedBase::state
InitState state() const
ThePEG::LorentzRotation
ThePEG::PersistentIStream
ThePEG::PersistentOStream
Herwig
-*- C++ -*-
Definition:
BasicConsistency.h:17
ThePEG
ThePEG::IBPtr
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::tEventPtr
ThePEG::Ptr< Event >::transient_pointer tEventPtr
ThePEG::tPVector
vector< tPPtr > tPVector
Generated on Thu Jun 20 2024 17:50:52 for Herwig by
1.9.6