module_error Class Reference

Inheritance diagram for module_error:
postprocess_error preprocess_error process_error

List of all members.

Public Member Functions

 module_error (int evt, BaseModule *mod)

Public Attributes

int fEvent
BaseModulefModule

Detailed Description

This shoud get a proper home and some more flexability, perhaps a nicer name. Also consider splittin into muiltiple classes.

Definition at line 25 of file LoopSequence.cpp.


Constructor & Destructor Documentation

module_error::module_error ( int  evt,
BaseModule mod 
) [inline]

Definition at line 27 of file LoopSequence.cpp.

00028     : std::runtime_error("")
00029     , fEvent(evt), fModule(mod)
00030   {}


Member Data Documentation

Definition at line 31 of file LoopSequence.cpp.

Referenced by LoopSequence::Run().

Definition at line 32 of file LoopSequence.cpp.

Referenced by LoopSequence::Run().


The documentation for this class was generated from the following file:

Generated on 15 Jun 2016 for AlcapDAQ by  doxygen 1.6.1