| Report problems to ATLAS LXR Team (with time and IP address indicated) |
|
[ source navigation ] [ diff markup ] [ identifier search ] [ general search ] |
||||
|
||||||
| Links to LXR source navigation pages for stable releases | [ 12.*.* ] [ 13.*.* ] [ 14.*.* ] [ 15.*.* ] | |||||
001 /*************************************************************************** 002 stiffening aluminum bars holding together RPC and DED components 003 ---------------------------------------------------------------- 004 Copyright (C) 2003 by ATLAS Collaboration 005 ***************************************************************************/ 006 007 //<doc><file> $Id: SUP_Technology.cxx,v 1.1 2008-07-31 10:57:55 dquarrie Exp $ 008 //<version> $Name: not supported by cvs2svn $ 009 010 //<<<<<< INCLUDES >>>>>> 011 012 #include "MuonGeoModel/SUP_Technology.h" 013 014 //<<<<<< PRIVATE DEFINES >>>>>> 015 //<<<<<< PRIVATE CONSTANTS >>>>>> 016 //<<<<<< PRIVATE TYPES >>>>>> 017 //<<<<<< PRIVATE VARIABLE DEFINITIONS >>>>>> 018 //<<<<<< PUBLIC VARIABLE DEFINITIONS >>>>>> 019 //<<<<<< CLASS STRUCTURE INITIALIZATION >>>>>> 020 //<<<<<< PRIVATE FUNCTION DEFINITIONS >>>>>> 021 //<<<<<< PUBLIC FUNCTION DEFINITIONS >>>>>> 022 //<<<<<< MEMBER FUNCTION DEFINITIONS >>>>>> 023 024 namespace MuonGM { 025 026 SUP::SUP(std::string s) 027 :Technology(s) 028 { 029 totalThickness = 0.; 030 } 031 } // namespace MuonGM 032
| [ source navigation ] | [ diff markup ] | [ identifier search ] | [ general search ] |
| Due to the LXR bug, the updates fail sometimes to remove references to deleted files. The Saturday's full rebuilds fix these problems | |
| This page was automatically generated by the LXR engine. |
|