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

#include <IForwardRegionProperties.h>

Collaboration diagram for _FWDMg_CONFIGURATION:

Public Member Functions

void clear ()

Public Attributes

std::string twissFileB1
std::string twissFileB2
double momentum
std::vector< double > pointQ1Start
std::vector< double > pointQ2aStart
std::vector< double > pointQ2bStart
std::vector< double > pointQ3Start
std::vector< double > pointQ4Start
std::vector< double > pointQ5Start
std::vector< double > pointQ6Start
std::vector< double > pointQ7aStart
std::vector< double > pointQ7bStart
std::vector< double > pointD1aStart
std::vector< double > pointD1bStart
std::vector< double > pointD1cStart
std::vector< double > pointD1dStart
std::vector< double > pointD1eStart
std::vector< double > pointD1fStart
std::vector< double > pointD2Start
std::vector< double > pointQ1End
std::vector< double > pointQ2aEnd
std::vector< double > pointQ2bEnd
std::vector< double > pointQ3End
std::vector< double > pointQ4End
std::vector< double > pointQ5End
std::vector< double > pointQ6End
std::vector< double > pointQ7aEnd
std::vector< double > pointQ7bEnd
std::vector< double > pointD1aEnd
std::vector< double > pointD1bEnd
std::vector< double > pointD1cEnd
std::vector< double > pointD1dEnd
std::vector< double > pointD1eEnd
std::vector< double > pointD1fEnd
std::vector< double > pointD2End
std::vector< double > fQ1RotZ
std::vector< double > fQ2aRotZ
std::vector< double > fQ2bRotZ
std::vector< double > fQ3RotZ
std::vector< double > fQ4RotZ
std::vector< double > fQ5RotZ
std::vector< double > fQ6RotZ
std::vector< double > fQ7aRotZ
std::vector< double > fQ7bRotZ
std::vector< double > fD1aRotZ
std::vector< double > fD1bRotZ
std::vector< double > fD1cRotZ
std::vector< double > fD1dRotZ
std::vector< double > fD1eRotZ
std::vector< double > fD1fRotZ
std::vector< double > fD2RotZ
bool bUseFLUKAMapsForInnerTriplet

Detailed Description

Definition at line 12 of file IForwardRegionProperties.h.

Member Function Documentation

◆ clear()

void _FWDMg_CONFIGURATION::clear ( )
inline

Definition at line 72 of file IForwardRegionProperties.h.

