|
LCFIVertex
0.7.2
|
Algorithm interface for decay chain construction or vertexing. More...
#include <zvres.h>


Public Member Functions | |
| ZVRES () | |
| Default Constructor. | |
| string | name () const |
| Name. More... | |
| std::vector< string > | parameterNames () const |
| Parameter Names. More... | |
| std::vector< string > | parameterValues () const |
| Parameter Values. More... | |
| void | setStringParameter (const string &Parameter, const string &Value) |
| Set String Parameter. More... | |
| void | setDoubleParameter (const string &Parameter, const double Value) |
| Set Double Parameter. More... | |
| void | setPointerParameter (const string &Parameter, void *Value) |
| Set Pointer Parameter. More... | |
| DecayChain * | calculateFor (Jet *MyJet) const |
| Run the algorithm on a jet. More... | |
| ZVRES () | |
| Default Constructor. | |
| string | name () const |
| Name. More... | |
| std::vector< string > | parameterNames () const |
| Parameter Names. More... | |
| std::vector< string > | parameterValues () const |
| Parameter Values. More... | |
| void | setStringParameter (const string &Parameter, const string &Value) |
| Set String Parameter. More... | |
| void | setDoubleParameter (const string &Parameter, const double Value) |
| Set Double Parameter. More... | |
| void | setPointerParameter (const string &Parameter, void *Value) |
| Set Pointer Parameter. More... | |
| DecayChain * | calculateFor (Jet *MyJet) const |
| Run the algorithm on a jet. More... | |
Additional Inherited Members | |
Public Types inherited from vertex_lcfi::Algo< Jet *, DecayChain * > | |
| typedef DecayChain * | OutType |
| typedef DecayChain * | OutType |
| typedef Jet * | InType |
| typedef Jet * | InType |
Protected Member Functions inherited from vertex_lcfi::Algo< Jet *, DecayChain * > | |
| void | badParameter (std::string Parameter) |
| void | badParameter (std::string Parameter) |
Algorithm interface for decay chain construction or vertexing.
Description
Definition at line 24 of file include/vertex_lcfi/algo/inc/zvres.h.
|
virtual |
Run the algorithm on a jet.
Calculate the DecayChain of the jet
| Jet | Pointer to jet to be analysed |
Implements vertex_lcfi::Algo< Jet *, DecayChain * >.
Definition at line 160 of file zvres.cpp.
References vertex_lcfi::Jet::event(), vertex_lcfi::MemoryManager< T >::Event(), vertex_lcfi::ZVTOP::VertexFinderClassic::findVertices(), vertex_lcfi::Event::interactionPoint(), vertex_lcfi::Event::interactionPointError(), and vertex_lcfi::Jet::tracks().
|
virtual |
Run the algorithm on a jet.
Calculate the DecayChain of the jet
| Jet | Pointer to jet to be analysed |
Implements vertex_lcfi::Algo< Jet *, DecayChain * >.
|
virtual |
Name.
String name of the algorithm
Implements vertex_lcfi::Algo< Jet *, DecayChain * >.
|
virtual |
Name.
String name of the algorithm
Implements vertex_lcfi::Algo< Jet *, DecayChain * >.
|
virtual |
Parameter Names.
A vector of the names of the algorithms parameters
Implements vertex_lcfi::Algo< Jet *, DecayChain * >.
|
virtual |
Parameter Names.
A vector of the names of the algorithms parameters
Implements vertex_lcfi::Algo< Jet *, DecayChain * >.
|
virtual |
Parameter Values.
A vector of the values of the algorithms parameters, in the same order as parameter names
Implements vertex_lcfi::Algo< Jet *, DecayChain * >.
|
virtual |
Parameter Values.
A vector of the values of the algorithms parameters, in the same order as parameter names
Implements vertex_lcfi::Algo< Jet *, DecayChain * >.
|
virtual |
Set Double Parameter.
Set a double parameter
| Parameter | String of parameter name |
| Value | double of parameter value |
Implements vertex_lcfi::Algo< Jet *, DecayChain * >.
|
virtual |
Set Double Parameter.
Set a double parameter
| Parameter | String of parameter name |
| Value | double of parameter value |
Implements vertex_lcfi::Algo< Jet *, DecayChain * >.
|
virtual |
Set Pointer Parameter.
Set a pointer parameter
| Parameter | String of parameter name |
| Value | pointer to void |
Implements vertex_lcfi::Algo< Jet *, DecayChain * >.
|
virtual |
Set Pointer Parameter.
Set a pointer parameter
| Parameter | String of parameter name |
| Value | pointer to void |
Implements vertex_lcfi::Algo< Jet *, DecayChain * >.
|
virtual |
Set String Parameter.
Set a string parameter
| Parameter | String of parameter name |
| Value | String of parameter value |
Implements vertex_lcfi::Algo< Jet *, DecayChain * >.
|
virtual |
Set String Parameter.
Set a string parameter
| Parameter | String of parameter name |
| Value | String of parameter value |
Implements vertex_lcfi::Algo< Jet *, DecayChain * >.
1.8.6