LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
lccol.cc File Reference
#include "CPPFORT/lccol.h"
#include "lcio.h"
#include "Exceptions.h"
#include "IOIMPL/LCFactory.h"
#include "IMPL/LCRunHeaderImpl.h"
#include "IMPL/LCCollectionVec.h"
#include "IMPL/LCEventImpl.h"
#include "IMPL/LCTOOLS.h"
#include "EVENT/MCParticle.h"
#include "EVENT/SimCalorimeterHit.h"
#include "EVENT/CalorimeterHit.h"
#include "EVENT/SimTrackerHit.h"
#include "EVENT/TPCHit.h"
#include "EVENT/LCIO.h"
#include <iostream>
+ Include dependency graph for lccol.cc:

Go to the source code of this file.

Functions

PTRTYPE lccolcreate (const char *colname)
 Header file for the f77-wrapper functions of the LCCollectionVec class. More...
 
int lccoldelete (PTRTYPE collection)
 
int lccolgetnumberofelements (PTRTYPE collection)
 
char * lccolgettypename (PTRTYPE collection)
 
PTRTYPE lccolgetelementat (PTRTYPE collection, int index)
 
int lccolgetflag (PTRTYPE collection)
 
bool lccolistransient (PTRTYPE collection)
 
int lccolsettransient (PTRTYPE collection, bool value)
 
bool lccolisdefault (PTRTYPE collection)
 
int lccolsetdefault (PTRTYPE collection, bool value)
 
int lccolsetflag (PTRTYPE collection, int flag)
 
int lccoladdelement (PTRTYPE collection, PTRTYPE object)
 
int lccolremoveelementat (PTRTYPE collection, int i)
 

Function Documentation

int lccoladdelement ( PTRTYPE  collection,
PTRTYPE  object 
)

Definition at line 79 of file lccol.cc.

PTRTYPE lccolcreate ( const char *  colname)

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

Author
F. Gaede
Version
Oct 10, 2003

Definition at line 22 of file lccol.cc.

int lccoldelete ( PTRTYPE  collection)

Definition at line 26 of file lccol.cc.

PTRTYPE lccolgetelementat ( PTRTYPE  collection,
int  index 
)

Definition at line 42 of file lccol.cc.

References C2F_POINTER.

int lccolgetflag ( PTRTYPE  collection)

Definition at line 48 of file lccol.cc.

int lccolgetnumberofelements ( PTRTYPE  collection)

Definition at line 32 of file lccol.cc.

char* lccolgettypename ( PTRTYPE  collection)

Definition at line 37 of file lccol.cc.

bool lccolisdefault ( PTRTYPE  collection)

Definition at line 63 of file lccol.cc.

bool lccolistransient ( PTRTYPE  collection)

Definition at line 53 of file lccol.cc.

int lccolremoveelementat ( PTRTYPE  collection,
int  i 
)

Definition at line 88 of file lccol.cc.

int lccolsetdefault ( PTRTYPE  collection,
bool  value 
)

Definition at line 68 of file lccol.cc.

int lccolsetflag ( PTRTYPE  collection,
int  flag 
)

Definition at line 74 of file lccol.cc.

int lccolsettransient ( PTRTYPE  collection,
bool  value 
)

Definition at line 58 of file lccol.cc.