ATLAS Offline Software
MuonTrackMakerStlTools.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 MUONTRACKMAKERSTLTOOLS_H
6 #define MUONTRACKMAKERSTLTOOLS_H
7 
8 namespace Muon {
9 
10  template <class T> struct MuonDeleteObject {
11  void operator()(T* entry) { delete entry; }
12  };
13 
14 } // namespace Muon
15 
16 #endif
Muon::MuonDeleteObject::operator()
void operator()(T *entry)
Definition: MuonTrackMakerStlTools.h:11
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
GetAllXsec.entry
list entry
Definition: GetAllXsec.py:132
Muon::MuonDeleteObject
Definition: MuonTrackMakerStlTools.h:10