Event.cc

00001 #include "Event.hh"
00002 
00003 Event::Event(RawEventPtr raw) :  _raw_event(raw), 
00004                                  _event_data(new EventData) 
00005 {}
00006 
00007 Event::~Event() 
00008 { }
00009 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on 20 Jun 2014 for daqman by  doxygen 1.6.1