LCFIVertex  0.7.2
Public Member Functions | List of all members
vertex_lcfi::VertexMultiplicity Class Reference

Calculation of the number of tracks in secondary vertices. More...

#include <vertexmultiplicity.h>

Inheritance diagram for vertex_lcfi::VertexMultiplicity:
Inheritance graph
[legend]
Collaboration diagram for vertex_lcfi::VertexMultiplicity:
Collaboration graph
[legend]

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...
 
int calculateFor (DecayChain *MyDecayChain) const
 Run the algorithm on a jet. 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...
 
int calculateFor (DecayChain *MyDecayChain) const
 Run the algorithm on a jet. More...
 

Additional Inherited Members

- Public Types inherited from vertex_lcfi::Algo< DecayChain *, int >
typedef int OutType
 
typedef int OutType
 
typedef DecayChainInType
 
typedef DecayChainInType
 
- Protected Member Functions inherited from vertex_lcfi::Algo< DecayChain *, int >
void badParameter (std::string Parameter)
 
void badParameter (std::string Parameter)
 

Detailed Description

Calculation of the number of tracks in secondary vertices.

!Algorithm to calculate input for jet flavour tagging. The algorithm returns the number of tracks in all non primary vertices. The input is a DecayChain. The class does not have any input parameters.

Author
Erik Devetak (e.dev.nosp@m.etak.nosp@m.1@phy.nosp@m.sics.nosp@m..ox.a.nosp@m.c.uk)

Definition at line 23 of file include/vertex_lcfi/algo/inc/vertexmultiplicity.h.

Member Function Documentation

int vertex_lcfi::VertexMultiplicity::calculateFor ( DecayChain MyDecayChain) const
virtual

Run the algorithm on a jet.

Calculate the vertex multeplicity flavour tag

Parameters
DecayChainPointer to the decay chain to be analysed.
Returns
int the number of tracks in the non primary vertices.

Implements vertex_lcfi::Algo< DecayChain *, int >.

Definition at line 42 of file vertexmultiplicity.cpp.

References vertex_lcfi::DecayChain::vertices().

int vertex_lcfi::VertexMultiplicity::calculateFor ( DecayChain MyDecayChain) const
virtual

Run the algorithm on a jet.

Calculate the vertex multeplicity flavour tag

Parameters
DecayChainPointer to the decay chain to be analysed.
Returns
int the number of tracks in the non primary vertices.

Implements vertex_lcfi::Algo< DecayChain *, int >.

string vertex_lcfi::VertexMultiplicity::name ( ) const
virtual

Name.

String name of the algorithm

Returns
String name

Implements vertex_lcfi::Algo< DecayChain *, int >.

string vertex_lcfi::VertexMultiplicity::name ( ) const
virtual

Name.

String name of the algorithm

Returns
String name

Implements vertex_lcfi::Algo< DecayChain *, int >.

Definition at line 12 of file vertexmultiplicity.cpp.

std::vector< string > vertex_lcfi::VertexMultiplicity::parameterNames ( ) const
virtual

Parameter Names.

A vector of the names of the algorithms parameters

Returns
vector of string names

Implements vertex_lcfi::Algo< DecayChain *, int >.

Definition at line 17 of file vertexmultiplicity.cpp.

std::vector<string> vertex_lcfi::VertexMultiplicity::parameterNames ( ) const
virtual

Parameter Names.

A vector of the names of the algorithms parameters

Returns
vector of string names

Implements vertex_lcfi::Algo< DecayChain *, int >.

std::vector<string> vertex_lcfi::VertexMultiplicity::parameterValues ( ) const
virtual

Parameter Values.

A vector of the values of the algorithms parameters, in the same order as parameter names

Returns
vector of string values

Implements vertex_lcfi::Algo< DecayChain *, int >.

std::vector< string > vertex_lcfi::VertexMultiplicity::parameterValues ( ) const
virtual

Parameter Values.

A vector of the values of the algorithms parameters, in the same order as parameter names

Returns
vector of string values

Implements vertex_lcfi::Algo< DecayChain *, int >.

Definition at line 22 of file vertexmultiplicity.cpp.

void vertex_lcfi::VertexMultiplicity::setDoubleParameter ( const string &  Parameter,
const double  Value 
)
virtual

Set Double Parameter.

Set a double parameter

Parameters
ParameterString of parameter name
Valuedouble of parameter value

Implements vertex_lcfi::Algo< DecayChain *, int >.

Definition at line 32 of file vertexmultiplicity.cpp.

void vertex_lcfi::VertexMultiplicity::setDoubleParameter ( const string &  Parameter,
const double  Value 
)
virtual

Set Double Parameter.

Set a double parameter

Parameters
ParameterString of parameter name
Valuedouble of parameter value

Implements vertex_lcfi::Algo< DecayChain *, int >.

void vertex_lcfi::VertexMultiplicity::setPointerParameter ( const string &  Parameter,
void *  Value 
)
virtual

Set Pointer Parameter.

Set a pointer parameter

Parameters
ParameterString of parameter name
Valuepointer to void

Implements vertex_lcfi::Algo< DecayChain *, int >.

Definition at line 37 of file vertexmultiplicity.cpp.

void vertex_lcfi::VertexMultiplicity::setPointerParameter ( const string &  Parameter,
void *  Value 
)
virtual

Set Pointer Parameter.

Set a pointer parameter

Parameters
ParameterString of parameter name
Valuepointer to void

Implements vertex_lcfi::Algo< DecayChain *, int >.

void vertex_lcfi::VertexMultiplicity::setStringParameter ( const string &  Parameter,
const string &  Value 
)
virtual

Set String Parameter.

Set a string parameter

Parameters
ParameterString of parameter name
ValueString of parameter value

Implements vertex_lcfi::Algo< DecayChain *, int >.

Definition at line 27 of file vertexmultiplicity.cpp.

void vertex_lcfi::VertexMultiplicity::setStringParameter ( const string &  Parameter,
const string &  Value 
)
virtual

Set String Parameter.

Set a string parameter

Parameters
ParameterString of parameter name
ValueString of parameter value

Implements vertex_lcfi::Algo< DecayChain *, int >.


The documentation for this class was generated from the following files: