Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
DataFormats
METObjects
src
BaseMET.cc
Go to the documentation of this file.
1
// File: BaseMET.cc
2
// Description: see BaseMET.h
3
// Author: Michael Schmitt, R. Cavanaugh University of Florida
4
// Creation Date: MHS MAY 30, 2005 initial version
5
6
#include "
DataFormats/METObjects/interface/BaseMET.h
"
7
8
using namespace
std;
9
10
BaseMETv0::BaseMETv0
()
11
{
12
clearMET();
13
}
14
15
void
BaseMETv0::clearMET
()
16
{
17
//data.label[0] = '\0';
18
data
.met = 0.0;
19
data
.mex = 0.0;
20
data
.mey = 0.0;
21
data
.mez = 0.0;
22
data
.sumet = 0.0;
23
data
.phi = 0.0;
24
}
data
char data[epos_bytes_allocation]
Definition:
EPOS_Wrapper.h:82
BaseMETv0::BaseMETv0
BaseMETv0()
Definition:
BaseMET.cc:10
BaseMETv0::clearMET
void clearMET()
Definition:
BaseMET.cc:15
BaseMET.h
Generated for CMSSW Reference Manual by
1.8.5