#ifndef PNDEMCDATATYPES_HH #define PNDEMCDATATYPES_HH #include #include class PndEmcTwoCoordIndex; class PndEmcDigi; class PndEmcXtal; typedef std::map PndEmcDigiPtrDict; typedef std::map PndEmcTciXtalMap; typedef std::set< PndEmcTwoCoordIndex*> PndEmcCoordIndexSet; #endif