CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
BeamProfileHLLHC2DBReader::TheBSfromDB Struct Reference

Public Member Functions

void init ()
 

Public Attributes

double fBetaCrossingPlane
 
double fBetaSeparationPlane
 
double fBunchLength
 
double fCrabbingAngleCrossing
 
double fCrabbingAngleSeparation
 
double fCrabFrequency
 
double fCrossingAngle
 
double fEProton
 
double fHorizontalEmittance
 
double fMeanX
 
double fMeanY
 
double fMeanZ
 
double fRF800
 
double fTimeOffset
 
double fVerticalEmittance
 
int ls
 
int run
 

Detailed Description

Definition at line 55 of file BeamProfileHLLHC2DBReader.cc.

Member Function Documentation

◆ init()

void BeamProfileHLLHC2DBReader::TheBSfromDB::init ( void  )

Definition at line 92 of file BeamProfileHLLHC2DBReader.cc.

References fBetaCrossingPlane, fBetaSeparationPlane, fBunchLength, fCrabbingAngleCrossing, fCrabbingAngleSeparation, fCrabFrequency, fCrossingAngle, fEProton, fHorizontalEmittance, fMeanX, fMeanY, fMeanZ, fRF800, fTimeOffset, fVerticalEmittance, ls, and run.

Referenced by BeamProfileHLLHC2DBReader::analyze().

92  {
93  float dummy_double = 0.0;
94  int dummy_int = 0;
95 
96  run = dummy_int;
97  ls = dummy_int;
98  fMeanX = dummy_double;
99  fMeanY = dummy_double;
100  fMeanZ = dummy_double;
101  fEProton = dummy_double;
102  fCrabFrequency = dummy_double;
103  fRF800 = dummy_double;
104  fCrossingAngle = dummy_double;
105  fCrabbingAngleCrossing = dummy_double;
106  fCrabbingAngleSeparation = dummy_double;
107  fBetaCrossingPlane = dummy_double;
108  fBetaSeparationPlane = dummy_double;
109  fHorizontalEmittance = dummy_double;
110  fVerticalEmittance = dummy_double;
111  fBunchLength = dummy_double;
112  fTimeOffset = dummy_double;
113 }

Member Data Documentation

◆ fBetaCrossingPlane

double BeamProfileHLLHC2DBReader::TheBSfromDB::fBetaCrossingPlane

◆ fBetaSeparationPlane

double BeamProfileHLLHC2DBReader::TheBSfromDB::fBetaSeparationPlane

◆ fBunchLength

double BeamProfileHLLHC2DBReader::TheBSfromDB::fBunchLength

◆ fCrabbingAngleCrossing

double BeamProfileHLLHC2DBReader::TheBSfromDB::fCrabbingAngleCrossing

◆ fCrabbingAngleSeparation

double BeamProfileHLLHC2DBReader::TheBSfromDB::fCrabbingAngleSeparation

◆ fCrabFrequency

double BeamProfileHLLHC2DBReader::TheBSfromDB::fCrabFrequency

◆ fCrossingAngle

double BeamProfileHLLHC2DBReader::TheBSfromDB::fCrossingAngle

◆ fEProton

double BeamProfileHLLHC2DBReader::TheBSfromDB::fEProton

◆ fHorizontalEmittance

double BeamProfileHLLHC2DBReader::TheBSfromDB::fHorizontalEmittance

◆ fMeanX

double BeamProfileHLLHC2DBReader::TheBSfromDB::fMeanX

◆ fMeanY

double BeamProfileHLLHC2DBReader::TheBSfromDB::fMeanY

◆ fMeanZ

double BeamProfileHLLHC2DBReader::TheBSfromDB::fMeanZ

◆ fRF800

double BeamProfileHLLHC2DBReader::TheBSfromDB::fRF800

◆ fTimeOffset

double BeamProfileHLLHC2DBReader::TheBSfromDB::fTimeOffset

◆ fVerticalEmittance

double BeamProfileHLLHC2DBReader::TheBSfromDB::fVerticalEmittance

◆ ls

int BeamProfileHLLHC2DBReader::TheBSfromDB::ls

◆ run

int BeamProfileHLLHC2DBReader::TheBSfromDB::run