![]() |
Project
|
Definition of the FT3Module class. More...
#include <TGeoVolume.h>#include <string>#include <vector>#include "FT3Simulation/FT3ModuleConstants.h"Go to the source code of this file.
Classes | |
| class | FT3Module |
Typedefs | |
| using | PositionType = std::pair< double, unsigned > |
| using | PositionTypes = std::vector< PositionType > |
| using | PosNegPositionTypes = std::pair< PositionTypes, PositionTypes > |
| using | PositionRangeType = std::pair< std::pair< double, double >, std::pair< double, double > > |
Definition of the FT3Module class.
Definition in file FT3Module.h.
| using PositionRangeType = std::pair<std::pair<double, double>, std::pair<double, double> > |
Definition at line 29 of file FT3Module.h.
| using PositionType = std::pair<double, unsigned> |
Definition at line 25 of file FT3Module.h.
| using PositionTypes = std::vector<PositionType> |
Definition at line 26 of file FT3Module.h.
| using PosNegPositionTypes = std::pair<PositionTypes, PositionTypes> |
Definition at line 27 of file FT3Module.h.