#ifndef PNDEMCDATATYPES_HH #define PNDEMCDATATYPES_HH #include "CollectionUtils.h" #include #include class PndEmcTwoCoordIndex; class PndEmcDigi; class PndEmcXtal; typedef std::map PndEmcDigiPtrDict; typedef std::map PndEmcTciXtalMap; typedef std::set< PndEmcTwoCoordIndex*, PndPtrLess > PndEmcCoordIndexSet; #endif