Psana::Bld::BldDataEBeamV3 Class Reference

#include <bld.ddl.h>

List of all members.

Public Types

 TypeId = Pds::TypeId::Id_EBeam
 Version = 3
 EbeamChargeDamage = 0x001
 EbeamL3EnergyDamage = 0x002
 EbeamLTUPosXDamage = 0x004
 EbeamLTUPosYDamage = 0x008
 EbeamLTUAngXDamage = 0x010
 EbeamLTUAngYDamage = 0x020
 EbeamPkCurrBC2Damage = 0x040
 EbeamEnergyBC2Damage = 0x080
 EbeamPkCurrBC1Damage = 0x100
 EbeamEnergyBC1Damage = 0x200
enum  { TypeId = Pds::TypeId::Id_EBeam }
enum  { Version = 3 }
enum  DamageMask {
  EbeamChargeDamage = 0x001, EbeamL3EnergyDamage = 0x002, EbeamLTUPosXDamage = 0x004, EbeamLTUPosYDamage = 0x008,
  EbeamLTUAngXDamage = 0x010, EbeamLTUAngYDamage = 0x020, EbeamPkCurrBC2Damage = 0x040, EbeamEnergyBC2Damage = 0x080,
  EbeamPkCurrBC1Damage = 0x100, EbeamEnergyBC1Damage = 0x200
}

Public Member Functions

 BldDataEBeamV3 (uint32_t arg__uDamageMask, double arg__fEbeamCharge, double arg__fEbeamL3Energy, double arg__fEbeamLTUPosX, double arg__fEbeamLTUPosY, double arg__fEbeamLTUAngX, double arg__fEbeamLTUAngY, double arg__fEbeamPkCurrBC2, double arg__fEbeamEnergyBC2, double arg__fEbeamPkCurrBC1, double arg__fEbeamEnergyBC1)
 BldDataEBeamV3 ()
uint32_t damageMask () const
double ebeamCharge () const
double ebeamL3Energy () const
double ebeamLTUPosX () const
double ebeamLTUPosY () const
double ebeamLTUAngX () const
double ebeamLTUAngY () const
double ebeamPkCurrBC2 () const
double ebeamEnergyBC2 () const
double ebeamPkCurrBC1 () const
double ebeamEnergyBC1 () const

Static Public Member Functions

static uint32_t _sizeof ()


Detailed Description

Definition at line 271 of file bld.ddl.h.


Member Enumeration Documentation

anonymous enum

Enumerator:
TypeId  XTC type ID value (from Pds::TypeId class)

Definition at line 273 of file bld.ddl.h.

anonymous enum

Enumerator:
Version  XTC type version number

Definition at line 274 of file bld.ddl.h.

enum Psana::Bld::BldDataEBeamV3::DamageMask

Constants defining bit mask for individual damage bits in value returned from damageMask()

Enumerator:
EbeamChargeDamage 
EbeamL3EnergyDamage 
EbeamLTUPosXDamage 
EbeamLTUPosYDamage 
EbeamLTUAngXDamage 
EbeamLTUAngYDamage 
EbeamPkCurrBC2Damage 
EbeamEnergyBC2Damage 
EbeamPkCurrBC1Damage 
EbeamEnergyBC1Damage 

Definition at line 277 of file bld.ddl.h.


Constructor & Destructor Documentation

Psana::Bld::BldDataEBeamV3::BldDataEBeamV3 ( uint32_t  arg__uDamageMask,
double  arg__fEbeamCharge,
double  arg__fEbeamL3Energy,
double  arg__fEbeamLTUPosX,
double  arg__fEbeamLTUPosY,
double  arg__fEbeamLTUAngX,
double  arg__fEbeamLTUAngY,
double  arg__fEbeamPkCurrBC2,
double  arg__fEbeamEnergyBC2,
double  arg__fEbeamPkCurrBC1,
double  arg__fEbeamEnergyBC1 
) [inline]

Definition at line 289 of file bld.ddl.h.

Psana::Bld::BldDataEBeamV3::BldDataEBeamV3 (  )  [inline]

Definition at line 293 of file bld.ddl.h.


Member Function Documentation

static uint32_t Psana::Bld::BldDataEBeamV3::_sizeof (  )  [inline, static]

Definition at line 316 of file bld.ddl.h.

uint32_t Psana::Bld::BldDataEBeamV3::damageMask (  )  const [inline]

Damage mask.

Definition at line 295 of file bld.ddl.h.

double Psana::Bld::BldDataEBeamV3::ebeamCharge (  )  const [inline]

Beam charge in nC.

Definition at line 297 of file bld.ddl.h.

double Psana::Bld::BldDataEBeamV3::ebeamEnergyBC1 (  )  const [inline]

Beam position in mm (related to beam energy).

Definition at line 315 of file bld.ddl.h.

double Psana::Bld::BldDataEBeamV3::ebeamEnergyBC2 (  )  const [inline]

Beam position in mm (related to beam energy).

Definition at line 311 of file bld.ddl.h.

double Psana::Bld::BldDataEBeamV3::ebeamL3Energy (  )  const [inline]

Beam energy in MeV.

Definition at line 299 of file bld.ddl.h.

double Psana::Bld::BldDataEBeamV3::ebeamLTUAngX (  )  const [inline]

LTU beam angle in mrad.

Definition at line 305 of file bld.ddl.h.

double Psana::Bld::BldDataEBeamV3::ebeamLTUAngY (  )  const [inline]

LTU beam angle in mrad.

Definition at line 307 of file bld.ddl.h.

double Psana::Bld::BldDataEBeamV3::ebeamLTUPosX (  )  const [inline]

LTU beam position in mm.

Definition at line 301 of file bld.ddl.h.

double Psana::Bld::BldDataEBeamV3::ebeamLTUPosY (  )  const [inline]

LTU beam position in mm.

Definition at line 303 of file bld.ddl.h.

double Psana::Bld::BldDataEBeamV3::ebeamPkCurrBC1 (  )  const [inline]

Beam current in Amps.

Definition at line 313 of file bld.ddl.h.

double Psana::Bld::BldDataEBeamV3::ebeamPkCurrBC2 (  )  const [inline]

Beam current in Amps.

Definition at line 309 of file bld.ddl.h.


The documentation for this class was generated from the following file:
Generated on 19 Dec 2016 for PSANAclasses by  doxygen 1.4.7