EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
CbmLitMemoryManagment.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file CbmLitMemoryManagment.h
1
#ifndef CBMLITMEMORYMANAGMENT_H_
2
#define CBMLITMEMORYMANAGMENT_H_
3
4
5
class
DeleteObject
{
6
public
:
7
template
<
typename
T>
8
void
operator()
(
const
T
* ptr)
const
{
9
delete
ptr;
10
}
11
};
12
13
14
#endif
/*CBMLITMEMORYMANAGMENT_H_*/
EicRoot
blob
master
rich
standalone
algorithm
CbmLitMemoryManagment.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:36
using
1.8.2 with
EIC GitHub integration