ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <Acts/EventData/TrackParameters.hpp>
#include <mutex>
#include "ACTFW/Framework/WriterT.hpp"
Go to the source code of this file.
Classes | |
exception | FW::RootTrackParameterWriter |
Writes out SingleBoundTrackParamters into a TTree. More... | |
struct | FW::RootTrackParameterWriter::Config |
Namespaces | |
namespace | FW |
Typedefs | |
using | FW::BoundTrackParameters = Acts::BoundParameters |
using | FW::TrackParameterWriter = WriterT< std::vector< BoundTrackParameters >> |