FCCAnalyses
Loading...
Searching...
No Matches
VertexFinderActs.h
Go to the documentation of this file.
1#ifndef VERTEXFINDERACTS_ANALYZERS_H
2#define VERTEXFINDERACTS_ANALYZERS_H
3
4#include <cmath>
5#include <vector>
6#include "edm4hep/TrackState.h"
7#include "ROOT/RVec.hxx"
8#include <TMatrixD.h>
9#include <TMatrixDSym.h>
10#include "VertexingUtils.h"
11
12namespace FCCAnalyses{
13
14namespace VertexFinderActs{
15
16 ROOT::VecOps::RVec<VertexingUtils::FCCAnalysesVertex> VertexFinderAMVF(ROOT::VecOps::RVec<edm4hep::TrackState> tracks);
17
18}//end NS VertexFinderActs
19
20}//end NS FCCAnalyses
21#endif
ROOT::VecOps::RVec< VertexingUtils::FCCAnalysesVertex > VertexFinderAMVF(ROOT::VecOps::RVec< edm4hep::TrackState > tracks)
Definition VertexFinderActs.cc:44
FCC analyzers collection.
Definition Algorithms.h:15