DESY Hbb Analysis Framework
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Analysis
Tools
src
RecoMuon.cc
Go to the documentation of this file.
1
// system include files
2
//
3
// user include files
4
#include "FWCore/Framework/interface/Event.h"
5
//
6
#include "FWCore/ParameterSet/interface/ParameterSet.h"
7
8
#include "
Analysis/Tools/interface/RecoMuon.h
"
9
10
11
//
12
// class declaration
13
//
14
15
using namespace
analysis
;
16
using namespace
analysis::tools
;
17
18
//
19
// constructors and destructor
20
//
21
RecoMuon::RecoMuon
() :
Candidate
()
22
{
23
}
24
RecoMuon::RecoMuon
(
const
float
&
pt
,
const
float
&
eta
,
const
float
&
phi
,
const
float
&
e
,
const
float
&
q
) :
25
Candidate
(pt,eta,phi,e,q)
26
{
27
}
28
RecoMuon::~RecoMuon
()
29
{
30
// do anything here that needs to be done at desctruction time
31
// (e.g. close files, deallocate resources etc.)
32
}
33
34
35
//
36
// member functions
37
//
38
39
// Gets
40
41
// Sets
42
43
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
Definition:
Analyser.h:38
RecoMuon.h
analysis::tools::Candidate
Definition:
Candidate.h:37
analysis::tools::RecoMuon::~RecoMuon
~RecoMuon()
destructor
Definition:
RecoMuon.cc:28
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::Candidate::q
int q() const
returns the charge
Definition:
Candidate.cc:139
Generated by
1.8.11