Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
N21-01-24
StandardRecord
SREnergy.cxx
Go to the documentation of this file.
1
////////////////////////////////////////////////////////////////////////
2
// \file SREnergy.h
3
// \brief This is a simple class for energy estimators in the standard record.
4
// \version $Id: SREnergy.cxx,v 1.3 2012-11-19 17:32:22 rocco Exp $
5
// \author $Author: rocco $
6
// \date $Date: 2012-11-19 17:32:22 $
7
////////////////////////////////////////////////////////////////////////
8
#include<limits>
9
10
#include "
StandardRecord/SREnergy.h
"
11
12
namespace
caf
13
{
14
15
SREnergy::SREnergy
():
16
E
(
std
::numeric_limits<
float
>::signaling_NaN())
17
{ }
18
19
20
SREnergy::~SREnergy
(){ }
21
22
void
SREnergy::setDefault
()
23
{
24
E
= -5;
25
}
26
27
}
// end namespace caf
28
////////////////////////////////////////////////////////////////////////
caf::SREnergy::setDefault
virtual void setDefault()
Definition:
SREnergy.cxx:22
std
Definition:
SpectrumLoaderBase.h:26
SREnergy.h
check_time_usage.float
float
Definition:
check_time_usage.py:7
E
Float_t E
Definition:
plot.C:20
caf::SREnergy::~SREnergy
virtual ~SREnergy()
Definition:
SREnergy.cxx:20
caf::SREnergy::E
float E
Energy [GeV].
Definition:
SREnergy.h:20
caf::SREnergy::SREnergy
SREnergy()
Definition:
SREnergy.cxx:15
caf
This module creates Common Analysis Files.
Definition:
FileReducer.h:10
Generated on Sun Jan 24 2021 14:13:18 for NOvA by
1.8.11