00001 //<<<<<< INCLUDES >>>>>> 00002 00003 #include "VisGeant4/VisG4Transients/interface/VisG4TransientsTwig.h" 00004 //#include "VisGeant4/VisG4Transients/interface/VisG4TracksTwig.h" 00005 00006 //<<<<<< PRIVATE DEFINES >>>>>> 00007 //<<<<<< PRIVATE CONSTANTS >>>>>> 00008 //<<<<<< PRIVATE TYPES >>>>>> 00009 //<<<<<< PRIVATE VARIABLE DEFINITIONS >>>>>> 00010 //<<<<<< PUBLIC VARIABLE DEFINITIONS >>>>>> 00011 //<<<<<< CLASS STRUCTURE INITIALIZATION >>>>>> 00012 //<<<<<< PRIVATE FUNCTION DEFINITIONS >>>>>> 00013 //<<<<<< PUBLIC FUNCTION DEFINITIONS >>>>>> 00014 //<<<<<< MEMBER FUNCTION DEFINITIONS >>>>>> 00015 00016 VisG4TransientsTwig::VisG4TransientsTwig (IgTwig *parent) 00017 : IgSimpleTwig (parent, "Event", true, true, true) 00018 {} 00019 00020 void 00021 VisG4TransientsTwig::update (void) 00022 { 00023 // FIXME: add back transients -- needs to synchronise with setup! 00024 // m_tracks = new VisG4TracksTwig (m_transients); 00025 }