• Main Page
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

/Users/jmonk/Physics/ForIA/ForIA/L2SpacePoints.hh

Go to the documentation of this file.
00001 #ifndef FORIA_L2_SPACE_POINTS_HH
00002 #define FORIA_L2_SPACE_POINTS_HH
00003 
00004 # include "ForIA/L2SpacePoints.fh"
00005 
00006 namespace ForIA{
00007  
00011   class L2SpacePoints{
00012     
00013   public:
00014     
00015     L2SpacePoints();
00016     
00017     size_t nSctHits()const;
00018     
00019     size_t nSctEndCapAHits()const;
00020     
00021     size_t nSctEndCapCHits()const;
00022     
00023     size_t nSctBarrelHits()const;
00024     
00025   private:
00026     
00027     friend class DataConverter;
00028     
00029     size_t m_sctEndCapA;
00030     size_t m_sctEndCapC;
00031     size_t m_sctBarrel;
00032 
00033     mutable size_t m_sctTotal;
00034     mutable bool m_gotSctTotal;
00035     
00036   };
00037   
00038 }
00039 
00040 #endif

Generated on Mon Jul 30 2012 16:56:35 for ForIA by  doxygen 1.7.2