DD4hep - The AIDA detector description toolkit for high energy physics experiments
DD4hep  Rev:Unversioneddirectory
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
EventHandler.cpp
Go to the documentation of this file.
1 // $Id: $
2 //==========================================================================
3 // AIDA Detector description implementation for LCD
4 //--------------------------------------------------------------------------
5 // Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
6 // All rights reserved.
7 //
8 // For the licensing terms see $DD4hepINSTALL/LICENSE.
9 // For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
10 //
11 // Author : M.Frank
12 //
13 //==========================================================================
14 
15 // Framework include files
16 #include "DDEve/EventHandler.h"
17 
18 using namespace DD4hep;
19 
22 
24 EventHandler::EventHandler() : m_hasFile(false), m_hasEvent(false) {
25 }
26 
29 }
30 
33 }
34 
37 }
38 
39 
Event handler base class. Interface to all DDEve I/O actions.
Definition: EventHandler.h:66
EventConsumer()
Standard constructor.
virtual ~EventConsumer()
Default destructor.
virtual ~EventHandler()
Default destructor.
ClassImp(EventHandler) ClassImp(EventConsumer) EventHandler
Standard constructor.