ATLAS Offline Software
Loading...
Searching...
No Matches
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
8namespace Muon {
9
10 template <class T> struct MuonDeleteObject {
11 void operator()(T* entry) { delete entry; }
12 };
13
14} // namespace Muon
15
16#endif
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.