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