FEDRA emulsion software from the OPERA Collaboration
EdbScanClient.cxx File Reference
#include "TSystem.h"
#include "EdbScanClient.h"
#include "EdbScanClientPav.h"
#include "EdbScanClientSysal.h"
#include "libDataConversion.h"
Include dependency graph for EdbScanClient.cxx:

Functions

 ClassImp (EdbScanClient) EdbScanClient
 

Function Documentation

◆ ClassImp()

ClassImp ( EdbScanClient  )
19  : eServerCreatesRootFile(true)
20 {
21  switch(type_){
22  case scanClientSySal:
23  m_implementation = std::auto_ptr<EdbScanClientCommon> (new EdbScanClientSysal());
24  eServerCreatesRootFile = false;
25  break;
26 
27  case scanClientPavicom:
28  case scanClientLasso:
29  m_implementation = std::auto_ptr<EdbScanClientCommon> (new EdbScanClientPav());
30  break;
31  };
32 
33 };
Definition: EdbScanClientPav.h:9
Definition: EdbScanClientSysal.h:14