herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
Analysis
HiggsJetAnalysis.h
1
// -*- C++ -*-
2
//
3
// HiggsJetAnalysis.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_HiggsJetAnalysis_H
10
#define HERWIG_HiggsJetAnalysis_H
11
//
12
// This is the declaration of the HiggsJetAnalysis 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
HiggsJetAnalysis
:
public
AnalysisHandler
{
32
33
public
:
34
40
HiggsJetAnalysis
();
42
43
public
:
44
64
virtual
void
analyze
(
tEventPtr
event,
long
ieve,
int
loop,
int
state
);
66
67
public
:
68
75
static
void
Init
();
76
77
protected
:
78
85
virtual
IBPtr
clone
()
const
{
return
new_ptr(*
this
);}
86
91
virtual
IBPtr
fullclone
()
const
{
return
new_ptr(*
this
);}
93
94
protected
:
95
102
virtual
void
dofinish
();
103
104
private
:
105
110
HiggsJetAnalysis
&
operator=
(
const
HiggsJetAnalysis
&) =
delete
;
111
112
private
:
116
Histogram
_pth
;
117
Histogram
_pthZoom;
118
122
Histogram
_raph
;
123
127
Histogram
_phih
;
128
129
};
130
131
}
132
133
#endif
/* HERWIG_HiggsJetAnalysis_H */
Herwig::HiggsJetAnalysis
HiggsJetAnalysis assumes that there is one Higgs in the final state and books some observables comput...
Definition:
HiggsJetAnalysis.h:31
Herwig::HiggsJetAnalysis::dofinish
virtual void dofinish()
Finalize this object.
Herwig::HiggsJetAnalysis::_raph
Histogram _raph
Rapidity of h.
Definition:
HiggsJetAnalysis.h:122
Herwig::HiggsJetAnalysis::_phih
Histogram _phih
Azimuth of h.
Definition:
HiggsJetAnalysis.h:127
Herwig::HiggsJetAnalysis::fullclone
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Definition:
HiggsJetAnalysis.h:91
Herwig::HiggsJetAnalysis::HiggsJetAnalysis
HiggsJetAnalysis()
The default constructor.
Herwig::HiggsJetAnalysis::Init
static void Init()
The standard Init function used to initialize the interfaces.
Herwig::HiggsJetAnalysis::analyze
virtual void analyze(tEventPtr event, long ieve, int loop, int state)
Analyze a given Event.
Herwig::HiggsJetAnalysis::operator=
HiggsJetAnalysis & operator=(const HiggsJetAnalysis &)=delete
The assignment operator is private and must never be called.
Herwig::HiggsJetAnalysis::_pth
Histogram _pth
of the h boson
Definition:
HiggsJetAnalysis.h:116
Herwig::HiggsJetAnalysis::clone
virtual IBPtr clone() const
Make a simple clone of this object.
Definition:
HiggsJetAnalysis.h:85
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