ATLAS Offline Software
DeleteObject.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef MUONCALIB_DELETEOBJECT_H
6 #define MUONCALIB_DELETEOBJECT_H
7 
8 namespace MuonCalib {
14  struct DeleteObject {
15  template<class T>
16  void operator()(const T* p){
17  delete p;
18  }
19  };
20 }
21 
22 #endif
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
MuonCalib::DeleteObject::operator()
void operator()(const T *p)
Definition: DeleteObject.h:16
MuonCalib::DeleteObject
Definition: DeleteObject.h:14
MuonCalib
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
Definition: CscCalcPed.cxx:22