FairRoot/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 the reconstructed hit of one emc crystal
Definition: PndEmcDigi.h:40
represents coordinates of one crystal
Definition: PndEmcXtal.h:36
stores crystal index coordinates (x,y) or (theta,phi)
std::set< PndEmcTwoCoordIndex * > PndEmcCoordIndexSet
std::map< PndEmcTwoCoordIndex *, PndEmcXtal * > PndEmcTciXtalMap
std::map< PndEmcTwoCoordIndex *, PndEmcDigi * > PndEmcDigiPtrDict