FEDRA emulsion software from the OPERA Collaboration
EdbSigma.cxx File Reference
#include "TMath.h"
#include "TCanvas.h"
#include "TF1.h"
#include "EdbSigma.h"
Include dependency graph for EdbSigma.cxx:

Functions

 ClassImp (EdbSigma) void EdbSigma
 

Function Documentation

◆ ClassImp()

ClassImp ( EdbSigma  )

//////////////////////////////////////////////////////////////////////// // EdbSigma // // segments accuracy functions // // ////////////////////////////////////////////////////////////////////////

20{
21 // defines the mt accuracy:
22 eSxy = 0.35; // mean in-view grain accuracy xy
23 eSz = 2.; // grains z-uncertainty "field depth"
24 eDZem = 45.; // emulsion thickness
25
26 // defines the bt accuracy:
27 eDZbase = 210.; //emulsion base
28 eDZcell =1300.; // plate-to plate distance
29
30 eSxyZone = 2.; //"in-zone" microtrack position tolerance (local deformations)
31 eSaZone = 0.01; //"in-zone" microtrack angular tolrance (incorrect shrinkage+offsets)
32 eSxyPlate = 5.; //"in-plate" basetrack position tolerance (XY plate deformations)
33 eSaPlate = 0.003; //"in-plate" basetrack angular tolrance (nonplanarity)
34}