FCCAnalyses
Loading...
Searching...
No Matches
FCCAnalyses::VertexingUtils::selTracks Struct Reference

Selection of particles based on the d0 / z0 significances of the associated track. More...

#include <analyzers/dataframe/FCCAnalyses/VertexingUtils.h>

Public Member Functions

 selTracks (float arg_d0sig_min, float arg_d0sig_max, float arg_z0sig_min, float arg_z0sig_max)
 
ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > operator() (ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > recop, ROOT::VecOps::RVec< edm4hep::TrackState > tracks)
 

Public Attributes

float m_d0sig_min = 0
 
float m_d0sig_max = 3
 
float m_z0sig_min = 0
 
float m_z0sig_max = 3
 

Detailed Description

Selection of particles based on the d0 / z0 significances of the associated track.

Constructor & Destructor Documentation

◆ selTracks()

FCCAnalyses::VertexingUtils::selTracks::selTracks ( float arg_d0sig_min,
float arg_d0sig_max,
float arg_z0sig_min,
float arg_z0sig_max )

Member Function Documentation

◆ operator()()

ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > FCCAnalyses::VertexingUtils::selTracks::operator() ( ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > recop,
ROOT::VecOps::RVec< edm4hep::TrackState > tracks )

Member Data Documentation

◆ m_d0sig_max

float FCCAnalyses::VertexingUtils::selTracks::m_d0sig_max = 3

◆ m_d0sig_min

float FCCAnalyses::VertexingUtils::selTracks::m_d0sig_min = 0

◆ m_z0sig_max

float FCCAnalyses::VertexingUtils::selTracks::m_z0sig_max = 3

◆ m_z0sig_min

float FCCAnalyses::VertexingUtils::selTracks::m_z0sig_min = 0

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