CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
BeamSpotRcdReader::theBSfromDB Struct Reference

Public Member Functions

void init ()
 

Public Attributes

float Beamdxdz_
 
float Beamsigmaz_
 
float BeamWidthX_
 
float BeamWidthY_
 
float BSx0_
 
float BSy0_
 
float BSz0_
 
int ls
 
int run
 

Detailed Description

Definition at line 59 of file BeamSpotRcdReader.cc.

Member Function Documentation

◆ init()

void BeamSpotRcdReader::theBSfromDB::init ( void  )

Definition at line 102 of file BeamSpotRcdReader.cc.

References Beamdxdz_, Beamsigmaz_, BeamWidthX_, BeamWidthY_, BSx0_, BSy0_, BSz0_, ls, and run.

Referenced by BeamSpotRcdReader::analyze().

102  {
103  float dummy_float = 9999.0;
104  int dummy_int = 9999;
105 
106  run = dummy_int;
107  ls = dummy_int;
108  BSx0_ = dummy_float;
109  BSy0_ = dummy_float;
110  BSz0_ = dummy_float;
111  Beamsigmaz_ = dummy_float;
112  Beamdxdz_ = dummy_float;
113  BeamWidthX_ = dummy_float;
114  BeamWidthY_ = dummy_float;
115 }

Member Data Documentation

◆ Beamdxdz_

float BeamSpotRcdReader::theBSfromDB::Beamdxdz_

◆ Beamsigmaz_

float BeamSpotRcdReader::theBSfromDB::Beamsigmaz_

◆ BeamWidthX_

float BeamSpotRcdReader::theBSfromDB::BeamWidthX_

◆ BeamWidthY_

float BeamSpotRcdReader::theBSfromDB::BeamWidthY_

◆ BSx0_

float BeamSpotRcdReader::theBSfromDB::BSx0_

◆ BSy0_

float BeamSpotRcdReader::theBSfromDB::BSy0_

◆ BSz0_

float BeamSpotRcdReader::theBSfromDB::BSz0_

◆ ls

int BeamSpotRcdReader::theBSfromDB::ls

◆ run

int BeamSpotRcdReader::theBSfromDB::run