ATLAS Offline Software
Classes | Typedefs
eflowCellList.h File Reference
#include "eflowRec/eflowAbstractCellList.h"
#include "eflowRec/eflowCellPosition.h"
#include <map>
#include <vector>
Include dependency graph for eflowCellList.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  eflowCellList
 Concrete class derived class from pure virtual eflowAbstractCellList. More...
 

Typedefs

typedef std::map< eflowCellPosition, std::vector< std::pair< const CaloCell *, int > > >::iterator CellIt
 

Typedef Documentation

◆ CellIt

typedef std::map<eflowCellPosition, std::vector<std::pair<const CaloCell*, int> > >::iterator CellIt

Definition at line 30 of file eflowCellList.h.