Class Reference for E1039 Core & Analysis Software
ParamRunRange Class Reference

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

Public Member Functions

 ParamRunRange ()
 
 ~ParamRunRange ()
 
void Add (const int run_b, const int run_e, const std::string map_id)
 
bool Find (const std::string map_id)
 
std::string Find (const int run, const bool exit_on_error=true)
 
void ReadFromFile (const std::string fn_tsv)
 
void ReadFromDB (const std::string schema)
 
void WriteToDB (const std::string schema)
 

Detailed Description

Definition at line 7 of file ParamRunRange.h.

Constructor & Destructor Documentation

◆ ParamRunRange()

ParamRunRange::ParamRunRange ( )
inline

Definition at line 17 of file ParamRunRange.h.

◆ ~ParamRunRange()

ParamRunRange::~ParamRunRange ( )
inline

Definition at line 18 of file ParamRunRange.h.

Member Function Documentation

◆ Add()

void ParamRunRange::Add ( const int  run_b,
const int  run_e,
const std::string  map_id 
)

Definition at line 12 of file ParamRunRange.cc.

◆ Find() [1/2]

std::string ParamRunRange::Find ( const int  run,
const bool  exit_on_error = true 
)

Definition at line 29 of file ParamRunRange.cc.

◆ Find() [2/2]

bool ParamRunRange::Find ( const std::string  map_id)

Definition at line 21 of file ParamRunRange.cc.

Referenced by RunParamBase::SetMapIDbyDB(), and RunParamBase::SetMapIDbyFile().

+ Here is the caller graph for this function:

◆ ReadFromDB()

void ParamRunRange::ReadFromDB ( const std::string  schema)

Definition at line 67 of file ParamRunRange.cc.

References DbSvc::DB1, DbSvc::HasTable(), DbSvc::Process(), and DbSvc::UseSchema().

Referenced by RunParamBase::SetMapIDbyDB().

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

◆ ReadFromFile()

void ParamRunRange::ReadFromFile ( const std::string  fn_tsv)

Definition at line 41 of file ParamRunRange.cc.

Referenced by RunParamBase::SetMapIDbyFile().

+ Here is the caller graph for this function:

◆ WriteToDB()

void ParamRunRange::WriteToDB ( const std::string  schema)

Definition at line 83 of file ParamRunRange.cc.

References DbSvc::Con(), DbSvc::CreateTable(), DbSvc::DB1, DbSvc::DropTable(), and DbSvc::UseSchema().

Referenced by RunParamBase::WriteRangeToDB().

+ 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: