FCCAnalyses
Loading...
Searching...
No Matches
VertexFitterActs.h
Go to the documentation of this file.
1#ifndef VERTEXFITTERACTS_ANALYZERS_H
2#define VERTEXFITTERACTS_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#include "edm4hep/ReconstructedParticleData.h"
12
13namespace FCCAnalyses{
14
15namespace VertexFitterActs{
16
17 VertexingUtils::FCCAnalysesVertex VertexFitterFullBilloir(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> recoparticles,
18 ROOT::VecOps::RVec<edm4hep::TrackState> tracks);
19
20}//end NS VertexFitterActs
21
22}//end NS FCCAnalyses
23#endif
VertexingUtils::FCCAnalysesVertex VertexFitterFullBilloir(ROOT::VecOps::RVec< edm4hep::ReconstructedParticleData > recoparticles, ROOT::VecOps::RVec< edm4hep::TrackState > tracks)
Definition VertexFitterActs.cc:29
FCC analyzers collection.
Definition Algorithms.h:15
Structure to keep useful track information that is related to the vertex.
Definition VertexingUtils.h:38