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

#include <CAFieldValue.h>

Public Member Functions

 CAFieldValue ()
 
 CAFieldValue (float f)
 
 operator float () const
 

Private Attributes

float fcBz
 

Detailed Description

Definition at line 45 of file CAFieldValue.h.

Constructor & Destructor Documentation

CAFieldValue::CAFieldValue ( )
inline

Definition at line 47 of file CAFieldValue.h.

47 :fcBz(0){}
CAFieldValue::CAFieldValue ( float  f)
inline

Definition at line 49 of file CAFieldValue.h.

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

Member Function Documentation

CAFieldValue::operator float ( ) const
inline

Definition at line 50 of file CAFieldValue.h.

References fcBz.

50 { return fcBz; }

Member Data Documentation

float CAFieldValue::fcBz
private

Definition at line 53 of file CAFieldValue.h.

Referenced by operator float().


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