Class Reference for E1039 Core & Analysis Software
RunParamBase Class Reference

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/packages/geom_svc/RunParamBase.h>

+ Inheritance diagram for RunParamBase:

Public Member Functions

 RunParamBase (const std::string type, const std::string label, const std::string header)
 
virtual ~RunParamBase ()
 
void SetBaseDir (const std::string dir_base)
 
std::string GetBaseDir ()
 
std::string GetParamID ()
 
std::string GetMapID ()
 
void SetMapID (const std::string map_id)
 
void SetMapIDbyFile (const std::string map_id)
 
void SetMapIDbyDB (const std::string map_id)
 
void SetMapIDbyFile (const int run)
 
void SetMapIDbyDB (const int run)
 
void ReadFromFile ()
 
void WriteToFile ()
 
void ReadFromLocalFile (const std::string fn_tsv)
 
void WriteToLocalFile (const std::string fn_tsv)
 
void ReadFromDB ()
 
void WriteToDB ()
 
void WriteRangeToDB ()
 
virtual void Print (std::ostream &os)
 

Protected Types

typedef std::vector< std::string > LineList
 

Protected Member Functions

std::string RangeFileName ()
 
std::string MapFileName ()
 
std::string SchemaName ()
 
std::string MapTableName ()
 
virtual int ReadFileCont (LineList &lines)
 
virtual int WriteFileCont (std::ostream &os)
 
virtual void ReadDbTable (DbSvc &db)
 
virtual void WriteDbTable (DbSvc &db)
 

Detailed Description

Definition at line 11 of file RunParamBase.h.

Member Typedef Documentation

◆ LineList

typedef std::vector<std::string> RunParamBase::LineList
protected

Definition at line 51 of file RunParamBase.h.

Constructor & Destructor Documentation

◆ RunParamBase()

RunParamBase::RunParamBase ( const std::string  type,
const std::string  label,
const std::string  header 
)

Definition at line 11 of file RunParamBase.cc.

◆ ~RunParamBase()

virtual RunParamBase::~RunParamBase ( )
inlinevirtual

Definition at line 21 of file RunParamBase.h.

Member Function Documentation

◆ GetBaseDir()

std::string RunParamBase::GetBaseDir ( )
inline

Definition at line 24 of file RunParamBase.h.

◆ GetMapID()

std::string RunParamBase::GetMapID ( )
inline

Definition at line 27 of file RunParamBase.h.

Referenced by GeomSvc::initPlaneDbSvc(), CalibDriftDistMod::InitRun(), CalibDriftDist::InitRun(), CalibHodoInTime::InitRun(), SQChamberRealization::InitRun(), and Fun4AllEVIOInputManager::run().

+ Here is the caller graph for this function:

◆ GetParamID()

std::string RunParamBase::GetParamID ( )
inline

Definition at line 25 of file RunParamBase.h.

Referenced by CalibDriftDistMod::InitRun(), CalibDriftDist::InitRun(), CalibHodoInTime::InitRun(), and Fun4AllEVIOInputManager::run().

+ Here is the caller graph for this function:

◆ MapFileName()

std::string RunParamBase::MapFileName ( )
protected

Definition at line 157 of file RunParamBase.cc.

Referenced by ReadFromFile(), and WriteToFile().

+ Here is the caller graph for this function:

◆ MapTableName()

◆ Print()

void RunParamBase::Print ( std::ostream &  os)
virtual

◆ RangeFileName()

std::string RunParamBase::RangeFileName ( )
protected

Definition at line 150 of file RunParamBase.cc.

Referenced by SetMapIDbyDB(), and SetMapIDbyFile().

+ Here is the caller graph for this function:

◆ ReadDbTable()

void RunParamBase::ReadDbTable ( DbSvc db)
protectedvirtual

Reimplemented in GeomParamPlane, ChanMapV1495, ChanMapTaiwan, ChanMapScaler, CalibParamXT, CalibParamInTimeV1495, and CalibParamInTimeTaiwan.

Definition at line 190 of file RunParamBase.cc.

Referenced by ReadFromDB().

+ Here is the caller graph for this function:

◆ ReadFileCont()

int RunParamBase::ReadFileCont ( LineList lines)
protectedvirtual

Reimplemented in GeomParamPlane, ChanMapV1495, ChanMapTaiwan, ChanMapScaler, CalibParamXT, CalibParamInTimeV1495, and CalibParamInTimeTaiwan.

Definition at line 178 of file RunParamBase.cc.

Referenced by ReadFromLocalFile().

+ Here is the caller graph for this function:

◆ ReadFromDB()

void RunParamBase::ReadFromDB ( )

Definition at line 102 of file RunParamBase.cc.

References DbSvc::DB1, DbSvc::HasTable(), MapTableName(), ReadDbTable(), SchemaName(), and DbSvc::UseSchema().

Referenced by DecoParam::InitMapper(), GeomSvc::initPlaneDbSvc(), CalibDriftDistMod::InitRun(), CalibDriftDist::InitRun(), CalibHodoInTime::InitRun(), and SQChamberRealization::InitRun().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ReadFromFile()

void RunParamBase::ReadFromFile ( )

Definition at line 53 of file RunParamBase.cc.

References MapFileName(), and ReadFromLocalFile().

+ Here is the call graph for this function:

◆ ReadFromLocalFile()

void RunParamBase::ReadFromLocalFile ( const std::string  fn_tsv)

Definition at line 63 of file RunParamBase.cc.

References ReadFileCont().

Referenced by CalibDriftDistMod::Init(), CalibDriftDist::Init(), and ReadFromFile().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ SchemaName()

std::string RunParamBase::SchemaName ( )
protected

Definition at line 164 of file RunParamBase.cc.

Referenced by ReadFromDB(), SetMapIDbyDB(), WriteRangeToDB(), and WriteToDB().

+ Here is the caller graph for this function:

◆ SetBaseDir()

void RunParamBase::SetBaseDir ( const std::string  dir_base)
inline

Definition at line 23 of file RunParamBase.h.

◆ SetMapID()

void RunParamBase::SetMapID ( const std::string  map_id)
inline

Definition at line 28 of file RunParamBase.h.

Referenced by CalibDriftDistMod::Init(), CalibDriftDist::Init(), and GeomSvc::initPlaneDbSvc().

+ Here is the caller graph for this function:

◆ SetMapIDbyDB() [1/2]

void RunParamBase::SetMapIDbyDB ( const int  run)

Definition at line 47 of file RunParamBase.cc.

References ParamRunRange::Find(), ParamRunRange::ReadFromDB(), and SchemaName().

+ Here is the call graph for this function:

◆ SetMapIDbyDB() [2/2]

void RunParamBase::SetMapIDbyDB ( const std::string  map_id)

Definition at line 31 of file RunParamBase.cc.

References ParamRunRange::Find(), RangeFileName(), and ParamRunRange::ReadFromDB().

Referenced by DecoParam::InitMapper(), GeomSvc::initPlaneDbSvc(), CalibDriftDistMod::InitRun(), CalibDriftDist::InitRun(), CalibHodoInTime::InitRun(), and SQChamberRealization::InitRun().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ SetMapIDbyFile() [1/2]

void RunParamBase::SetMapIDbyFile ( const int  run)

Definition at line 41 of file RunParamBase.cc.

References ParamRunRange::Find(), RangeFileName(), and ParamRunRange::ReadFromFile().

+ Here is the call graph for this function:

◆ SetMapIDbyFile() [2/2]

void RunParamBase::SetMapIDbyFile ( const std::string  map_id)

Definition at line 21 of file RunParamBase.cc.

References ParamRunRange::Find(), RangeFileName(), and ParamRunRange::ReadFromFile().

+ Here is the call graph for this function:

◆ WriteDbTable()

void RunParamBase::WriteDbTable ( DbSvc db)
protectedvirtual

Reimplemented in GeomParamPlane, ChanMapV1495, ChanMapTaiwan, ChanMapScaler, CalibParamXT, CalibParamInTimeV1495, and CalibParamInTimeTaiwan.

Definition at line 195 of file RunParamBase.cc.

Referenced by WriteToDB().

+ Here is the caller graph for this function:

◆ WriteFileCont()

int RunParamBase::WriteFileCont ( std::ostream &  os)
protectedvirtual

Reimplemented in GeomParamPlane, ChanMapV1495, ChanMapTaiwan, ChanMapScaler, CalibParamXT, CalibParamInTimeV1495, and CalibParamInTimeTaiwan.

Definition at line 184 of file RunParamBase.cc.

Referenced by WriteToLocalFile().

+ Here is the caller graph for this function:

◆ WriteRangeToDB()

void RunParamBase::WriteRangeToDB ( )

Definition at line 140 of file RunParamBase.cc.

References SchemaName(), and ParamRunRange::WriteToDB().

+ Here is the call graph for this function:

◆ WriteToDB()

void RunParamBase::WriteToDB ( )

Definition at line 121 of file RunParamBase.cc.

References DbSvc::DB1, DbSvc::DropTable(), MapTableName(), SchemaName(), DbSvc::UseSchema(), and WriteDbTable().

+ Here is the call graph for this function:

◆ WriteToFile()

void RunParamBase::WriteToFile ( )

Definition at line 58 of file RunParamBase.cc.

References MapFileName(), and WriteToLocalFile().

+ Here is the call graph for this function:

◆ WriteToLocalFile()

void RunParamBase::WriteToLocalFile ( const std::string  fn_tsv)

Definition at line 85 of file RunParamBase.cc.

References WriteFileCont().

Referenced by WriteToFile().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: