LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Typedefs | Functions
lcobv.cc File Reference
#include "CPPFORT/lcobv.h"
#include "UTIL/LCRelationNavigator.h"
#include "lcio.h"
#include "IMPL/LCRelationImpl.h"
#include "EVENT/LCCollection.h"
#include "EVENT/LCObject.h"
#include "LCIOSTLTypes.h"
#include <iostream>
#include <vector>
+ Include dependency graph for lcobv.cc:

Go to the source code of this file.

Typedefs

typedef std::map
< EVENT::LCObject *, std::pair
< EVENT::LCObjectVec,
EVENT::FloatVec > > 
RelMap
 

Functions

int lcobvgetlength (PTRTYPE vector)
 Header file for the f77-wrapper functions of the LCRelationNavigator class. More...
 
PTRTYPE lcobvgetobject (PTRTYPE vector, int index)
 
int lcobvgetobjectid (PTRTYPE vector, int index)
 
float lcobvgetweight (PTRTYPE vector, int index)
 

Typedef Documentation

Definition at line 16 of file lcobv.cc.

Function Documentation

int lcobvgetlength ( PTRTYPE  vector)

Header file for the f77-wrapper functions of the LCRelationNavigator class.

Author
H. Vogt
Version
sep 14, 2004

Definition at line 18 of file lcobv.cc.

References std::vector< T >::size().

PTRTYPE lcobvgetobject ( PTRTYPE  vector,
int  index 
)

Definition at line 23 of file lcobv.cc.

References C2F_POINTER.

int lcobvgetobjectid ( PTRTYPE  vector,
int  index 
)

Definition at line 33 of file lcobv.cc.

float lcobvgetweight ( PTRTYPE  vector,
int  index 
)

Definition at line 43 of file lcobv.cc.