34 mMilleRecordsFileName(
"mft_mille_records.root"),
35 mMilleConstraintsRecFileName(
"mft_mille_constraints.root"),
37 mGlobalParameterStatus(
std::vector<
int>(mNumberOfGlobalParam))
47 LOGF(
debug,
"Aligner instantiated");
53 LOGF(
debug,
"Aligner destroyed");
Abstract base class for the standalone alignment of MFT.
ClassImp(o2::mft::Aligner)
General class for alignment with large number of degrees of freedom, adapted from AliROOT.
virtual ~Aligner()
destructor
std::vector< int > mGlobalParameterStatus
vector of effective degrees of freedom, used to fix detectors, parameters, etc.
static constexpr int mFreeParId
std::array< double, mNDofPerSensor > mAllowVar
"Encouraged" variation for degrees of freedom {dx, dy, dRz, dz}
Defining DataPointCompositeObject explicitly as copiable.