CMS 3D CMS Logo

TotemT2Tile.h
Go to the documentation of this file.
1 /****************************************************************************
2 *
3 * This is a part of TOTEM offline software.
4 * Author:
5 * Laurent Forthomme
6 *
7 ****************************************************************************/
8 
9 #ifndef Geometry_ForwardGeometry_TotemT2Tile_h
10 #define Geometry_ForwardGeometry_TotemT2Tile_h
11 
14 
15 class TotemT2Tile {
16 public:
17  TotemT2Tile();
18  explicit TotemT2Tile(const DetGeomDesc*);
19  ~TotemT2Tile();
20 
21  const GlobalPoint& centre() const { return centre_; }
22 
23 private:
25 };
26 
27 #endif
const GlobalPoint & centre() const
Definition: TotemT2Tile.h:21
GlobalPoint centre_
Definition: TotemT2Tile.h:24