FEDRA emulsion software from the OPERA Collaboration
|
#include <EdbRunHeader.h>
Public Member Functions | |
EdbPlate (int id=0, float u=0, float b=0, float d=0, float su=0, float sd=0) | |
Float_t | GetBase () const |
Float_t | GetDown () const |
Float_t | GetEmulsion () const |
Int_t | GetID () const |
Float_t | GetShrinkageD () const |
Float_t | GetShrinkageU () const |
Float_t | GetUp () const |
void | Print () const |
int | ReadParameters (const char *str) |
void | Set (int id, float u, float b, float d, float su, float sd) |
void | SetBase (float base) |
void | SetDown (float down) |
void | SetEmulsion (float thickness) |
void | SetID (int id) |
void | SetSrinkageD (float sd) |
void | SetSrinkageU (float su) |
void | SetUp (float up) |
virtual | ~EdbPlate () |
Private Attributes | |
Float_t | eBase |
base thickness More... | |
Float_t | eDown |
Down side | (normally should be the same) More... | |
Int_t | eID |
plate ID More... | |
Float_t | eShrinkageD |
srinkage of the Down side (measured in the test run) More... | |
Float_t | eShrinkageU |
srinkage of the Up side (measured in the test run) More... | |
Float_t | eUp |
Up side | nominal emulsion thickness before shrinkage (on the beam) More... | |
//////////////////////////////////////////////////////////////////////// // EdbRunHeader // // header data assocoated with 1 run // // ////////////////////////////////////////////////////////////////////////
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
Float_t EdbPlate::GetEmulsion | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
void EdbPlate::Print | ( | ) | const |
int EdbPlate::ReadParameters | ( | const char * | str | ) |
void EdbPlate::Set | ( | int | id, |
float | u, | ||
float | b, | ||
float | d, | ||
float | su, | ||
float | sd | ||
) |
void EdbPlate::SetEmulsion | ( | float | thickness | ) |
|
inline |
|
inline |
|
private |
base thickness
|
private |
Down side | (normally should be the same)
|
private |
plate ID
|
private |
srinkage of the Down side (measured in the test run)
|
private |
srinkage of the Up side (measured in the test run)
|
private |
Up side | nominal emulsion thickness before shrinkage (on the beam)