73 {
74 twissFileB1 = "";
75 twissFileB2 = "";
76 momentum = 0;
77
78 pointQ1Start.assign(6, 0.0);
79 pointQ1End.assign(6, 0.0);
80 fQ1RotZ.assign(2, 0.0);
81
82 pointQ2aStart.assign(6, 0.0);
83 pointQ2aEnd.assign(6, 0.0);
84 fQ2aRotZ.assign(2, 0.0);
85
86 pointQ2bStart.assign(6, 0.0);
87 pointQ2bEnd.assign(6, 0.0);
88 fQ2bRotZ.assign(2, 0.0);
89
90 pointQ3Start.assign(6, 0.0);
91 pointQ3End.assign(6, 0.0);
92 fQ3RotZ.assign(2, 0.0);
93
94 pointQ4Start.assign(6, 0.0);
95 pointQ4End.assign(6, 0.0);
96 fQ4RotZ.assign(2, 0.0);
97
98 pointQ5Start.assign(6, 0.0);
99 pointQ5End.assign(6, 0.0);
100 fQ5RotZ.assign(2, 0.0);
101
102 pointQ6Start.assign(6, 0.0);
103 pointQ6End.assign(6, 0.0);
104 fQ6RotZ.assign(2, 0.0);
105
106 pointQ7aStart.assign(6, 0.0);
107 pointQ7aEnd.assign(6, 0.0);
108 fQ7aRotZ.assign(2, 0.0);
109
110 pointQ7bStart.assign(6, 0.0);
111 pointQ7bEnd.assign(6, 0.0);
112 fQ7bRotZ.assign(2, 0.0);
113
114 pointD1aStart.assign(6, 0.0);
115 pointD1aEnd.assign(6, 0.0);
116 fD1aRotZ.assign(2, 0.0);
117
118 pointD1bStart.assign(6, 0.0);
119 pointD1bEnd.assign(6, 0.0);
120 fD1bRotZ.assign(2, 0.0);
121
122 pointD1cStart.assign(6, 0.0);
123 pointD1cEnd.assign(6, 0.0);
124 fD1cRotZ.assign(2, 0.0);
125
126 pointD1dStart.assign(6, 0.0);
127 pointD1dEnd.assign(6, 0.0);
128 fD1dRotZ.assign(2, 0.0);
129
130 pointD1eStart.assign(6, 0.0);
131 pointD1eEnd.assign(6, 0.0);
132 fD1eRotZ.assign(2, 0.0);
133
134 pointD1fStart.assign(6, 0.0);
135 pointD1fEnd.assign(6, 0.0);
136 fD1fRotZ.assign(2, 0.0);
137
138 pointD2Start.assign(6, 0.0);
139 pointD2End.assign(6, 0.0);
140 fD2RotZ.assign(2, 0.0);
141
143 }
std::vector< double > pointD1eEnd
std::vector< double > fD1aRotZ
std::vector< double > pointQ7aStart
std::vector< double > fQ6RotZ
std::vector< double > pointD1eStart
std::vector< double > fD2RotZ
std::vector< double > pointD2Start
std::vector< double > pointQ2aStart
std::vector< double > pointQ1End
std::vector< double > pointQ7bEnd
std::vector< double > pointD1fStart
std::vector< double > pointQ4Start
std::vector< double > fQ7aRotZ
std::vector< double > pointQ2bStart
std::vector< double > pointD1cEnd
std::vector< double > fD1fRotZ
std::vector< double > fD1eRotZ
std::vector< double > pointQ2aEnd
std::vector< double > fQ2bRotZ
std::vector< double > pointQ1Start
std::vector< double > pointQ7aEnd
std::vector< double > pointQ6End
std::vector< double > pointD1aStart
std::vector< double > pointD1fEnd
std::vector< double > pointQ3End
std::vector< double > pointD1bEnd
std::vector< double > pointD2End
std::vector< double > pointQ6Start
std::vector< double > pointQ3Start
std::vector< double > fD1dRotZ
std::vector< double > fQ3RotZ
std::vector< double > pointQ4End
std::vector< double > pointD1dStart
std::vector< double > fQ4RotZ
std::vector< double > fQ1RotZ
std::vector< double > pointQ7bStart
std::vector< double > pointD1aEnd
std::vector< double > pointD1dEnd
std::vector< double > fQ7bRotZ
std::vector< double > fQ2aRotZ
std::vector< double > fD1bRotZ
std::vector< double > pointQ5End
std::vector< double > pointQ2bEnd
std::vector< double > pointD1bStart
std::vector< double > pointQ5Start
std::vector< double > pointD1cStart
std::vector< double > fQ5RotZ
std::vector< double > fD1cRotZ

Member Data Documentation

◆ bUseFLUKAMapsForInnerTriplet

bool _FWDMg_CONFIGURATION::bUseFLUKAMapsForInnerTriplet

Definition at line 68 of file IForwardRegionProperties.h.

◆ fD1aRotZ

std::vector<double> _FWDMg_CONFIGURATION::fD1aRotZ

Definition at line 60 of file IForwardRegionProperties.h.

◆ fD1bRotZ

std::vector<double> _FWDMg_CONFIGURATION::fD1bRotZ

Definition at line 61 of file IForwardRegionProperties.h.

◆ fD1cRotZ

std::vector<double> _FWDMg_CONFIGURATION::fD1cRotZ

Definition at line 62 of file IForwardRegionProperties.h.

◆ fD1dRotZ

std::vector<double> _FWDMg_CONFIGURATION::fD1dRotZ

Definition at line 63 of file IForwardRegionProperties.h.

◆ fD1eRotZ

std::vector<double> _FWDMg_CONFIGURATION::fD1eRotZ

Definition at line 64 of file IForwardRegionProperties.h.

◆ fD1fRotZ

std::vector<double> _FWDMg_CONFIGURATION::fD1fRotZ

Definition at line 65 of file IForwardRegionProperties.h.

◆ fD2RotZ

std::vector<double> _FWDMg_CONFIGURATION::fD2RotZ

Definition at line 66 of file IForwardRegionProperties.h.

◆ fQ1RotZ

std::vector<double> _FWDMg_CONFIGURATION::fQ1RotZ

Definition at line 51 of file IForwardRegionProperties.h.

◆ fQ2aRotZ

std::vector<double> _FWDMg_CONFIGURATION::fQ2aRotZ

Definition at line 52 of file IForwardRegionProperties.h.

◆ fQ2bRotZ

std::vector<double> _FWDMg_CONFIGURATION::fQ2bRotZ

Definition at line 53 of file IForwardRegionProperties.h.

◆ fQ3RotZ

std::vector<double> _FWDMg_CONFIGURATION::fQ3RotZ

Definition at line 54 of file IForwardRegionProperties.h.

◆ fQ4RotZ

std::vector<double> _FWDMg_CONFIGURATION::fQ4RotZ

Definition at line 55 of file IForwardRegionProperties.h.

◆ fQ5RotZ

std::vector<double> _FWDMg_CONFIGURATION::fQ5RotZ

Definition at line 56 of file IForwardRegionProperties.h.

◆ fQ6RotZ

std::vector<double> _FWDMg_CONFIGURATION::fQ6RotZ

Definition at line 57 of file IForwardRegionProperties.h.

◆ fQ7aRotZ

std::vector<double> _FWDMg_CONFIGURATION::fQ7aRotZ

Definition at line 58 of file IForwardRegionProperties.h.

◆ fQ7bRotZ

std::vector<double> _FWDMg_CONFIGURATION::fQ7bRotZ

Definition at line 59 of file IForwardRegionProperties.h.

◆ momentum

double _FWDMg_CONFIGURATION::momentum

Definition at line 15 of file IForwardRegionProperties.h.

◆ pointD1aEnd

std::vector<double> _FWDMg_CONFIGURATION::pointD1aEnd

Definition at line 43 of file IForwardRegionProperties.h.

◆ pointD1aStart

std::vector<double> _FWDMg_CONFIGURATION::pointD1aStart

Definition at line 26 of file IForwardRegionProperties.h.

◆ pointD1bEnd

std::vector<double> _FWDMg_CONFIGURATION::pointD1bEnd

Definition at line 44 of file IForwardRegionProperties.h.

◆ pointD1bStart

std::vector<double> _FWDMg_CONFIGURATION::pointD1bStart

Definition at line 27 of file IForwardRegionProperties.h.

◆ pointD1cEnd

std::vector<double> _FWDMg_CONFIGURATION::pointD1cEnd

Definition at line 45 of file IForwardRegionProperties.h.

◆ pointD1cStart

std::vector<double> _FWDMg_CONFIGURATION::pointD1cStart

Definition at line 28 of file IForwardRegionProperties.h.

◆ pointD1dEnd

std::vector<double> _FWDMg_CONFIGURATION::pointD1dEnd

Definition at line 46 of file IForwardRegionProperties.h.

◆ pointD1dStart

std::vector<double> _FWDMg_CONFIGURATION::pointD1dStart

Definition at line 29 of file IForwardRegionProperties.h.

◆ pointD1eEnd

std::vector<double> _FWDMg_CONFIGURATION::pointD1eEnd

Definition at line 47 of file IForwardRegionProperties.h.

◆ pointD1eStart

std::vector<double> _FWDMg_CONFIGURATION::pointD1eStart

Definition at line 30 of file IForwardRegionProperties.h.

