ATLAS Offline Software
Loading...
Searching...
No Matches
ASPOSPARAMS Struct Reference

#include <ALFA_GeometryReader.h>

Collaboration diagram for ASPOSPARAMS:

Public Member Functions

void clear ()

Public Attributes

char szLabel [8]
HepGeom::Point3D< double > IdealMainPoint
HepGeom::Vector3D< double > ShiftE
HepGeom::Vector3D< double > ShiftS
HepGeom::Transform3D ASTransformInMainPoint
HepGeom::Transform3D ASTransformInATLAS

Detailed Description

Definition at line 83 of file ALFA_GeometryReader.h.

Member Function Documentation

◆ clear()

void ASPOSPARAMS::clear ( )

Definition at line 35 of file ALFA_GeometryReader.cxx.

36{
37 memset(szLabel,0,sizeof(szLabel));
38 IdealMainPoint=HepGeom::Point3D<double>();
39 ShiftE=HepGeom::Vector3D<double>();
40 ShiftS=HepGeom::Vector3D<double>();
41 ASTransformInMainPoint=HepGeom::Transform3D();
42 ASTransformInATLAS=HepGeom::Transform3D();
43}
HepGeom::Point3D< double > IdealMainPoint
HepGeom::Vector3D< double > ShiftS
HepGeom::Transform3D ASTransformInATLAS
HepGeom::Vector3D< double > ShiftE
HepGeom::Transform3D ASTransformInMainPoint

Member Data Documentation

◆ ASTransformInATLAS

HepGeom::Transform3D ASPOSPARAMS::ASTransformInATLAS

Definition at line 92 of file ALFA_GeometryReader.h.

◆ ASTransformInMainPoint

HepGeom::Transform3D ASPOSPARAMS::ASTransformInMainPoint

Definition at line 91 of file ALFA_GeometryReader.h.

◆ IdealMainPoint

HepGeom::Point3D<double> ASPOSPARAMS::IdealMainPoint

Definition at line 85 of file ALFA_GeometryReader.h.

◆ ShiftE

HepGeom::Vector3D<double> ASPOSPARAMS::ShiftE

Definition at line 89 of file ALFA_GeometryReader.h.

◆ ShiftS

HepGeom::Vector3D<double> ASPOSPARAMS::ShiftS

Definition at line 90 of file ALFA_GeometryReader.h.

◆ szLabel

char ASPOSPARAMS::szLabel[8]

Definition at line 84 of file ALFA_GeometryReader.h.


The documentation for this struct was generated from the following files: