Main Page
Namespaces
Classes
Package Documentation
Validation
Performance
bin
array.h
Go to the documentation of this file.
1
2
#ifndef ARRAY_H
3
#define ARRAY_H
4
5
double
**
new_Array2D_double
(
int
M,
int
N
);
6
void
Array2D_double_delete
(
int
M,
int
N
,
double
**
A
);
7
void
Array2D_double_copy
(
int
M,
int
N
,
double
**
B
,
double
**
A
);
8
9
#endif
Array2D_double_copy
void Array2D_double_copy(int M, int N, double **B, double **A)
Array2D_double_delete
void Array2D_double_delete(int M, int N, double **A)
TtFullHadDaughter::B
static const std::string B
Definition:
TtFullHadronicEvent.h:9
new_Array2D_double
double ** new_Array2D_double(int M, int N)
N
#define N
Definition:
blowfish.cc:9
patCaloMETCorrections_cff.A
A
Definition:
patCaloMETCorrections_cff.py:43
Generated for CMSSW Reference Manual by
1.8.11