FEDRA emulsion software from the OPERA Collaboration
EdbViewMatch.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 "EdbViewMatch.h"
Include dependency graph for EdbViewMatch.cxx:

Functions

 ClassImp (EdbClMatch) ClassImp(EdbViewMatch) EdbViewMatch
 

Function Documentation

◆ ClassImp()

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