We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7380c5a + 911fb38 commit 1ee624eCopy full SHA for 1ee624e
src/plugins/monitoring/pedestal_online/JEventProcessor_pedestal_online.cc
@@ -144,7 +144,7 @@ void JEventProcessor_pedestal_online::Process(const std::shared_ptr<const JEvent
144
event->Get(f125PIs);
145
146
// Although we are only filling objects local to this plugin, the directory changes: Global ROOT lock
147
- lockService->RootFillLock(this);
+ lockService->RootWriteLock();
148
149
if (peddir!=NULL) peddir->cd();
150
@@ -335,8 +335,9 @@ void JEventProcessor_pedestal_online::Process(const std::shared_ptr<const JEvent
335
}
336
337
maindir->cd();
338
+
339
// Unlock ROOT
- lockService->RootFillUnLock(this);
340
+ lockService->RootUnLock();
341
342
343
0 commit comments