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

#include <ALFA_DetectorFactory.h>

Collaboration diagram for _CONFIGURATION:

Public Member Functions

void clear ()

Public Attributes

GEOMETRYCONFIGURATION GeometryConfig
bool bConstructBeampipe {}
bool bAddIBP {}
std::vector< bool > bIsTransformInStation
std::vector< bool > bIsTransformInDetector
std::vector< double > pointTransformInDetectorB7L1U
std::vector< double > pointTransformInDetectorB7L1L
std::vector< double > pointTransformInDetectorA7L1U
std::vector< double > pointTransformInDetectorA7L1L
std::vector< double > pointTransformInDetectorB7R1U
std::vector< double > pointTransformInDetectorB7R1L
std::vector< double > pointTransformInDetectorA7R1U
std::vector< double > pointTransformInDetectorA7R1L
std::vector< double > vecTransformInDetectorB7L1U
std::vector< double > vecTransformInDetectorB7L1L
std::vector< double > vecTransformInDetectorA7L1U
std::vector< double > vecTransformInDetectorA7L1L
std::vector< double > vecTransformInDetectorB7R1U
std::vector< double > vecTransformInDetectorB7R1L
std::vector< double > vecTransformInDetectorA7R1U
std::vector< double > vecTransformInDetectorA7R1L
std::vector< double > vecTransformInStationB7L1U
std::vector< double > vecTransformInStationB7L1L
std::vector< double > vecTransformInStationA7L1U
std::vector< double > vecTransformInStationA7L1L
std::vector< double > vecTransformInStationB7R1U
std::vector< double > vecTransformInStationB7R1L
std::vector< double > vecTransformInStationA7R1U
std::vector< double > vecTransformInStationA7R1L

Detailed Description

Definition at line 39 of file ALFA_DetectorFactory.h.

Member Function Documentation

◆ clear()

void CONFIGURATION::clear ( )

Definition at line 52 of file ALFA_DetectorFactory.cxx.

53{
54 GeometryConfig.clear();
55
57 bAddIBP=true;
58
59 bIsTransformInStation.assign(8, false);
60 bIsTransformInDetector.assign(8, false);
61
62 pointTransformInDetectorB7L1U.assign(3, 0.0);
63 pointTransformInDetectorB7L1L.assign(3, 0.0);
64 pointTransformInDetectorA7L1U.assign(3, 0.0);
65 pointTransformInDetectorA7L1L.assign(3, 0.0);
66 pointTransformInDetectorB7R1U.assign(3, 0.0);
67 pointTransformInDetectorB7R1L.assign(3, 0.0);
68 pointTransformInDetectorA7R1U.assign(3, 0.0);
69 pointTransformInDetectorA7R1L.assign(3, 0.0);
70
71 vecTransformInDetectorB7L1U.assign(7, 0.0);
72 vecTransformInDetectorB7L1L.assign(7, 0.0);
73 vecTransformInDetectorA7L1U.assign(7, 0.0);
74 vecTransformInDetectorA7L1L.assign(7, 0.0);
75 vecTransformInDetectorB7R1U.assign(7, 0.0);
76 vecTransformInDetectorB7R1L.assign(7, 0.0);
77 vecTransformInDetectorA7R1U.assign(7, 0.0);
78 vecTransformInDetectorA7R1L.assign(7, 0.0);
79
80 vecTransformInStationB7L1U.assign(7, 0.0);
81 vecTransformInStationB7L1L.assign(7, 0.0);
82 vecTransformInStationA7L1U.assign(7, 0.0);
83 vecTransformInStationA7L1L.assign(7, 0.0);
84 vecTransformInStationB7R1U.assign(7, 0.0);
85 vecTransformInStationB7R1L.assign(7, 0.0);
86 vecTransformInStationA7R1U.assign(7, 0.0);
87 vecTransformInStationA7R1L.assign(7, 0.0);
88}
std::vector< double > vecTransformInStationA7L1U
std::vector< double > vecTransformInStationB7L1U
std::vector< double > vecTransformInDetectorA7L1L
std::vector< double > vecTransformInDetectorA7R1L
std::vector< double > pointTransformInDetectorB7L1L
std::vector< double > vecTransformInStationB7L1L
std::vector< double > pointTransformInDetectorA7R1U
std::vector< double > vecTransformInStationB7R1L
std::vector< double > vecTransformInStationB7R1U
std::vector< double > vecTransformInStationA7R1U
std::vector< double > vecTransformInDetectorB7L1L
std::vector< double > pointTransformInDetectorA7L1L
std::vector< double > vecTransformInStationA7L1L
std::vector< double > pointTransformInDetectorB7R1U
std::vector< double > pointTransformInDetectorA7R1L
std::vector< double > vecTransformInDetectorB7R1U
std::vector< double > pointTransformInDetectorB7L1U
GEOMETRYCONFIGURATION GeometryConfig
std::vector< double > vecTransformInDetectorA7R1U
std::vector< double > vecTransformInDetectorB7L1U
std::vector< bool > bIsTransformInStation
std::vector< bool > bIsTransformInDetector
std::vector< double > pointTransformInDetectorB7R1L
std::vector< double > vecTransformInStationA7R1L
std::vector< double > pointTransformInDetectorA7L1U
std::vector< double > vecTransformInDetectorB7R1L
std::vector< double > vecTransformInDetectorA7L1U

Member Data Documentation

◆ bAddIBP

