Skip to content

Commit 1a554c9

Browse files
Refactor DPLDigitizerParam instance creation
1 parent bb079c8 commit 1a554c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/Upgrades/ALICE3/IOTOF/simulation/src/DPLDigitizerParam.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ namespace iotof
1717
{
1818
// this makes sure that the constructor of the parameters is statically called
1919
// so that these params are part of the parameter database
20-
static auto& sDigitizerParamTF3 = o2::iotof::DPLDigitizerParam<o2::detectors::DetID::TF3>::Instance();
20+
static auto& sDigitizerParamTF3 = o2::iotof::DPLDigitizerParam::Instance();
2121
} // namespace iotof
2222
} // namespace o2

0 commit comments

Comments
 (0)