FEDRA emulsion software from the OPERA Collaboration
EdbDistortion.cxx File Reference
#include "TROOT.h"
#include "TCanvas.h"
#include "TPad.h"
#include "TBox.h"
#include "TArrow.h"
#include "TStyle.h"
#include "TH1F.h"
#include "TGraph2D.h"
#include "TMath.h"
#include "EdbLog.h"
#include "EdbCluster.h"
#include "EdbSegment.h"
#include "EdbDistortion.h"
Include dependency graph for EdbDistortion.cxx:

Functions

 ClassImp (EdbClDist) ClassImp(EdbDistortionCorr) ClassImp(EdbDistortionMap) EdbDistortionCorr
 

Function Documentation

◆ ClassImp()

ClassImp ( EdbClDist  )
30 {
31  eNClMin = 20;
32  eR2CenterMax = 15.;
33  eNCenterMin = 1;
34  eRmax = 1.;
35  eOutputFile = 0;
36 
37  eCl.SetClass("EdbClDist",10); eCl.ExpandCreateFast(100000000);
38  eGr.SetClass("EdbSegment",10); eGr.Expand(10000000);
39 
40  eXpix = 0; //0.30625;
41  eYpix = 0; //0.30714;
42  eNXpix = 0; //1280;
43  eNYpix = 0; //1024;
44 
45  eCorrectionMatrixStepX = 10.; //microns - will be tuned in setpar
46  eCorrectionMatrixStepY = 10.; //microns - will be tuned in setpar
47 
48  eAreaMin =0; eAreaMax =90000000;
49  eVolumeMin=0; eVolumeMax=90000000;
50 
51 }