We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb079c8 commit 1a554c9Copy full SHA for 1a554c9
1 file changed
Detectors/Upgrades/ALICE3/IOTOF/simulation/src/DPLDigitizerParam.cxx
@@ -17,6 +17,6 @@ namespace iotof
17
{
18
// this makes sure that the constructor of the parameters is statically called
19
// so that these params are part of the parameter database
20
-static auto& sDigitizerParamTF3 = o2::iotof::DPLDigitizerParam<o2::detectors::DetID::TF3>::Instance();
+static auto& sDigitizerParamTF3 = o2::iotof::DPLDigitizerParam::Instance();
21
} // namespace iotof
22
} // namespace o2
0 commit comments