fmssim
|
#include <map>
#include <Rtypes.h>
#include <TVector3.h>
Go to the source code of this file.
Classes | |
class | fms::geometry::Quadrant |
Description of spatial quadrants. More... | |
class | fms::geometry::Qt |
QT board properties. More... | |
Namespaces | |
namespace | fms |
Namespace surrounding all FMS code. | |
namespace | fms::geometry |
Contains descriptions of detector and cell dimensions, their construction and relations. | |
namespace | fms::trigger |
Contains descriptions of trigger definitions. | |
Enumerations | |
enum | fms::geometry::EDirection { fms::geometry::EAST = 1, fms::geometry::WEST = 2, fms::geometry::NORTH = 10, fms::geometry::SOUTH = 20, fms::geometry::TOP = 100, fms::geometry::BOTTOM = 200 } |
Enum like this might be best in a general enums or geometry 'global' file. More... | |
enum | fms::geometry::ECellType { fms::geometry::LARGE, fms::geometry::SMALL, fms::geometry::INVALID_CELL_TYPE } |
enum | fms::geometry::ESubDetector { fms::geometry::LARGE_NORTH, fms::geometry::LARGE_SOUTH, fms::geometry::SMALL_NORTH, fms::geometry::SMALL_SOUTH } |