Hold on to parameters for the Constrained_Top class. More...
#include <Constrained_Top.h>
Public Member Functions | |
double | bmass () const |
Constrained_Top_Args (const Defaults &defs) | |
bool | equal_side () const |
const Fourvec_Constrainer_Args & | fourvec_constrainer_args () const |
Private Attributes | |
double | _bmass |
bool | _equal_side |
Fourvec_Constrainer_Args | _fourvec_constrainer_args |
Hold on to parameters for the Constrained_Top class.
Definition at line 57 of file Constrained_Top.h.
hitfit::Constrained_Top_Args::Constrained_Top_Args | ( | const Defaults & | defs | ) |
Constructor.
defs | An instance of defaults objects. The instance must contain the variables necessary to set up a fourvec_constrainer_args, and the following variables with types and names.
|
Definition at line 58 of file Constrained_Top.cc.
double hitfit::Constrained_Top_Args::bmass | ( | ) | const |
Return the _bmass parameter.
Definition at line 73 of file Constrained_Top.cc.
References _bmass.
Referenced by hitfit::Constrained_Top::constrain().
bool hitfit::Constrained_Top_Args::equal_side | ( | ) | const |
Return the _equal_side parameter.
Definition at line 93 of file Constrained_Top.cc.
References _equal_side.
Referenced by hitfit::Constrained_Top::Constrained_Top().
const Fourvec_Constrainer_Args & hitfit::Constrained_Top_Args::fourvec_constrainer_args | ( | ) | const |
Return the _fourvec_constrainer_args parameter.
Definition at line 84 of file Constrained_Top.cc.
References _fourvec_constrainer_args.
|
private |
The mass to which -quark jets should be fixed.
Definition at line 103 of file Constrained_Top.h.
Referenced by bmass().
|
private |
If true, requires that the leptonic side and hadronic side of event to have equal mass.
Definition at line 115 of file Constrained_Top.h.
Referenced by equal_side().
|
private |
Arguments for the subobjects, constraints among the four vectors in the event.
Definition at line 109 of file Constrained_Top.h.
Referenced by fourvec_constrainer_args().