Class Reference for E1039 Core & Analysis Software
CalibParamInTimeTaiwan Class Reference

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

+ Inheritance diagram for CalibParamInTimeTaiwan:
+ Collaboration diagram for CalibParamInTimeTaiwan:

Public Member Functions

 CalibParamInTimeTaiwan ()
 
virtual ~CalibParamInTimeTaiwan ()
 
void Add (const std::string det, const short ele, const double center, const double width)
 
void Add (const std::string det_name, const short det_id, const short ele, const double center, const double width)
 
bool Find (const short det, const short ele, double &center, double &width)
 
void Print (std::ostream &os)
 
- Public Member Functions inherited from CalibParamBase
 CalibParamBase (const std::string label, const std::string header)
 
virtual ~CalibParamBase ()
 
- Public Member Functions inherited from RunParamBase
 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 ()
 

Protected Member Functions

int ReadFileCont (LineList &lines)
 
int WriteFileCont (std::ostream &os)
 
void ReadDbTable (DbSvc &db)
 
void WriteDbTable (DbSvc &db)
 
- Protected Member Functions inherited from RunParamBase
std::string RangeFileName ()
 
std::string MapFileName ()
 
std::string SchemaName ()
 
std::string MapTableName ()
 

Additional Inherited Members

- Protected Types inherited from RunParamBase
typedef std::vector< std::string > LineList
 

Detailed Description

Definition at line 5 of file CalibParamInTimeTaiwan.h.

Constructor & Destructor Documentation

◆ CalibParamInTimeTaiwan()

CalibParamInTimeTaiwan::CalibParamInTimeTaiwan ( )

Definition at line 14 of file CalibParamInTimeTaiwan.cc.

◆ ~CalibParamInTimeTaiwan()

virtual CalibParamInTimeTaiwan::~CalibParamInTimeTaiwan ( )
inlinevirtual

Definition at line 23 of file CalibParamInTimeTaiwan.h.

Member Function Documentation

◆ Add() [1/2]

void CalibParamInTimeTaiwan::Add ( const std::string  det,
const short  ele,
const double  center,
const double  width 
)

Definition at line 87 of file CalibParamInTimeTaiwan.cc.

References GeomSvc::getDetectorID(), GeomSvc::instance(), and GeomSvc::toLocalDetectorName().

Referenced by ReadDbTable(), and ReadFileCont().

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

◆ Add() [2/2]

void CalibParamInTimeTaiwan::Add ( const std::string  det_name,
const short  det_id,
const short  ele,
const double  center,
const double  width 
)

Definition at line 106 of file CalibParamInTimeTaiwan.cc.

◆ Find()

bool CalibParamInTimeTaiwan::Find ( const short  det,
const short  ele,
double &  center,
double &  width 
)

Definition at line 120 of file CalibParamInTimeTaiwan.cc.

Referenced by CalibHodoInTime::process_event().

+ Here is the caller graph for this function:

◆ Print()

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

Reimplemented from RunParamBase.

Definition at line 135 of file CalibParamInTimeTaiwan.cc.

◆ ReadDbTable()

void CalibParamInTimeTaiwan::ReadDbTable ( DbSvc db)
protectedvirtual

Reimplemented from RunParamBase.

Definition at line 48 of file CalibParamInTimeTaiwan.cc.

References Add(), RunParamBase::MapTableName(), and DbSvc::Process().

+ Here is the call graph for this function:

◆ ReadFileCont()

int CalibParamInTimeTaiwan::ReadFileCont ( LineList lines)
protectedvirtual

Reimplemented from RunParamBase.

Definition at line 20 of file CalibParamInTimeTaiwan.cc.

References Add().

+ Here is the call graph for this function:

◆ WriteDbTable()

void CalibParamInTimeTaiwan::WriteDbTable ( DbSvc db)
protectedvirtual

Reimplemented from RunParamBase.

Definition at line 64 of file CalibParamInTimeTaiwan.cc.

References DbSvc::Con(), DbSvc::CreateTable(), and RunParamBase::MapTableName().

+ Here is the call graph for this function:

◆ WriteFileCont()

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

Reimplemented from RunParamBase.

Definition at line 37 of file CalibParamInTimeTaiwan.cc.


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