PandaRoot
PndEmcDataTypes.h
Go to the documentation of this file.
1 #ifndef PNDEMCDATATYPES_HH
2 #define PNDEMCDATATYPES_HH
3 
4 #include <map>
5 #include <set>
6 
8 class PndEmcDigi;
9 class PndEmcXtal;
10 typedef std::map<PndEmcTwoCoordIndex *, PndEmcDigi *> PndEmcDigiPtrDict;
11 typedef std::map<PndEmcTwoCoordIndex *, PndEmcXtal *> PndEmcTciXtalMap;
12 typedef std::set<PndEmcTwoCoordIndex *> PndEmcCoordIndexSet;
13 #endif
represents coordinates of one crystal
Definition: PndEmcXtal.h:35
stores crystal index coordinates (x,y) or (theta,phi)
std::map< PndEmcTwoCoordIndex *, PndEmcDigi * > PndEmcDigiPtrDict
std::set< PndEmcTwoCoordIndex * > PndEmcCoordIndexSet
std::map< PndEmcTwoCoordIndex *, PndEmcXtal * > PndEmcTciXtalMap