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 140 of file ALFA_GeometryReader.h.

Constructor & Destructor Documentation

◆ ROMAPOT()

ROMAPOT::ROMAPOT ( )
inline

Definition at line 142 of file ALFA_GeometryReader.h.

143  {
144  clear();
145  }

Member Function Documentation

◆ clear()

void ROMAPOT::clear ( )
inline

Definition at line 158 of file ALFA_GeometryReader.h.

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

Member Data Documentation

◆ eMDGeometryType

eGeoSourceType ROMAPOT::eMDGeometryType

Definition at line 147 of file ALFA_GeometryReader.h.

◆ eODGeometryType

eGeoSourceType ROMAPOT::eODGeometryType

Definition at line 148 of file ALFA_GeometryReader.h.

◆ ListODFibersU0

std::list<FIBERPARAMS> ROMAPOT::ListODFibersU0

Definition at line 151 of file ALFA_GeometryReader.h.

◆ ListODFibersU1

std::list<FIBERPARAMS> ROMAPOT::ListODFibersU1

Definition at line 153 of file ALFA_GeometryReader.h.

◆ ListODFibersV0

std::list<FIBERPARAMS> ROMAPOT::ListODFibersV0

Definition at line 152 of file ALFA_GeometryReader.h.

◆ ListODFibersV1

std::list<FIBERPARAMS> ROMAPOT::ListODFibersV1

Definition at line 154 of file ALFA_GeometryReader.h.

◆ ListUFibers

std::list<FIBERPARAMS> ROMAPOT::ListUFibers

Definition at line 149 of file ALFA_GeometryReader.h.

◆ ListVFibers

std::list<FIBERPARAMS> ROMAPOT::ListVFibers

Definition at line 150 of file ALFA_GeometryReader.h.

◆ MapODPlates

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

Definition at line 156 of file ALFA_GeometryReader.h.

◆ MapPlates

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

Definition at line 155 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:153
ROMAPOT::ListVFibers
std::list< FIBERPARAMS > ListVFibers
Definition: ALFA_GeometryReader.h:150
EGST_IDEALGEOMETRY
@ EGST_IDEALGEOMETRY
Definition: ALFA_GeometryReader.h:24
ROMAPOT::eODGeometryType
eGeoSourceType eODGeometryType
Definition: ALFA_GeometryReader.h:148
ROMAPOT::ListODFibersU0
std::list< FIBERPARAMS > ListODFibersU0
Definition: ALFA_GeometryReader.h:151
ROMAPOT::clear
void clear()
Definition: ALFA_GeometryReader.h:158
ROMAPOT::eMDGeometryType
eGeoSourceType eMDGeometryType
Definition: ALFA_GeometryReader.h:147
ROMAPOT::MapODPlates
std::map< int, PLATEPARAMS > MapODPlates
Definition: ALFA_GeometryReader.h:156
ROMAPOT::ListUFibers
std::list< FIBERPARAMS > ListUFibers
Definition: ALFA_GeometryReader.h:149
ROMAPOT::MapPlates
std::map< int, PLATEPARAMS > MapPlates
Definition: ALFA_GeometryReader.h:155
ROMAPOT::ListODFibersV1
std::list< FIBERPARAMS > ListODFibersV1
Definition: ALFA_GeometryReader.h:154
ROMAPOT::ListODFibersV0
std::list< FIBERPARAMS > ListODFibersV0
Definition: ALFA_GeometryReader.h:152