Skip to content

Commit dda09ab

Browse files
authored
Remove destructor implementation in dimuonV1
Removed destructor from dimuonV1 class.
1 parent a53014e commit dda09ab

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

PWGEM/Dilepton/Tasks/dimuonV1.cxx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -199,14 +199,6 @@ struct dimuonV1 {
199199
mRunNumber = collision.runNumber();
200200
}
201201

202-
~dimuonV1()
203-
{
204-
// delete emh_pos;
205-
// emh_pos = 0x0;
206-
// delete emh_neg;
207-
// emh_neg = 0x0;
208-
}
209-
210202
void addhistograms()
211203
{
212204
// event info

0 commit comments

Comments
 (0)