// --------------------------------------------------------------------- // ----- KrattaCalib header file ----- // ----- Created 10/11/13 by P. Pawlowski ----- // --------------------------------------------------------------------- #ifndef KrattaCalib_hxx #define KrattaCalib_hxx #include #include "TROOT.h" #include "TString.h" #include "TSystem.h" namespace Kratta{ const int NMODULE = 35; /// SK: variable ENERGY_NPAR is not used //const int ENERGY_NPAR = 20; /// DATA_MASK used only by KrattaFile. //const std::string DATA_MASK = "/data/asyeos/2012.08.02/dst_fit_z4dexp2tr_new_last_m%02d_1334-1833.root"; /// TREE_NAME used only by KrattaFile. //const std::string TREE_NAME = "ntuple"; enum spectrum{ PD0_PD0, PD0_PD1, PD01_PD1, PD1_PD1, PD1_PD2, //PD2_PD2, //FS_PD1, //FS_PD2, NSPECT }; const double fct_vert[NMODULE]={ 32.83, 27.35, 26.84, 26.73, 36.22, 14.09, 14.53, 33.00, 27.64, 18.55, 26.31, 21.63, 25.63, 16.68, 31.24, 24.80, 21.11, 33.45, 20.61, 22.08, 29.97, 26.72, 73.32, 32.60, 26.70, 18.13, 28.13, 23.35, 28.49, 28.52, 3.48, 30.01, 16.93, 29.64, 17.32 }; const float thr_sct[NMODULE]={ 17.,16.,15.,16.,14.,27.,38., 16.,16., 0.,15.,16.,26.,36., 16.,15.,18.,13.,15.,31.,26., 16.,14.,18.,16.,15.,35.,26., 15.,14.,24.,21.,16.,26.,42.}; }; #endif