Main Page
Class Categories
Classes
Namespaces
File List
File Members
exper-sw
cosmosw
AugerSW
Offline
source
main
Framework
Shower
AtmosphereParameters.cc
Go to the documentation of this file.
1
8
#include <evt/AtmosphereParameters.h>
9
#include <utl/AugerException.h>
10
11
using namespace
evt;
12
using namespace
std;
13
14
15
AtmosphereParameters::AtmosphereParameters
(
const
vector<double>& h,
16
const
vector<double>&
a
,
17
const
vector<double>&
b
,
18
const
vector<double>&
c
) :
19
fH(h),
20
fA(a),
21
fB(b),
22
fC(c)
23
{
24
const
unsigned
int
n =
fH
.size();
25
if
(n !=
fA
.size() || n !=
fB
.size() || n !=
fC
.size())
26
throw
utl::AugerException
(
"AtmosphereParameters::AtmosphereParameters constructor arguments MUST have the same length"
);
27
}
28
29
30
// Configure (x)emacs for this file ...
31
// Local Variables:
32
// mode: c++
33
// compile-command: "make -C .. -k"
34
// End:
utl::AugerException
Base class for all exceptions used in the auger offline code.
Definition:
AugerException.h:24
RdGeoCeLDFFitter::b
const double b[]
Definition:
RdGeoCeLDFFitter/LikelihoodFunction.cc:539
RdGeoCeLDFFitter::a
const double a[]
Definition:
RdGeoCeLDFFitter/LikelihoodFunction.cc:538
RdGeoCeLDFFitter::c
const double c[]
Definition:
RdGeoCeLDFFitter/LikelihoodFunction.cc:540
evt::AtmosphereParameters::fA
std::vector< double > fA
Definition:
AtmosphereParameters.h:78
evt::AtmosphereParameters::AtmosphereParameters
AtmosphereParameters()
Definition:
AtmosphereParameters.h:31
evt::AtmosphereParameters::fH
std::vector< double > fH
Definition:
AtmosphereParameters.h:77
evt::AtmosphereParameters::fB
std::vector< double > fB
Definition:
AtmosphereParameters.h:79
evt::AtmosphereParameters::fC
std::vector< double > fC
Definition:
AtmosphereParameters.h:80
, generated on Tue Sep 26 2023.