LCFIVertex
0.7.2
|
Algorithm interface for decay chain construction or vertexing. More...
#include <zvkin.h>
Public Member Functions | |
ZVKIN () | |
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... | |
ZVKIN () | |
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 | |
![]() | |
typedef DecayChain * | OutType |
typedef DecayChain * | OutType |
typedef Jet * | InType |
typedef Jet * | InType |
![]() | |
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/zvkin.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 139 of file zvkin.cpp.
References vertex_lcfi::Jet::event(), vertex_lcfi::MemoryManager< T >::Event(), vertex_lcfi::Event::interactionPoint(), vertex_lcfi::Event::interactionPointError(), vertex_lcfi::Vertex::removeTrack(), 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 * >.