ATLAS Offline Software
Loading...
Searching...
No Matches
ConvertStaveServices.cxx File Reference
#include "ConvertStaveServices.h"
#include "StaveServices.h"
#include "CcawUtils.h"
#include <sstream>
Include dependency graph for ConvertStaveServices.cxx:

Go to the source code of this file.

Functions

double area (double R)
double pipeWeight (double R, double thick)

Function Documentation

◆ area()

double area ( double R)
inline

Definition at line 42 of file ConvertStaveServices.cxx.

42{return M_PI*R*R;}
#define M_PI
double R(const INavigable4Momentum *p1, const double v_eta, const double v_phi)

◆ pipeWeight()

double pipeWeight ( double R,
double thick )
inline

Definition at line 44 of file ConvertStaveServices.cxx.

44 {
45 double Ti_dens = 4.54e3; // kg/m3
46 return (area(R+thick)-area(R))*Ti_dens;
47}
double area(double R)