fmssim
|
00001 #ifndef _FMS_GEOMETRY_DETECTOR_SMALL_2011_H_ 00002 #define _FMS_GEOMETRY_DETECTOR_SMALL_2011_H_ 00003 00004 // 00005 // DetectorSmall2011.h 00006 // 00007 // Created by TB on 9/16/11. 00008 // Copyright 2011 BNL. All rights reserved. 00009 // 00010 00011 #include "Geometry.h" 00012 00013 #include "SubDetector.h" 00014 00015 namespace fms { 00016 00017 namespace geometry { 00018 00022 class DetectorSmall2011 : public SubDetector { 00023 00024 public: 00025 00030 DetectorSmall2011(EDirection northOrSouth); 00031 00032 ClassDef(fms::geometry::DetectorSmall2011, 1) 00033 }; 00034 00035 } // namespace geometry 00036 00037 } // namespace fms 00038 00039 #endif