| 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 #ifndef GRIDFACTORY_H 002 #define GRIDFACTORY_H 003 004 #include "TTPosition.h" 005 006 class IGrid; 007 008 class GridFactory 009 { 010 public: 011 virtual ~GridFactory(void); 012 013 IGrid* createGrid(TTPosition::eDetectorType eDetType); 014 }; 015 016 #endif 017
| [ 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. |
|