1#ifndef VERTEXFINDERACTS_ANALYZERS_H
2#define VERTEXFINDERACTS_ANALYZERS_H
6#include "edm4hep/TrackState.h"
7#include "ROOT/RVec.hxx"
9#include <TMatrixDSym.h>
16 ROOT::VecOps::RVec<VertexingUtils::FCCAnalysesVertex>
VertexFinderAMVF(ROOT::VecOps::RVec<edm4hep::TrackState> tracks);
Definition VertexFinderActs.h:14
ROOT::VecOps::RVec< VertexingUtils::FCCAnalysesVertex > VertexFinderAMVF(ROOT::VecOps::RVec< edm4hep::TrackState > tracks)
Definition VertexFinderActs.cc:44
FCC analyzers collection.
Definition Algorithms.h:15