bool _CONFIGURATION::bAddIBP {}

Definition at line 43 of file ALFA_DetectorFactory.h.

43{};

◆ bConstructBeampipe

bool _CONFIGURATION::bConstructBeampipe {}

Definition at line 42 of file ALFA_DetectorFactory.h.

42{};

◆ bIsTransformInDetector

std::vector<bool> _CONFIGURATION::bIsTransformInDetector

Definition at line 46 of file ALFA_DetectorFactory.h.

◆ bIsTransformInStation

std::vector<bool> _CONFIGURATION::bIsTransformInStation

Definition at line 45 of file ALFA_DetectorFactory.h.

◆ GeometryConfig

GEOMETRYCONFIGURATION _CONFIGURATION::GeometryConfig

Definition at line 40 of file ALFA_DetectorFactory.h.

◆ pointTransformInDetectorA7L1L

std::vector<double> _CONFIGURATION::pointTransformInDetectorA7L1L

Definition at line 50 of file ALFA_DetectorFactory.h.

◆ pointTransformInDetectorA7L1U

std::vector<double> _CONFIGURATION::pointTransformInDetectorA7L1U

Definition at line 49 of file ALFA_DetectorFactory.h.

◆ pointTransformInDetectorA7R1L

std::vector<double> _CONFIGURATION::pointTransformInDetectorA7R1L

Definition at line 54 of file ALFA_DetectorFactory.h.

◆ pointTransformInDetectorA7R1U

std::vector<double> _CONFIGURATION::pointTransformInDetectorA7R1U

Definition at line 53 of file ALFA_DetectorFactory.h.

◆ pointTransformInDetectorB7L1L

std::vector<double> _CONFIGURATION::pointTransformInDetectorB7L1L

Definition at line 48 of file ALFA_DetectorFactory.h.

◆ pointTransformInDetectorB7L1U

std::vector<double> _CONFIGURATION::pointTransformInDetectorB7L1U

Definition at line 47 of file ALFA_DetectorFactory.h.

◆ pointTransformInDetectorB7R1L

std::vector<double> _CONFIGURATION::pointTransformInDetectorB7R1L

Definition at line 52 of file ALFA_DetectorFactory.h.

◆ pointTransformInDetectorB7R1U

std::vector<double> _CONFIGURATION::pointTransformInDetectorB7R1U

Definition at line 51 of file ALFA_DetectorFactory.h.

◆ vecTransformInDetectorA7L1L

std::vector<double> _CONFIGURATION::vecTransformInDetectorA7L1L

Definition at line 58 of file ALFA_DetectorFactory.h.

◆ vecTransformInDetectorA7L1U

std::vector<double> _CONFIGURATION::vecTransformInDetectorA7L1U

Definition at line 57 of file ALFA_DetectorFactory.h.

◆ vecTransformInDetectorA7R1L

std::vector<double> _CONFIGURATION::vecTransformInDetectorA7R1L

Definition at line 62 of file ALFA_DetectorFactory.h.

◆ vecTransformInDetectorA7R1U

std::vector<double> _CONFIGURATION::vecTransformInDetectorA7R1U

Definition at line 61 of file ALFA_DetectorFactory.h.

◆ vecTransformInDetectorB7L1L

std::vector<double> _CONFIGURATION::vecTransformInDetectorB7L1L

Definition at line 56 of file ALFA_DetectorFactory.h.

◆ vecTransformInDetectorB7L1U

std::vector<double> _CONFIGURATION::vecTransformInDetectorB7L1U

Definition at line 55 of file ALFA_DetectorFactory.h.

◆ vecTransformInDetectorB7R1L

std::vector<double> _CONFIGURATION::vecTransformInDetectorB7R1L

Definition at line 60 of file ALFA_DetectorFactory.h.

◆ vecTransformInDetectorB7R1U

std::vector<double> _CONFIGURATION::vecTransformInDetectorB7R1U

Definition at line 59 of file ALFA_DetectorFactory.h.

◆ vecTransformInStationA7L1L

std::vector<double> _CONFIGURATION::vecTransformInStationA7L1L

Definition at line 66 of file ALFA_DetectorFactory.h.

◆ vecTransformInStationA7L1U

std::vector<double> _CONFIGURATION::vecTransformInStationA7L1U

Definition at line 65 of file ALFA_DetectorFactory.h.

◆ vecTransformInStationA7R1L

std::vector<double> _CONFIGURATION::vecTransformInStationA7R1L

Definition at line 70 of file ALFA_DetectorFactory.h.

◆ vecTransformInStationA7R1U

std::vector<double> _CONFIGURATION::vecTransformInStationA7R1U

Definition at line 69 of file ALFA_DetectorFactory.h.

◆ vecTransformInStationB7L1L

std::vector<double> _CONFIGURATION::vecTransformInStationB7L1L

Definition at line 64 of file ALFA_DetectorFactory.h.

◆ vecTransformInStationB7L1U

std::vector<double> _CONFIGURATION::vecTransformInStationB7L1U

Definition at line 63 of file ALFA_DetectorFactory.h.

◆ vecTransformInStationB7R1L

std::vector<double> _CONFIGURATION::vecTransformInStationB7R1L

Definition at line 68 of file ALFA_DetectorFactory.h.

◆ vecTransformInStationB7R1U

std::vector<double> _CONFIGURATION::vecTransformInStationB7R1U

Definition at line 67 of file ALFA_DetectorFactory.h.


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