00001 //<<<<<< INCLUDES >>>>>> 00002 00003 #include "VisRoot/VisRootModel/interface/VisRootModelEvent.h" 00004 #include "VisRoot/VisRootModel/interface/VisRootModel.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 VisRootModelEvent::VisRootModelEvent (VisRootModel *source) 00017 :m_source (source) 00018 { 00019 } 00020 00021 VisRootModel * 00022 VisRootModelEvent::source (void) 00023 { 00024 return m_source; 00025 }