ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
nested configuration struct More...
Public Attributes | |
DetectorStore | detectorStore |
The detector store (filled at creation creation) | |
unsigned int | iovSize = 100 |
Alignment frequency - every X events. | |
unsigned int | flushSize = 200 |
Flush store size - garbage collection. | |
std::shared_ptr< RandomNumbers > | randomNumberSvc = nullptr |
double | gSigmaX = 0. |
Gaussian module parameters - 6 Degrees of freedom. | |
double | gSigmaY = 0. |
double | gSigmaZ = 0. |
double | aSigmaX = 0. |
double | aSigmaY = 0. |
double | aSigmaZ = 0. |
bool | firstIovNominal = false |
nested configuration struct
Definition at line 36 of file AlignmentDecorator.hpp.
View newest version in sPHENIX GitHub at line 36 of file AlignmentDecorator.hpp
double FW::Contextual::AlignmentDecorator::Config::aSigmaX = 0. |
Definition at line 52 of file AlignmentDecorator.hpp.
View newest version in sPHENIX GitHub at line 52 of file AlignmentDecorator.hpp
double FW::Contextual::AlignmentDecorator::Config::aSigmaY = 0. |
Definition at line 53 of file AlignmentDecorator.hpp.
View newest version in sPHENIX GitHub at line 53 of file AlignmentDecorator.hpp
double FW::Contextual::AlignmentDecorator::Config::aSigmaZ = 0. |
Definition at line 54 of file AlignmentDecorator.hpp.
View newest version in sPHENIX GitHub at line 54 of file AlignmentDecorator.hpp
DetectorStore FW::Contextual::AlignmentDecorator::Config::detectorStore |
The detector store (filled at creation creation)
Definition at line 38 of file AlignmentDecorator.hpp.
View newest version in sPHENIX GitHub at line 38 of file AlignmentDecorator.hpp
Referenced by AlignedDetector::finalize().
bool FW::Contextual::AlignmentDecorator::Config::firstIovNominal = false |
Definition at line 56 of file AlignmentDecorator.hpp.
View newest version in sPHENIX GitHub at line 56 of file AlignmentDecorator.hpp
unsigned int FW::Contextual::AlignmentDecorator::Config::flushSize = 200 |
Flush store size - garbage collection.
Definition at line 44 of file AlignmentDecorator.hpp.
View newest version in sPHENIX GitHub at line 44 of file AlignmentDecorator.hpp
double FW::Contextual::AlignmentDecorator::Config::gSigmaX = 0. |
Gaussian module parameters - 6 Degrees of freedom.
Definition at line 49 of file AlignmentDecorator.hpp.
View newest version in sPHENIX GitHub at line 49 of file AlignmentDecorator.hpp
double FW::Contextual::AlignmentDecorator::Config::gSigmaY = 0. |
Definition at line 50 of file AlignmentDecorator.hpp.
View newest version in sPHENIX GitHub at line 50 of file AlignmentDecorator.hpp
double FW::Contextual::AlignmentDecorator::Config::gSigmaZ = 0. |
Definition at line 51 of file AlignmentDecorator.hpp.
View newest version in sPHENIX GitHub at line 51 of file AlignmentDecorator.hpp
unsigned int FW::Contextual::AlignmentDecorator::Config::iovSize = 100 |
Alignment frequency - every X events.
Definition at line 41 of file AlignmentDecorator.hpp.
View newest version in sPHENIX GitHub at line 41 of file AlignmentDecorator.hpp
std::shared_ptr<RandomNumbers> FW::Contextual::AlignmentDecorator::Config::randomNumberSvc = nullptr |
Definition at line 46 of file AlignmentDecorator.hpp.
View newest version in sPHENIX GitHub at line 46 of file AlignmentDecorator.hpp