◆ pointD1fEnd

std::vector<double> _FWDMg_CONFIGURATION::pointD1fEnd

Definition at line 48 of file IForwardRegionProperties.h.

◆ pointD1fStart

std::vector<double> _FWDMg_CONFIGURATION::pointD1fStart

Definition at line 31 of file IForwardRegionProperties.h.

◆ pointD2End

std::vector<double> _FWDMg_CONFIGURATION::pointD2End

Definition at line 49 of file IForwardRegionProperties.h.

◆ pointD2Start

std::vector<double> _FWDMg_CONFIGURATION::pointD2Start

Definition at line 32 of file IForwardRegionProperties.h.

◆ pointQ1End

std::vector<double> _FWDMg_CONFIGURATION::pointQ1End

Definition at line 34 of file IForwardRegionProperties.h.

◆ pointQ1Start

std::vector<double> _FWDMg_CONFIGURATION::pointQ1Start

Definition at line 17 of file IForwardRegionProperties.h.

◆ pointQ2aEnd

std::vector<double> _FWDMg_CONFIGURATION::pointQ2aEnd

Definition at line 35 of file IForwardRegionProperties.h.

◆ pointQ2aStart

std::vector<double> _FWDMg_CONFIGURATION::pointQ2aStart

Definition at line 18 of file IForwardRegionProperties.h.

◆ pointQ2bEnd

std::vector<double> _FWDMg_CONFIGURATION::pointQ2bEnd

Definition at line 36 of file IForwardRegionProperties.h.

◆ pointQ2bStart

std::vector<double> _FWDMg_CONFIGURATION::pointQ2bStart

Definition at line 19 of file IForwardRegionProperties.h.

◆ pointQ3End

std::vector<double> _FWDMg_CONFIGURATION::pointQ3End

Definition at line 37 of file IForwardRegionProperties.h.

◆ pointQ3Start

std::vector<double> _FWDMg_CONFIGURATION::pointQ3Start

Definition at line 20 of file IForwardRegionProperties.h.

◆ pointQ4End

std::vector<double> _FWDMg_CONFIGURATION::pointQ4End

Definition at line 38 of file IForwardRegionProperties.h.

◆ pointQ4Start

std::vector<double> _FWDMg_CONFIGURATION::pointQ4Start

Definition at line 21 of file IForwardRegionProperties.h.

◆ pointQ5End

std::vector<double> _FWDMg_CONFIGURATION::pointQ5End

Definition at line 39 of file IForwardRegionProperties.h.

◆ pointQ5Start

std::vector<double> _FWDMg_CONFIGURATION::pointQ5Start

Definition at line 22 of file IForwardRegionProperties.h.

◆ pointQ6End

std::vector<double> _FWDMg_CONFIGURATION::pointQ6End

Definition at line 40 of file IForwardRegionProperties.h.

◆ pointQ6Start

std::vector<double> _FWDMg_CONFIGURATION::pointQ6Start

Definition at line 23 of file IForwardRegionProperties.h.

◆ pointQ7aEnd

std::vector<double> _FWDMg_CONFIGURATION::pointQ7aEnd

Definition at line 41 of file IForwardRegionProperties.h.

◆ pointQ7aStart

std::vector<double> _FWDMg_CONFIGURATION::pointQ7aStart

Definition at line 24 of file IForwardRegionProperties.h.

◆ pointQ7bEnd

std::vector<double> _FWDMg_CONFIGURATION::pointQ7bEnd

Definition at line 42 of file IForwardRegionProperties.h.

◆ pointQ7bStart

std::vector<double> _FWDMg_CONFIGURATION::pointQ7bStart

Definition at line 25 of file IForwardRegionProperties.h.

◆ twissFileB1

std::string _FWDMg_CONFIGURATION::twissFileB1

Definition at line 14 of file IForwardRegionProperties.h.

◆ twissFileB2

std::string _FWDMg_CONFIGURATION::twissFileB2

Definition at line 14 of file IForwardRegionProperties.h.


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