Hold on to parameters for the Constrained_Z class. More...
#include <Constrained_Z.h>
Public Member Functions | |
Constrained_Z_Args (const Defaults &defs) | |
Constructor, initialize from a Defaults object. More... | |
const Fourvec_Constrainer_Args & | fourvec_constrainer_args () const |
double | zmass () const |
Private Attributes | |
Fourvec_Constrainer_Args | _fourvec_constrainer_args |
double | _zmass |
Hold on to parameters for the Constrained_Z class.
Definition at line 55 of file Constrained_Z.h.
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.
Definition at line 54 of file Constrained_Z.cc.
const Fourvec_Constrainer_Args & hitfit::Constrained_Z_Args::fourvec_constrainer_args | ( | ) | const |
Return the _fourvec_constrainer_args parameter.
Definition at line 78 of file Constrained_Z.cc.
References _fourvec_constrainer_args.
double hitfit::Constrained_Z_Args::zmass | ( | ) | const |
Return the _zmass parameter.
Definition at line 67 of file Constrained_Z.cc.
References _zmass.
Referenced by hitfit::Constrained_Z::Constrained_Z().
|
private |
Arguments for the subobjects, constraints among the four vectors in the event.
Definition at line 98 of file Constrained_Z.h.
Referenced by fourvec_constrainer_args().
|
private |
The mass to which Z bosons should be fixed to.
Definition at line 92 of file Constrained_Z.h.
Referenced by zmass().