hpstr
The Heavy Photon Search Toolkit for Reconstruction (hpstr) provides an interface to physics data from the HPS experiment saved in the LCIO format and converts it into an ROOT based format.
Loading...
Searching...
No Matches
event
include
IEvent.h
Go to the documentation of this file.
1
#ifndef __IEVENT_H__
2
#define __IEVENT_H__
3
4
5
#include "TObject.h"
6
7
class
IEvent
{
8
9
public
:
10
virtual
~IEvent
(){};
11
12
virtual
void
add
(
const
std::string name, TObject*
object
) = 0;
13
14
};
15
16
17
#endif
IEvent
Definition
IEvent.h:7
IEvent::add
virtual void add(const std::string name, TObject *object)=0
IEvent::~IEvent
virtual ~IEvent()
Definition
IEvent.h:10
Generated by
1.9.8