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

#include <ALFA_GeometryReader.h>

Collaboration diagram for RPPOSPARAMS:

Public Member Functions

void clear ()

Public Attributes

char szLabel [8]
HepGeom::Point3D< double > IdealMainPoint
HepGeom::Point3D< double > IdealMainPointInStation
HepGeom::Point3D< double > IdealRefPoint
bool bIsLow
eAStationName eASName
RPPINS RefPins
double fCurrentLVDTmm
HepGeom::Vector3D< double > DetectorNormal
std::vector< HepGeom::Point3D< double > > VecIdealRPRefPoints
std::vector< HepGeom::Point3D< double > > VecRealRPRefPoints
HepGeom::Transform3D RPIdealTransformInStation
HepGeom::Transform3D RPSWTransformInStation
HepGeom::Transform3D RPTransformInStation
HepGeom::Scale3D RPScaleInStation
std::vector< HepGeom::Point3D< double > > VecIdealDetRefPoints
std::vector< HepGeom::Point3D< double > > VecRealDetRefPoints
HepGeom::Transform3D DetIdealTransformInMainPoint
HepGeom::Transform3D DetSWTransformInMainPoint
HepGeom::Transform3D DetSWTransform
HepGeom::Point3D< double > OriginOfDetSWTransform
HepGeom::Transform3D DetTransformInMainPoint
HepGeom::Scale3D DetScaleInRP

Detailed Description

Definition at line 49 of file ALFA_GeometryReader.h.

Member Function Documentation

◆ clear()

void RPPOSPARAMS::clear ( )

Definition at line 45 of file ALFA_GeometryReader.cxx.

46{
47 memset(szLabel,0,sizeof(szLabel));
48 IdealRefPoint=HepGeom::Point3D<double>();
49 IdealMainPoint=HepGeom::Point3D<double>();
50 IdealMainPointInStation=HepGeom::Point3D<double>();
51
52 VecIdealRPRefPoints.clear();
53 VecRealRPRefPoints.clear();
54 RPIdealTransformInStation=HepGeom::Transform3D();
55 RPSWTransformInStation=HepGeom::Transform3D();
56 RPTransformInStation=HepGeom::Transform3D();
57
59 VecRealDetRefPoints.clear();
60 DetIdealTransformInMainPoint=HepGeom::Transform3D();
61 DetSWTransformInMainPoint=HepGeom::Transform3D();
62 DetTransformInMainPoint=HepGeom::Transform3D();
63
64 bIsLow=false;
67 DetectorNormal=HepGeom::Vector3D<double>();
68
69 RefPins.clear();
70}
@ EASN_UNDEFINED
HepGeom::Vector3D< double > DetectorNormal
HepGeom::Transform3D RPTransformInStation
HepGeom::Point3D< double > IdealMainPointInStation
std::vector< HepGeom::Point3D< double > > VecIdealDetRefPoints
std::vector< HepGeom::Point3D< double > > VecRealRPRefPoints
std::vector< HepGeom::Point3D< double > > VecIdealRPRefPoints
HepGeom::Transform3D DetSWTransformInMainPoint
HepGeom::Point3D< double > IdealRefPoint
HepGeom::Transform3D RPSWTransformInStation
HepGeom::Transform3D DetTransformInMainPoint
HepGeom::Point3D< double > IdealMainPoint
HepGeom::Transform3D RPIdealTransformInStation
std::vector< HepGeom::Point3D< double > > VecRealDetRefPoints
eAStationName eASName
HepGeom::Transform3D DetIdealTransformInMainPoint

Member Data Documentation

◆ bIsLow

bool RPPOSPARAMS::bIsLow

Definition at line 54 of file ALFA_GeometryReader.h.

◆ DetectorNormal

HepGeom::Vector3D<double> RPPOSPARAMS::DetectorNormal

Definition at line 58 of file ALFA_GeometryReader.h.

◆ DetIdealTransformInMainPoint

HepGeom::Transform3D RPPOSPARAMS::DetIdealTransformInMainPoint

Definition at line 71 of file ALFA_GeometryReader.h.

◆ DetScaleInRP

HepGeom::Scale3D RPPOSPARAMS::DetScaleInRP

Definition at line 77 of file ALFA_GeometryReader.h.

◆ DetSWTransform

HepGeom::Transform3D RPPOSPARAMS::DetSWTransform

Definition at line 74 of file ALFA_GeometryReader.h.

◆ DetSWTransformInMainPoint

HepGeom::Transform3D RPPOSPARAMS::DetSWTransformInMainPoint

Definition at line 72 of file ALFA_GeometryReader.h.

◆ DetTransformInMainPoint

HepGeom::Transform3D RPPOSPARAMS::DetTransformInMainPoint

Definition at line 76 of file ALFA_GeometryReader.h.

◆ eASName

eAStationName RPPOSPARAMS::eASName

Definition at line 55 of file ALFA_GeometryReader.h.

◆ fCurrentLVDTmm

double RPPOSPARAMS::fCurrentLVDTmm

Definition at line 57 of file ALFA_GeometryReader.h.

◆ IdealMainPoint

HepGeom::Point3D<double> RPPOSPARAMS::IdealMainPoint

Definition at line 51 of file ALFA_GeometryReader.h.

◆ IdealMainPointInStation

HepGeom::Point3D<double> RPPOSPARAMS::IdealMainPointInStation

Definition at line 52 of file ALFA_GeometryReader.h.

◆ IdealRefPoint

HepGeom::Point3D<double> RPPOSPARAMS::IdealRefPoint

Definition at line 53 of file ALFA_GeometryReader.h.

◆ OriginOfDetSWTransform

HepGeom::Point3D<double> RPPOSPARAMS::OriginOfDetSWTransform

Definition at line 75 of file ALFA_GeometryReader.h.

◆ RefPins

RPPINS RPPOSPARAMS::RefPins

Definition at line 56 of file ALFA_GeometryReader.h.

◆ RPIdealTransformInStation

HepGeom::Transform3D RPPOSPARAMS::RPIdealTransformInStation

Definition at line 63 of file ALFA_GeometryReader.h.

◆ RPScaleInStation

HepGeom::Scale3D RPPOSPARAMS::RPScaleInStation

Definition at line 66 of file ALFA_GeometryReader.h.

◆ RPSWTransformInStation

HepGeom::Transform3D RPPOSPARAMS::RPSWTransformInStation

Definition at line 64 of file ALFA_GeometryReader.h.

◆ RPTransformInStation

HepGeom::Transform3D RPPOSPARAMS::RPTransformInStation

Definition at line 65 of file ALFA_GeometryReader.h.

◆ szLabel

char RPPOSPARAMS::szLabel[8]

Definition at line 50 of file ALFA_GeometryReader.h.

◆ VecIdealDetRefPoints

std::vector<HepGeom::Point3D<double> > RPPOSPARAMS::VecIdealDetRefPoints

Definition at line 69 of file ALFA_GeometryReader.h.

◆ VecIdealRPRefPoints

std::vector<HepGeom::Point3D<double> > RPPOSPARAMS::VecIdealRPRefPoints

Definition at line 61 of file ALFA_GeometryReader.h.

◆ VecRealDetRefPoints

std::vector<HepGeom::Point3D<double> > RPPOSPARAMS::VecRealDetRefPoints

Definition at line 70 of file ALFA_GeometryReader.h.

◆ VecRealRPRefPoints

std::vector<HepGeom::Point3D<double> > RPPOSPARAMS::VecRealRPRefPoints

Definition at line 62 of file ALFA_GeometryReader.h.


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