// $Id$ // // File: DTOFPoint_factory.h // Created: Tue Oct 18 09:50:52 EST 2005 // Creator: remitche (on Linux mantrid00 2.4.20-18.8smp i686) // #ifndef _DTOFPoint_factory_ #define _DTOFPoint_factory_ #include "JANA/JFactory.h" #include "DTOFPoint.h" #include "DTOFHit.h" #include #include /// \htmlonly /// /// /// /// \endhtmlonly /// 2-plane (4-fold) TOF coincidences. The 2-hit coincidences come from DTOFHit objects /// which are combined into coincidnces between the two planes to form 4-D space points /// which are represented by DTOFPoint objects. using namespace std; class DTOFPoint_factory:public JFactory{ public: DTOFPoint_factory(){}; ~DTOFPoint_factory(){ for (unsigned int i=0;i dTOFSpacetimeHitPool; deque dTOFSpacetimeHitMatchPool; }; #endif // _DTOFPoint_factory_