Skip to content

Commit

Permalink
added a comment to the markToDelete method
Browse files Browse the repository at this point in the history
  • Loading branch information
deguio committed Oct 15, 2014
1 parent d401535 commit 092854b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DQMServices/Core/interface/MonitorElement.h
Expand Up @@ -291,6 +291,7 @@ class MonitorElement
{ return data_.flags & DQMNet::DQM_PROP_MARKTODELETE; }

/// Mark the object for deletion.
/// NB: make sure that the following method is not called simultaneously for the same ME
void markToDelete(void)
{ data_.flags |= DQMNet::DQM_PROP_MARKTODELETE; }

Expand Down

0 comments on commit 092854b

Please sign in to comment.