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

Functions

 ClassImp (EdbProcPars) void EdbProcPars
 

Function Documentation

◆ ClassImp()

ClassImp ( EdbProcPars  )
15 {
16  cenv.SetValue("fedra.link.BinOK" , 6. );
17  cenv.SetValue("fedra.link.NcorrMin" , 100 );
18  cenv.SetValue("fedra.link.DoCorrectShrinkage" , true );
19  cenv.SetValue("fedra.link.shr.NsigmaEQ" , 7.5 );
20  cenv.SetValue("fedra.link.shr.Shr0" , .85 );
21  cenv.SetValue("fedra.link.shr.DShr" , .3 );
22  cenv.SetValue("fedra.link.shr.ThetaLimits","0.005 1.");
23  cenv.SetValue("fedra.link.DoCorrectAngles" , true );
24  cenv.SetValue("fedra.link.ang.Chi2max" , 1.5 );
25  cenv.SetValue("fedra.link.DoFullLinking" , true );
26  cenv.SetValue("fedra.link.full.NsigmaEQ" , 5.5 );
27  cenv.SetValue("fedra.link.full.DR" , 30. );
28  cenv.SetValue("fedra.link.full.DT" , 0.1 );
29  cenv.SetValue("fedra.link.full.CHI2Pmax" , 3. );
30  cenv.SetValue("fedra.link.DoSaveCouples" , true );
31  cenv.SetValue("fedra.link.AFID" , 1 ); // 1 is usually fine for scanned data; for the db-read data use 0!
32  cenv.SetValue("fedra.link.CheckUpDownOffset" , 1 ); // check dXdY offsets between up and correspondent down views
33 }
TEnv cenv("emrec")