Ejemplo n.º 1
0
void BkgParamH5::Close()
{
  CloseBeads();
  CloseRegion();
  CloseTraceXYFlow();
  if ( hgBeadDbgFile.length() >0 )
  {
    cout << "bgParamH5 output: " << hgBeadDbgFile << endl;
  }
  if ( hgRegionDbgFile.length() >0 )
  {
    cout << "bgParamH5 output: " << hgRegionDbgFile << endl;
  }
  if ( hgTraceDbgFile.length() >0 )
  {
    cout << "bgParamH5 output: " << hgTraceDbgFile << endl;
  }
}
Ejemplo n.º 2
0
void BkgParamH5::Close()
{
  //bead_param.h5
  CloseBeads();
  //region_param.h5
  CloseRegion();
  // trace.h5
  CloseBestRegion();
  CloseRegionSamples();
  CloseTraceXYFlow();
  if ( hgBeadDbgFile.length() >0 )
  {
    cout << "bgParamH5 output: " << hgBeadDbgFile << endl;
  }
  if ( hgRegionDbgFile.length() >0 )
  {
    cout << "bgParamH5 output: " << hgRegionDbgFile << endl;
  }
  if ( hgTraceDbgFile.length() >0 )
  {
    cout << "bgParamH5 output: " << hgTraceDbgFile << endl;
  }
}