LCFIPlus  0.6.5
Public Member Functions | List of all members
lcfiplus::EventNavigator Class Reference

Event display for LCFIPlus. More...

#include <EventNavigator.h>

Public Member Functions

 EventNavigator (const char *input, int start=0)
 Constructor. More...
 
 ~EventNavigator ()
 
void Fwd ()
 Display next event. More...
 
void Bck ()
 
void drawEvent (Event *event)
 Draws given event. More...
 

Detailed Description

Event display for LCFIPlus.

The graphics is based on the TEve framework for ROOT. Adapted from the <a href="http://llr.in2p3.fr/~ruan/ILDDisplay/>Druid event display.

Author
T. Tanabe, ICEPP, The University of Tokyo
Version
$Id$

Constructor & Destructor Documentation

lcfiplus::EventNavigator::EventNavigator ( const char *  input,
int  start = 0 
)

Constructor.

Parameters
[in]inputinput file which contains events to inspect.
[in]startskips given number of events.

References lcfiplus::LCIOStorer::Next().

lcfiplus::EventNavigator::~EventNavigator ( )

Member Function Documentation

void lcfiplus::EventNavigator::Bck ( )
void lcfiplus::EventNavigator::drawEvent ( Event event)
void lcfiplus::EventNavigator::Fwd ( )

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