Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
partons
core
partons-example
Commits
3fbe4930
Commit
3fbe4930
authored
Nov 22, 2021
by
Oskar Grocholski
Browse files
Commented vanishing polarizations
parent
6eac5c91
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
3fbe4930
...
@@ -84,7 +84,7 @@ int main(int argc, char** argv) {
...
@@ -84,7 +84,7 @@ int main(int argc, char** argv) {
// Create parameters to configure later DVCSCFFModel with PerturbativeQCD = LO
// Create parameters to configure later DVCSCFFModel with PerturbativeQCD = LO
ElemUtils
::
Parameters
parameters
(
ElemUtils
::
Parameters
parameters
(
PerturbativeQCDOrderType
::
PARAMETER_NAME_PERTURBATIVE_QCD_ORDER_TYPE
,
PerturbativeQCDOrderType
::
PARAMETER_NAME_PERTURBATIVE_QCD_ORDER_TYPE
,
PerturbativeQCDOrderType
::
LO
);
PerturbativeQCDOrderType
::
N
LO
);
// Configure DVCSCFFModule with previous parameters.
// Configure DVCSCFFModule with previous parameters.
pGAM2CFFModule
->
configure
(
parameters
);
pGAM2CFFModule
->
configure
(
parameters
);
...
@@ -111,22 +111,22 @@ int main(int argc, char** argv) {
...
@@ -111,22 +111,22 @@ int main(int argc, char** argv) {
std
::
make_tuple
(
PolarizationType
::
LIN_TRANS_X_PLUS
,
std
::
make_tuple
(
PolarizationType
::
LIN_TRANS_X_PLUS
,
PolarizationType
::
LIN_TRANS_X_PLUS
,
PolarizationType
::
LIN_TRANS_X_PLUS
,
PolarizationType
::
LIN_TRANS_X_PLUS
));
PolarizationType
::
LIN_TRANS_X_PLUS
));
polarizations
.
push_back
(
//
polarizations.push_back(
std
::
make_tuple
(
PolarizationType
::
LIN_TRANS_X_PLUS
,
//
std::make_tuple(PolarizationType::LIN_TRANS_X_PLUS,
PolarizationType
::
LIN_TRANS_Y_MINUS
,
//
PolarizationType::LIN_TRANS_Y_MINUS,
PolarizationType
::
LIN_TRANS_X_PLUS
));
//
PolarizationType::LIN_TRANS_X_PLUS));
polarizations
.
push_back
(
//
polarizations.push_back(
std
::
make_tuple
(
PolarizationType
::
LIN_TRANS_X_PLUS
,
//
std::make_tuple(PolarizationType::LIN_TRANS_X_PLUS,
PolarizationType
::
LIN_TRANS_X_PLUS
,
//
PolarizationType::LIN_TRANS_X_PLUS,
PolarizationType
::
LIN_TRANS_Y_MINUS
));
//
PolarizationType::LIN_TRANS_Y_MINUS));
polarizations
.
push_back
(
polarizations
.
push_back
(
std
::
make_tuple
(
PolarizationType
::
LIN_TRANS_X_PLUS
,
std
::
make_tuple
(
PolarizationType
::
LIN_TRANS_X_PLUS
,
PolarizationType
::
LIN_TRANS_Y_MINUS
,
PolarizationType
::
LIN_TRANS_Y_MINUS
,
PolarizationType
::
LIN_TRANS_Y_MINUS
));
PolarizationType
::
LIN_TRANS_Y_MINUS
));
polarizations
.
push_back
(
//
polarizations.push_back(
std
::
make_tuple
(
PolarizationType
::
LIN_TRANS_Y_MINUS
,
//
std::make_tuple(PolarizationType::LIN_TRANS_Y_MINUS,
PolarizationType
::
LIN_TRANS_X_PLUS
,
//
PolarizationType::LIN_TRANS_X_PLUS,
PolarizationType
::
LIN_TRANS_X_PLUS
));
//
PolarizationType::LIN_TRANS_X_PLUS));
polarizations
.
push_back
(
polarizations
.
push_back
(
std
::
make_tuple
(
PolarizationType
::
LIN_TRANS_Y_MINUS
,
std
::
make_tuple
(
PolarizationType
::
LIN_TRANS_Y_MINUS
,
PolarizationType
::
LIN_TRANS_Y_MINUS
,
PolarizationType
::
LIN_TRANS_Y_MINUS
,
...
@@ -135,10 +135,10 @@ int main(int argc, char** argv) {
...
@@ -135,10 +135,10 @@ int main(int argc, char** argv) {
std
::
make_tuple
(
PolarizationType
::
LIN_TRANS_Y_MINUS
,
std
::
make_tuple
(
PolarizationType
::
LIN_TRANS_Y_MINUS
,
PolarizationType
::
LIN_TRANS_X_PLUS
,
PolarizationType
::
LIN_TRANS_X_PLUS
,
PolarizationType
::
LIN_TRANS_Y_MINUS
));
PolarizationType
::
LIN_TRANS_Y_MINUS
));
polarizations
.
push_back
(
//
polarizations.push_back(
std
::
make_tuple
(
PolarizationType
::
LIN_TRANS_Y_MINUS
,
//
std::make_tuple(PolarizationType::LIN_TRANS_Y_MINUS,
PolarizationType
::
LIN_TRANS_Y_MINUS
,
//
PolarizationType::LIN_TRANS_Y_MINUS,
PolarizationType
::
LIN_TRANS_Y_MINUS
));
//
PolarizationType::LIN_TRANS_Y_MINUS));
// OLDER CODE
// OLDER CODE
// u - dependence
// u - dependence
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment