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  )

– Author : Valeri Tioukov 29/04/2011 //////////////////////////////////////////////////////////////////////// // EdbProcPars // // processing parameters handling // // ////////////////////////////////////////////////////////////////////////

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