Stores a missing transverse energy object and the corresponding significance and corrections.
More...
|
| | Met () |
| |
| virtual | ~Met () |
| |
| virtual void | Print () const |
| |
std::map< std::size_t,
ic::Met::BasicMet > const & | shifted_mets () const |
| | The vector of shifted mets. More...
|
| |
std::map< std::size_t,
ic::Met::BasicMet > const & | corrected_mets () const |
| | map of MET corrections. More...
|
| |
| ic::Met::BasicMet | GetCorrectedMet (std::string const &name) const |
| | Returns a specific correction factor if name is defined, otherwise returns zero. More...
|
| |
| ic::Met::BasicMet | GetShiftedMet (std::string const &name) const |
| | Returns a specific correction factor if name is defined, otherwise returns zero. More...
|
| |
| void | set_shiftedmets (std::map< std::size_t, ic::Met::BasicMet > const &shiftedmets) |
| |
| void | set_correctedmets (std::map< std::size_t, ic::Met::BasicMet > const &cormets) |
| |
| void | SetCorrectedMet (std::string const &name, ic::Met::BasicMet const &value) |
| | Store a corrected met, overwriting any existing value with label name More...
|
| |
| void | SetShiftedMet (std::string const &name, ic::Met::BasicMet const &value) |
| | Store a shifted met, overwriting any existing value with label name More...
|
| |
| | ClassDef (Met, 5) |
| |
|
| double | sum_et () const |
| | Scalar sum of transverse energies for all input objects. More...
|
| |
| double | et_sig () const |
| | Signifiance of the missing transverse energy. More...
|
| |
| double | xx_sig () const |
| | The \(xx\) component of the significance matrix. More...
|
| |
| double | xy_sig () const |
| | The \(xy\) component of the significance matrix. More...
|
| |
| double | yx_sig () const |
| | The \(yx\) component of the significance matrix. More...
|
| |
| double | yy_sig () const |
| | The \(yy\) component of the significance matrix. More...
|
| |
|
| void | set_sum_et (double const &sum_et) |
| | Scalar sum of transverse energies for all input objects. More...
|
| |
| void | set_et_sig (double const &et_sig) |
| | Signifiance of the missing transverse energy. More...
|
| |
| void | set_xx_sig (double const &xx_sig) |
| | The \(xx\) component of the significance matrix. More...
|
| |
| void | set_xy_sig (double const &xy_sig) |
| | The \(xy\) component of the significance matrix. More...
|
| |
| void | set_yx_sig (double const &yx_sig) |
| | The \(yx\) component of the significance matrix. More...
|
| |
| void | set_yy_sig (double const &yy_sig) |
| | The \(yy\) component of the significance matrix. More...
|
| |
Public Member Functions inherited from ic::Candidate |
| | Candidate () |
| |
| virtual | ~Candidate () |
| |
| | ClassDef (Candidate, 2) |
| |
| Vector const & | vector () const |
| | Four-momentum. More...
|
| |
| std::size_t | id () const |
| | Unique identifier. More...
|
| |
| double | pt () const |
| | Direct access to the \( p_{\text{T}} \). More...
|
| |
| double | eta () const |
| | Direct access to \( \eta \). More...
|
| |
| double | phi () const |
| | Direct access to \( \phi \). More...
|
| |
| double | energy () const |
| | Direct access to the energy. More...
|
| |
| int | charge () const |
| | Electric charge. More...
|
| |
| double | M () const |
| | Calculates the candidate mass. More...
|
| |
| void | set_vector (Vector const &vector) |
| | Four-momentum. More...
|
| |
| void | set_id (std::size_t const &id) |
| | Unique identifier. More...
|
| |
| void | set_pt (double const &pt) |
| | Direct access to the \( p_{\text{T}} \). More...
|
| |
| void | set_eta (double const &eta) |
| | Direct access to \( \eta \). More...
|
| |
| void | set_phi (double const &phi) |
| | Direct access to \( \phi \). More...
|
| |
| void | set_energy (double const &energy) |
| | Direct access to the energy. More...
|
| |
| void | set_charge (int const &charge) |
| | Electric charge. More...
|
| |
Stores a missing transverse energy object and the corresponding significance and corrections.
Definition at line 15 of file Met.hh.