|
LCFIVertex
0.7.2
|
Example jet variable that returns the number of tracks in the jet. More...
#include <pereventipfitter.h>


Public Member Functions | |
| 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... | |
| Vertex * | calculateFor (Event *MyEvent) const |
| Run the algorithm on an Event. More... | |
| 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... | |
| Vertex * | calculateFor (Event *MyEvent) const |
| Run the algorithm on an Event. More... | |
Additional Inherited Members | |
Public Types inherited from vertex_lcfi::Algo< Event *, Vertex * > | |
| typedef Vertex * | OutType |
| typedef Vertex * | OutType |
| typedef Event * | InType |
| typedef Event * | InType |
Protected Member Functions inherited from vertex_lcfi::Algo< Event *, Vertex * > | |
| void | badParameter (std::string Parameter) |
| void | badParameter (std::string Parameter) |
Example jet variable that returns the number of tracks in the jet.
Definition at line 21 of file include/vertex_lcfi/algo/inc/pereventipfitter.h.
Run the algorithm on an Event.
Calculate the DecayChain of the jet
| Event | Pointer to event to be analysed |
Implements vertex_lcfi::Algo< Event *, Vertex * >.
Definition at line 69 of file pereventipfitter.cpp.
References vertex_lcfi::MemoryManager< T >::Event(), vertex_lcfi::Event::interactionPoint(), vertex_lcfi::Event::interactionPointError(), vertex_lcfi::Vertex::isPrimary(), vertex_lcfi::Event::tracks(), vertex_lcfi::ZVTOP::CandidateVertex::trackStateList(), and vertex_lcfi::ZVTOP::CandidateVertex::trimByProb().
Run the algorithm on an Event.
Calculate the DecayChain of the jet
| Event | Pointer to event to be analysed |
Implements vertex_lcfi::Algo< Event *, Vertex * >.
|
virtual |
Name.
String name of the algorithm
Implements vertex_lcfi::Algo< Event *, Vertex * >.
|
virtual |
Name.
String name of the algorithm
Implements vertex_lcfi::Algo< Event *, Vertex * >.
Definition at line 31 of file pereventipfitter.cpp.
|
virtual |
Parameter Names.
A vector of the names of the algorithms parameters
Implements vertex_lcfi::Algo< Event *, Vertex * >.
Definition at line 36 of file pereventipfitter.cpp.
|
virtual |
Parameter Names.
A vector of the names of the algorithms parameters
Implements vertex_lcfi::Algo< Event *, Vertex * >.
|
virtual |
Parameter Values.
A vector of the values of the algorithms parameters, in the same order as parameter names
Implements vertex_lcfi::Algo< Event *, Vertex * >.
|
virtual |
Parameter Values.
A vector of the values of the algorithms parameters, in the same order as parameter names
Implements vertex_lcfi::Algo< Event *, Vertex * >.
Definition at line 43 of file pereventipfitter.cpp.
|
virtual |
Set Double Parameter.
Set a double parameter
| Parameter | String of parameter name |
| Value | double of parameter value |
Implements vertex_lcfi::Algo< Event *, Vertex * >.
Definition at line 55 of file pereventipfitter.cpp.
|
virtual |
Set Double Parameter.
Set a double parameter
| Parameter | String of parameter name |
| Value | double of parameter value |
Implements vertex_lcfi::Algo< Event *, Vertex * >.
|
virtual |
Set Pointer Parameter.
Set a pointer parameter
| Parameter | String of parameter name |
| Value | pointer to void |
Implements vertex_lcfi::Algo< Event *, Vertex * >.
Definition at line 64 of file pereventipfitter.cpp.
|
virtual |
Set Pointer Parameter.
Set a pointer parameter
| Parameter | String of parameter name |
| Value | pointer to void |
Implements vertex_lcfi::Algo< Event *, Vertex * >.
|
virtual |
Set String Parameter.
Set a string parameter
| Parameter | String of parameter name |
| Value | String of parameter value |
Implements vertex_lcfi::Algo< Event *, Vertex * >.
Definition at line 50 of file pereventipfitter.cpp.
|
virtual |
Set String Parameter.
Set a string parameter
| Parameter | String of parameter name |
| Value | String of parameter value |
Implements vertex_lcfi::Algo< Event *, Vertex * >.
1.8.6