#include <VisGeant4/VisG4Transients/interface/VisG4TransientsTwig.h>
Public Member Functions | |
virtual void | update (void) |
VisG4TransientsTwig (IgTwig *parent) |
To be replaced by more generic content management.
Definition at line 18 of file VisG4TransientsTwig.h.
VisG4TransientsTwig::VisG4TransientsTwig | ( | IgTwig * | parent | ) |
Definition at line 16 of file VisG4TransientsTwig.cc.
00017 : IgSimpleTwig (parent, "Event", true, true, true) 00018 {}
Definition at line 21 of file VisG4TransientsTwig.cc.
00022 { 00023 // FIXME: add back transients -- needs to synchronise with setup! 00024 // m_tracks = new VisG4TracksTwig (m_transients); 00025 }