CMS 3D CMS Logo

Public Member Functions | Private Attributes

hitfit::Constrained_Z_Args Class Reference

Hold on to parameters for the Constrained_Z class. More...

#include <Constrained_Z.h>

List of all members.

Public Member Functions

 Constrained_Z_Args (const Defaults &defs)
 Constructor, initialize from a Defaults object.
const Fourvec_Constrainer_Argsfourvec_constrainer_args () const
double zmass () const

Private Attributes

Fourvec_Constrainer_Args _fourvec_constrainer_args
double _zmass

Detailed Description

Hold on to parameters for the Constrained_Z class.

Definition at line 56 of file Constrained_Z.h.


Constructor & Destructor Documentation

hitfit::Constrained_Z_Args::Constrained_Z_Args ( const Defaults defs)

Constructor, initialize from a Defaults object.

param defs An instance of the Defaults object. The instance must the variables necessary to set up a fourvec_constrainer_args, and the following variables with types and names.

  • double zmass.

Definition at line 55 of file Constrained_Z.cc.

  : _zmass (defs.get_float ("zmass")),
    _fourvec_constrainer_args (defs)
{
}

Member Function Documentation

const Fourvec_Constrainer_Args & hitfit::Constrained_Z_Args::fourvec_constrainer_args ( ) const

Return the _fourvec_constrainer_args parameter.

Definition at line 79 of file Constrained_Z.cc.

References _fourvec_constrainer_args.

double hitfit::Constrained_Z_Args::zmass ( ) const

Return the _zmass parameter.

Definition at line 68 of file Constrained_Z.cc.

References _zmass.

Referenced by hitfit::Constrained_Z::Constrained_Z().

{
  return _zmass;
}

Member Data Documentation

Arguments for the subobjects, constraints among the four vectors in the event.

Definition at line 99 of file Constrained_Z.h.

Referenced by fourvec_constrainer_args().

The mass to which Z bosons should be fixed to.

Definition at line 93 of file Constrained_Z.h.

Referenced by zmass().