FairRoot/PandaRoot
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
tracking
catracking
code
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
f
TFile * f
Definition:
bump_analys.C:12
PndCAFieldValue::fcBz
float fcBz
Definition:
PndCAFieldValue.h:20
PndCAFieldValue::PndCAFieldValue
PndCAFieldValue(float f)
Definition:
PndCAFieldValue.h:16
PndCAFieldValue
Definition:
PndCAFieldValue.h:12
Generated on Wed Apr 3 2019 10:02:48 for FairRoot/PandaRoot by
1.8.5