FCCAnalyses
Loading...
Searching...
No Matches
ReconstructedTrack.cc File Reference
#include "FCCAnalyses/ReconstructedParticle.h"
#include <iostream>
#include "FCCAnalyses/TrackUtils.h"
#include "FCCAnalyses/VertexingUtils.h"
#include "TrackCovariance/VertexFit.h"
#include "TrackCovariance/VertexMore.h"
Include dependency graph for ReconstructedTrack.cc:

Namespaces

namespace  FCCAnalyses
 
namespace  FCCAnalyses ::ReconstructedTrack
 

Functions

ROOT::VecOps::RVec< edm4hep::TrackState > FCCAnalyses ::ReconstructedTrack::Intersection (const ROOT::VecOps::RVec< edm4hep::TrackState > &Col1, const ROOT::VecOps::RVec< edm4hep::TrackState > &Col2)
 returns the subset of tracks that are common to two collections
 
ROOT::VecOps::RVec< edm4hep::TrackState > FCCAnalyses ::ReconstructedTrack::Remove (const ROOT::VecOps::RVec< edm4hep::TrackState > &Subset, const ROOT::VecOps::RVec< edm4hep::TrackState > &LargerCollection)
 removes a subset of tracks from a large collection
 
ROOT::VecOps::RVec< edm4hep::TrackState > FCCAnalyses ::ReconstructedTrack::Merge (const ROOT::VecOps::RVec< edm4hep::TrackState > &Col1, const ROOT::VecOps::RVec< edm4hep::TrackState > &Col2)
 Merge two collections of tracks.
 
ROOT::VecOps::RVec< edm4hep::TrackState > FCCAnalyses ::ReconstructedTrack::TrackStates_at_IP (const ROOT::VecOps::RVec< edm4hep::TrackData > &inTracks, const ROOT::VecOps::RVec< edm4hep::TrackState > &trackStates)
 Make a collection of TrackStates from only the Trackstates at (0,0,0).
 
ROOT::VecOps::RVec< int > FCCAnalyses ::ReconstructedTrack::get_indices (const ROOT::VecOps::RVec< edm4hep::TrackState > &someTrackStates, const ROOT::VecOps::RVec< edm4hep::TrackState > &allTrackStates)
 Indices of subset tracks, in the full tracks collection.
 
ROOT::VecOps::RVec< float > FCCAnalyses ::ReconstructedTrack::tracks_length (const ROOT::VecOps::RVec< int > &track_indices, const ROOT::VecOps::RVec< float > &length)
 the lengths of a subset of tracks - passed as a vector of indices of these tracks in the full tracks collection
 
ROOT::VecOps::RVec< float > FCCAnalyses ::ReconstructedTrack::tracks_length (const ROOT::VecOps::RVec< edm4hep::TrackState > &some_tracks, const ROOT::VecOps::RVec< edm4hep::TrackState > &FullTracks, const ROOT::VecOps::RVec< float > &length)
 
ROOT::VecOps::RVec< float > FCCAnalyses ::ReconstructedTrack::tracks_TOF (const ROOT::VecOps::RVec< int > &track_indices, const ROOT::VecOps::RVec< edm4hep::TrackData > &trackdata, const ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > &trackerhits)
 the TOF times in ps (times of the hit at the calo entrance )
 
ROOT::VecOps::RVec< float > FCCAnalyses ::ReconstructedTrack::tracks_TOF (const ROOT::VecOps::RVec< edm4hep::TrackState > &some_tracks, const ROOT::VecOps::RVec< edm4hep::TrackState > &FullTracks, const ROOT::VecOps::RVec< edm4hep::TrackData > &trackdata, const ROOT::VecOps::RVec< edm4hep::TrackerHit3DData > &trackerhits)
 
ROOT::VecOps::RVec< float > FCCAnalyses ::ReconstructedTrack::tracks_dNdx (const ROOT::VecOps::RVec< int > &trackStateIndices, const ROOT::VecOps::RVec< edm4hep::TrackData > &trackColl, const TrackUtils::TrackDqdxHandler &dNdxHandler)
 
ROOT::VecOps::RVec< float > FCCAnalyses ::ReconstructedTrack::tracks_dNdx (const ROOT::VecOps::RVec< edm4hep::TrackState > &someTrackStates, const ROOT::VecOps::RVec< edm4hep::TrackState > &allTrackStates, const ROOT::VecOps::RVec< edm4hep::TrackData > &trackColl, const TrackUtils::TrackDqdxHandler &dNdxHandler)