#include <TMBMuonType.hpp>
Inheritance diagram for TMBMuonType:

Public Member Functions | |
| TMBMuonType () | |
| Default constructor. | |
| TMBMuonType (Double_t pT, Double_t eta, Double_t phi, Double_t err_pT, Double_t err_eta, Double_t err_phi, Int_t charge) | |
| Initializing constructor. | |
| ~TMBMuonType () | |
| Destructor. | |
| Int_t | charge () const |
| muon charge | |
| Double_t | tlm () const |
| muon tan(lambda) | |
| Double_t | err_phi () const |
| error on phi | |
| Double_t | err_eta () const |
| error on (physical) eta | |
| Double_t | err_pT () const |
| error on transverse momentum | |
| ClassDef (TMBMuonType, 1) | |
Private Attributes | |
| Int_t | _charge |
| charge of the muon | |
| Double_t | _err_pT |
| transverse momentum error | |
| Double_t | _err_phi |
| phi error | |
| Double_t | _err_eta |
| (physical) eta error | |
Definition at line 20 of file TMBMuonType.hpp.
|
|
Default constructor.
|
|
||||||||||||||||||||||||||||||||
|
Initializing constructor.
Definition at line 30 of file TMBMuonType.cpp. References MuonMass. |
|
|
Destructor.
Definition at line 39 of file TMBMuonType.hpp. |
|
|
muon charge
Definition at line 42 of file TMBMuonType.hpp. References _charge. Referenced by TMBMuon::charge(). |
|
||||||||||||
|
|
|
|
error on (physical) eta
Definition at line 48 of file TMBMuonType.hpp. References _err_eta. Referenced by TMBMuon::err_eta(). |
|
|
error on phi
Definition at line 46 of file TMBMuonType.hpp. References _err_phi. Referenced by TMBMuon::err_phi(). |
|
|
error on transverse momentum
Definition at line 50 of file TMBMuonType.hpp. References _err_pT. Referenced by TMBMuon::err_pT(). |
|
|
muon tan(lambda)
Definition at line 41 of file TMBMuonType.cpp. References TMBVector3::Theta(). Referenced by TMBMuon::tlm(). |
|
|
charge of the muon
Definition at line 23 of file TMBMuonType.hpp. Referenced by charge(). |
|
|
(physical) eta error
Definition at line 26 of file TMBMuonType.hpp. Referenced by err_eta(). |
|
|
phi error
Definition at line 25 of file TMBMuonType.hpp. Referenced by err_phi(). |
|
|
transverse momentum error
Definition at line 24 of file TMBMuonType.hpp. Referenced by err_pT(). |
1.3.4