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