19 if (
"ntuple" == storageType) {
20 return std::make_unique<ConcreteVariablesToNtuplePersistenceManager>();
21 }
else if (
"histogram" == storageType) {
22 return std::make_unique<ConcreteVariablesToHistogramPersistenceManager>();
24 B2ERROR(
"Incorrect storage type.");