HerdSoftware
0.3.2
|
#include <HWMCTruthDisplay.h>
Public Member Functions | |
HWMCTruthDisplay () | |
void | ImportMCTruth (const MCTruth &mcTruth) |
![]() | |
HWTracks3DEventDisplay (std::string name="Tracks", Color_t color=kYellow) | |
virtual | ~HWTracks3DEventDisplay ()=default |
void | ImportTracks (const std::vector< Herd::Line > &lines) |
void | ImportTracks (const std::vector< Herd::Track > &tracks) |
void | SetRenderState (bool renderState) |
void | SetDrawArrow (bool drawArrow) |
![]() | |
HWBaseEventDisplay (std::string name) | |
void | SetStatus (bool status) |
void | SetName (std::string name) |
bool | Status () const |
const std::string & | Name () const |
Additional Inherited Members | |
![]() | |
TEveTrackList * | trackList = nullptr |
std::vector< TEveArrow * > | arrows {} |
![]() | |
Color_t | m_color |
bool | m_drawArrow = false |
![]() | |
bool | m_isEnabled = false |
std::string | m_name |
|
inline |
void Herd::HWMCTruthDisplay::ImportMCTruth | ( | const MCTruth & | mcTruth | ) |