PandaRoot
PndCAFieldValue.h
Go to the documentation of this file.
1
//-*- Mode: C++ -*-
2
// *****************************************************************************
3
// *
4
// @Autors: I.Kulakov; M.Zyzak; I.Kisel *
5
// @e-mail: I.Kulakov@gsi.de; M.Zyzak@gsi.de; I.Kisel@compeng.uni-frankfurt.de *
6
// *
7
// *****************************************************************************
8
9
#ifndef PNDCAFIELDVALUE_H
10
#define PNDCAFIELDVALUE_H
11
12
struct
PndCAFieldValue
{
13
public
:
14
PndCAFieldValue
() : fcBz(0) {}
15
16
PndCAFieldValue
(
float
f
) : fcBz(f) {}
17
operator
float()
const
{
return
fcBz; }
18
19
private
:
20
float
fcBz;
21
};
22
23
#endif
PndCAFieldValue::PndCAFieldValue
PndCAFieldValue()
Definition:
PndCAFieldValue.h:14
PndCAFieldValue::PndCAFieldValue
PndCAFieldValue(float f)
Definition:
PndCAFieldValue.h:16
PndCAFieldValue
Definition:
PndCAFieldValue.h:12
f
float f
Definition:
P4_F32vec4.h:20
home
gitlab-runner
builds
LYZoAKaU
0
PandaRootGroup
PandaRoot
tracking
catracking
code
PndCAFieldValue.h
Generated on Fri Oct 21 2022 07:03:57 for PandaRoot by
1.8.13