#include <iostream>
#include <string>
#include "../Event.h"
#include "../MyTrack.h"
#include "../MyVertex.h"
#include "GaudiKernel/DataObject.h"
Go to the source code of this file.
void* Event_run |
( |
void * |
o | ) |
|
Definition at line 17 of file Class_dict.cpp.
19 r = ((
Event*)o)->run();
Essential information of the event used in examples It can be identified by "/Event".
void Event_setRun |
( |
void * |
o, |
|
|
std::vector< void * > |
argv |
|
) |
| |
Definition at line 22 of file Class_dict.cpp.
23 ((
Event*)o)->setRun( *(
long*)(argv[0]) );
Essential information of the event used in examples It can be identified by "/Event".
void* MyTrack_event |
( |
void * |
o | ) |
|
Definition at line 27 of file Class_dict.cpp.
Essential information of the event used in examples It can be identified by "/Event".
void MyTrack_setEvent |
( |
void * |
o, |
|
|
std::vector< void * > |
argv |
|
) |
| |
Definition at line 30 of file Class_dict.cpp.
Essential information of the event used in examples It can be identified by "/Event".