|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef ACTSGEOMETRY_ACTSEXCELLWRITERSVC_H
6 #define ACTSGEOMETRY_ACTSEXCELLWRITERSVC_H
9 #include "GaudiKernel/IInterface.h"
10 #include "Gaudi/Property.h"
14 #include "Acts/EventData/TrackParameters.hpp"
59 Gaudi::Property<std::string>
m_filePath{
this,
"FilePath",
"excells_charged.root",
"Output root file for charged particle"};
60 Gaudi::Property<std::string>
m_treeName{
this,
"TreeName",
"extrapolation_charged",
""};
std::thread m_writeThread
Gaudi::Property< bool > m_writePassive
virtual StatusCode initialize() override
std::pair< size_t, ExCellCharged > queue_item_t
Gaudi::Property< bool > m_writeSensitive
Gaudi::Property< bool > m_writeMaterial
void store(std::vector< Acts::ExtrapolationCell< Acts::TrackParameters >> &ecells) override
virtual StatusCode finalize() override
std::atomic< bool > m_doEnd
::StatusCode StatusCode
StatusCode definition for legacy code.
std::deque< queue_item_t > m_queue
AthROOTErrorHandlerSvc * svc
std::shared_ptr< RootExCellWriter< Acts::TrackParameters > > m_rootEccWriter
Gaudi::Property< std::string > m_filePath
ActsExCellWriterSvc(const std::string &name, ISvcLocator *svc)
Gaudi::Property< bool > m_writeBoundary
std::mutex m_chargedMutex
Gaudi::Property< std::string > m_treeName