herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
Analysis
GammaJetAnalysis.h
1
// -*- C++ -*-
2
//
3
// GammaJetAnalysis.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_GammaJetAnalysis_H
10
#define HERWIG_GammaJetAnalysis_H
11
//
12
// This is the declaration of the GammaJetAnalysis class.
13
//
14
15
#include "ThePEG/Repository/CurrentGenerator.h"
16
#include "ThePEG/Handlers/AnalysisHandler.h"
17
#include "Herwig/Utilities/Histogram.h"
18
19
namespace
Herwig
{
20
21
using namespace
ThePEG
;
22
31
class
GammaJetAnalysis
:
public
AnalysisHandler
{
32
33
public
:
34
38
GammaJetAnalysis
();
39
59
virtual
void
analyze
(
tEventPtr
event,
long
ieve,
int
loop,
int
state
);
61
62
public
:
63
70
static
void
Init
();
71
72
protected
:
73
80
virtual
IBPtr
clone
()
const
{
return
new_ptr(*
this
);}
81
86
virtual
IBPtr
fullclone
()
const
{
return
new_ptr(*
this
);}
88
89
protected
:
90
97
virtual
void
dofinish
();
98
99
private
:
100
105
GammaJetAnalysis
&
operator=
(
const
GammaJetAnalysis
&) =
delete
;
106
107
private
:
111
Histogram
_ptg
;
112
Histogram
_ptgZoom;
113
117
Histogram
_Eg
;
118
122
Histogram
_rapg
;
123
127
Histogram
_phig
;
128
129
};
130
131
}
132
133
#endif
/* HERWIG_GammaJetAnalysis_H */
Herwig::GammaJetAnalysis
GammaJetAnalysis selects the photon with the hightest pt in the final state and books a number of his...
Definition:
GammaJetAnalysis.h:31
Herwig::GammaJetAnalysis::GammaJetAnalysis
GammaJetAnalysis()
The default constructor.
Herwig::GammaJetAnalysis::fullclone
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Definition:
GammaJetAnalysis.h:86
Herwig::GammaJetAnalysis::analyze
virtual void analyze(tEventPtr event, long ieve, int loop, int state)
Analyze a given Event.
Herwig::GammaJetAnalysis::Init
static void Init()
The standard Init function used to initialize the interfaces.
Herwig::GammaJetAnalysis::clone
virtual IBPtr clone() const
Make a simple clone of this object.
Definition:
GammaJetAnalysis.h:80
Herwig::GammaJetAnalysis::_Eg
Histogram _Eg
Energy of the photon.
Definition:
GammaJetAnalysis.h:117
Herwig::GammaJetAnalysis::_rapg
Histogram _rapg
Rapidity of the photon.
Definition:
GammaJetAnalysis.h:122
Herwig::GammaJetAnalysis::operator=
GammaJetAnalysis & operator=(const GammaJetAnalysis &)=delete
The assignment operator is private and must never be called.
Herwig::GammaJetAnalysis::dofinish
virtual void dofinish()
Finalize this object.
Herwig::GammaJetAnalysis::_phig
Histogram _phig
Azimuth of the photon.
Definition:
GammaJetAnalysis.h:127
Herwig::GammaJetAnalysis::_ptg
Histogram _ptg
of the photon
Definition:
GammaJetAnalysis.h:111
Herwig::Histogram
The Histogram class is a simple histogram for the Analysis handlers.
Definition:
Histogram.h:43
ThePEG::AnalysisHandler
ThePEG::InterfacedBase::state
InitState state() const
Herwig
-*- C++ -*-
Definition:
BasicConsistency.h:17
ThePEG
ThePEG::IBPtr
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::tEventPtr
ThePEG::Ptr< Event >::transient_pointer tEventPtr
Generated on Thu Jun 20 2024 17:50:52 for Herwig by
1.9.6