Go to the source code of this file.
      
        
          | int fill_error_matrix_param | ( |  | ) |  | 
      
 
Definition at line 1 of file fill_error_matrix_param.C.
References basiclibs(), Double_t, rootlogon(), PndEmcErrorMatrixParObject::SetErrorMatrix(), and TString.
    4         gROOT->LoadMacro(
"$VMCWORKDIR/gconfig/rootlogon.C");
 
    5         gROOT->LoadMacro(
"$VMCWORKDIR/gconfig/basiclibs.C");
 
    9         TString fileName=
"emc_error_matrix_default.root";
 
   10         TFile *errorfile = 
new TFile(fileName, 
"RECREATE");
 
   13         enum {barrel, fwcap, bwcap, fsc};
 
   14         Double_t pars1[10], pars2[10], pars3[10], pars4[10];
 
Container class for EMC error matrix parameter class is inherited from FairParGenericSet. 
void SetErrorMatrix(Int_t detectorComponent, Double_t *pars)