|
LDMX Software
|
Processor that uses ACTS to fit tracks through ECAL hits. More...
#include "DetDescr/EcalGeometry.h"#include "DetDescr/EcalID.h"#include "Ecal/Event/EcalHit.h"#include "Framework/Configure/Parameters.h"#include "Framework/EventProcessor.h"#include "Tracking/Event/Measurement.h"#include "Tracking/Event/Track.h"#include "Tracking/Sim/IndexSourceLink.h"#include "Acts/Definitions/Algebra.hpp"#include "Acts/Definitions/TrackParametrization.hpp"#include "Acts/EventData/TrackContainer.hpp"#include "Acts/EventData/VectorMultiTrajectory.hpp"#include "Acts/EventData/VectorTrackContainer.hpp"#include "Acts/Geometry/GeometryIdentifier.hpp"#include "Acts/Geometry/TrackingGeometry.hpp"#include "Acts/MagneticField/ConstantBField.hpp"#include "Acts/Material/HomogeneousVolumeMaterial.hpp"#include "Acts/Propagator/EigenStepper.hpp"#include "Acts/Propagator/Navigator.hpp"#include "Acts/Propagator/Propagator.hpp"#include "Acts/Surfaces/PlaneSurface.hpp"#include "Acts/Surfaces/RectangleBounds.hpp"#include "Acts/Surfaces/Surface.hpp"#include "Acts/TrackFinding/CombinatorialKalmanFilter.hpp"#include "Acts/TrackFitting/GainMatrixUpdater.hpp"#include <map>#include <memory>#include <unordered_map>#include <vector>Go to the source code of this file.
Classes | |
| class | ecal::EcalTrackFinderProcessor |
| Uses ACTS framework to fit tracks through ECAL hits with zero B-field. More... | |
Processor that uses ACTS to fit tracks through ECAL hits.
Definition in file EcalTrackFinderProcessor.h.