FairRoot/PandaRoot
Public Member Functions | Private Attributes | List of all members
PndCAFieldValue Struct Reference

#include <PndCAFieldValue.h>

Public Member Functions

 PndCAFieldValue ()
 
 PndCAFieldValue (float f)
 
 operator float () const
 

Private Attributes

float fcBz
 

Detailed Description

Definition at line 12 of file PndCAFieldValue.h.

Constructor & Destructor Documentation

PndCAFieldValue::PndCAFieldValue ( )
inline

Definition at line 14 of file PndCAFieldValue.h.

14 :fcBz(0){}
PndCAFieldValue::PndCAFieldValue ( float  f)
inline

Definition at line 16 of file PndCAFieldValue.h.

16 :fcBz(f){}
TFile * f
Definition: bump_analys.C:12

Member Function Documentation

PndCAFieldValue::operator float ( ) const
inline

Definition at line 17 of file PndCAFieldValue.h.

References fcBz.

17 { return fcBz; }

Member Data Documentation

float PndCAFieldValue::fcBz
private

Definition at line 20 of file PndCAFieldValue.h.

Referenced by operator float().


The documentation for this struct was generated from the following file: