ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
ROMAPOT Struct Reference

#include <ALFA_GeometryReader.h>

Collaboration diagram for ROMAPOT:

Public Member Functions

 ROMAPOT ()
 
void clear ()
 

Public Attributes

eGeoSourceType eMDGeometryType
 
eGeoSourceType eODGeometryType
 
std::list< FIBERPARAMSListUFibers
 
std::list< FIBERPARAMSListVFibers
 
std::list< FIBERPARAMSListODFibersU0
 
std::list< FIBERPARAMSListODFibersV0
 
std::list< FIBERPARAMSListODFibersU1
 
std::list< FIBERPARAMSListODFibersV1
 
std::map< int, PLATEPARAMSMapPlates
 
std::map< int, PLATEPARAMSMapODPlates
 

Detailed Description

Definition at line 139 of file ALFA_GeometryReader.h.

Constructor & Destructor Documentation

◆ ROMAPOT()

ROMAPOT::ROMAPOT ( )
inline

Definition at line 141 of file ALFA_GeometryReader.h.

142  {
143  clear();
144  }

Member Function Documentation

◆ clear()

void ROMAPOT::clear ( )
inline

Definition at line 157 of file ALFA_GeometryReader.h.

158  {
161  ListUFibers.clear();
162  ListVFibers.clear();
163  ListODFibersU0.clear();
164  ListODFibersV0.clear();
165  ListODFibersU1.clear();
166  ListODFibersV1.clear();
167  MapPlates.clear();
168  MapODPlates.clear();
169  }

Member Data Documentation

◆ eMDGeometryType

eGeoSourceType ROMAPOT::eMDGeometryType

Definition at line 146 of file ALFA_GeometryReader.h.

◆ eODGeometryType

eGeoSourceType ROMAPOT::eODGeometryType

Definition at line 147 of file ALFA_GeometryReader.h.

◆ ListODFibersU0

std::list<FIBERPARAMS> ROMAPOT::ListODFibersU0

Definition at line 150 of file ALFA_GeometryReader.h.

◆ ListODFibersU1

std::list<FIBERPARAMS> ROMAPOT::ListODFibersU1

Definition at line 152 of file ALFA_GeometryReader.h.

◆ ListODFibersV0

std::list<FIBERPARAMS> ROMAPOT::ListODFibersV0

Definition at line 151 of file ALFA_GeometryReader.h.

◆ ListODFibersV1

std::list<FIBERPARAMS> ROMAPOT::ListODFibersV1

Definition at line 153 of file ALFA_GeometryReader.h.

◆ ListUFibers

std::list<FIBERPARAMS> ROMAPOT::ListUFibers

Definition at line 148 of file ALFA_GeometryReader.h.

◆ ListVFibers

std::list<FIBERPARAMS> ROMAPOT::ListVFibers

Definition at line 149 of file ALFA_GeometryReader.h.

◆ MapODPlates

std::map<int,PLATEPARAMS> ROMAPOT::MapODPlates

Definition at line 155 of file ALFA_GeometryReader.h.

◆ MapPlates

std::map<int,PLATEPARAMS> ROMAPOT::MapPlates

Definition at line 154 of file ALFA_GeometryReader.h.


The documentation for this struct was generated from the following file:
ROMAPOT::ListODFibersU1
std::list< FIBERPARAMS > ListODFibersU1
Definition: ALFA_GeometryReader.h:152
ROMAPOT::ListVFibers
std::list< FIBERPARAMS > ListVFibers
Definition: ALFA_GeometryReader.h:149
EGST_IDEALGEOMETRY
@ EGST_IDEALGEOMETRY
Definition: ALFA_GeometryReader.h:23
ROMAPOT::eODGeometryType
eGeoSourceType eODGeometryType
Definition: ALFA_GeometryReader.h:147
ROMAPOT::ListODFibersU0
std::list< FIBERPARAMS > ListODFibersU0
Definition: ALFA_GeometryReader.h:150
ROMAPOT::clear
void clear()
Definition: ALFA_GeometryReader.h:157
ROMAPOT::eMDGeometryType
eGeoSourceType eMDGeometryType
Definition: ALFA_GeometryReader.h:146
ROMAPOT::MapODPlates
std::map< int, PLATEPARAMS > MapODPlates
Definition: ALFA_GeometryReader.h:155
ROMAPOT::ListUFibers
std::list< FIBERPARAMS > ListUFibers
Definition: ALFA_GeometryReader.h:148
ROMAPOT::MapPlates
std::map< int, PLATEPARAMS > MapPlates
Definition: ALFA_GeometryReader.h:154
ROMAPOT::ListODFibersV1
std::list< FIBERPARAMS > ListODFibersV1
Definition: ALFA_GeometryReader.h:153
ROMAPOT::ListODFibersV0
std::list< FIBERPARAMS > ListODFibersV0
Definition: ALFA_GeometryReader.h:151