![]() |
|
|||
File indexing completed on 2024-04-06 12:02:06
0001 #ifndef DTSequentialCellNumber_H 0002 #define DTSequentialCellNumber_H 0003 /** \class DTSequentialCellNumber 0004 * 0005 * Description: 0006 * Class to compute a sequential number for drift tube cells 0007 * 0008 * $Date: 2012/02/07 18:34:59 $ 0009 * $Revision: 1.1.2.1 $ 0010 * \author Paolo Ronchese INFN Padova 0011 * 0012 */ 0013 0014 //---------------------- 0015 // Base Class Headers -- 0016 //---------------------- 0017 0018 //------------------------------------ 0019 // Collaborating Class Declarations -- 0020 //------------------------------------ 0021 0022 //--------------- 0023 // C++ Headers -- 0024 //--------------- 0025 0026 // --------------------- 0027 // -- Class Interface -- 0028 // --------------------- 0029 0030 class DTSequentialCellNumber { 0031 public: 0032 static int id(int wheel, int station, int sector, int superlayer, int layer, int cell); 0033 static int max(); 0034 }; 0035 0036 #endif // DTSequentialCellNumber_H
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |