#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 16 of file Class_dict.cpp.
18 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 21 of file Class_dict.cpp.
22 ((
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 26 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 29 of file Class_dict.cpp.
Essential information of the event used in examples It can be identified by "/Event".