FairRoot/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 
13  public:
15 
16  PndCAFieldValue(float f):fcBz(f){}
17  operator float() const { return fcBz; }
18 
19  private:
20  float fcBz;
21 };
22 
23 #endif
TFile * f
Definition: bump_analys.C:12
PndCAFieldValue(float f)