Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
TrackingTools
TrajectoryState
interface
CopyUsingNew.h
Go to the documentation of this file.
1
#ifndef CopyUsingNew_H
2
#define CopyUsingNew_H
3
8
template
<
class
T>
9
class
CopyUsingNew
{
10
public
:
11
T
*
clone
(
const
T
&
value
) {
return
new
T
(value);}
12
};
13
14
#endif // CopyUsingNew_H
15
CopyUsingNew
Definition:
CopyUsingNew.h:9
relativeConstraints.value
tuple value
Definition:
relativeConstraints.py:54
CopyUsingNew::clone
T * clone(const T &value)
Definition:
CopyUsingNew.h:11
T
long double T
Definition:
Basic3DVectorLD.h:57
Generated for CMSSW Reference Manual by
1.8.5