| 
    LCIO
    02.17
    
   | 
 
#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) | 
| PTRTYPE lccolcreate | ( | const char * | colname | ) | 
Definition at line 42 of file lccol.cc.
References C2F_POINTER.
 1.8.5