DESY Hbb Analysis Framework
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Analysis
Tools
interface
RecoMuon.h
Go to the documentation of this file.
1
#ifndef Analysis_Tools_RecoMuon_h
2
#define Analysis_Tools_RecoMuon_h 1
3
4
// -*- C++ -*-
5
//
6
// Package: Analysis/Tools
7
// Class: RecoMuon
8
//
16
//
17
// Original Author: Roberval Walsh Bastos Rangel
18
// Created: Fri, 25 May 2018 16:00:00 GMT
19
//
20
//
21
22
// system include files
23
#include <memory>
24
//
25
// user include files
26
#include "
Analysis/Tools/interface/Candidate.h
"
27
//
28
// class declaration
29
//
30
31
namespace
analysis
{
32
namespace
tools {
33
34
class
RecoMuon
:
public
Candidate
{
35
public
:
37
RecoMuon
();
39
RecoMuon
(
const
float
&
pt
,
const
float
&
eta
,
const
float
&
phi
,
const
float
&
e
,
const
float
&
q
);
41
~RecoMuon
();
42
// Gets
43
44
// Sets
45
protected
:
46
// ----------member data ---------------------------
47
48
private
:
49
// ----------member data ---------------------------
50
51
};
52
}
53
}
54
55
#endif // Analysis_Tools_RecoMuon_h
analysis::tools::Candidate::eta
float eta() const
returns the pseudorapidity
Definition:
Candidate.cc:134
analysis::tools::Candidate::e
float e() const
returns the energy
Definition:
Candidate.cc:136
analysis
Definition:
MssmHbbAnalyser.h:35
analysis::tools::Candidate
Definition:
Candidate.h:37
analysis::tools::RecoMuon::~RecoMuon
~RecoMuon()
destructor
Definition:
RecoMuon.cc:28
Candidate.h
analysis::tools::Candidate::phi
float phi() const
returns the azimuthal angle
Definition:
Candidate.cc:135
analysis::tools::RecoMuon::RecoMuon
RecoMuon()
default constructor
Definition:
RecoMuon.cc:21
analysis::tools::Candidate::pt
float pt() const
returns the transverse momentum
Definition:
Candidate.cc:133
analysis::tools::RecoMuon
Definition:
RecoMuon.h:34
analysis::tools::Candidate::q
int q() const
returns the charge
Definition:
Candidate.cc:139
Generated by
1.8.11