#include <ROOTFileTransfer.h>
Definition at line 8 of file ROOTFileTransfer.h.
HCAL_HLX::ROOTFileTransfer::ROOTFileTransfer |
( |
| ) |
|
HCAL_HLX::ROOTFileTransfer::~ROOTFileTransfer |
( |
| ) |
|
void HCAL_HLX::ROOTFileTransfer::SetEtSumOnly |
( |
const bool & |
bEtSumOnly | ) |
|
|
inline |
void HCAL_HLX::ROOTFileTransfer::SetFileName |
( |
const std::string & |
fileName | ) |
|
|
inline |
void HCAL_HLX::ROOTFileTransfer::SetFileType |
( |
const std::string & |
fileType | ) |
|
void HCAL_HLX::ROOTFileTransfer::SetInputDir |
( |
const std::string & |
dirName | ) |
|
|
inline |
int HCAL_HLX::ROOTFileTransfer::TransferFile |
( |
| ) |
|
Definition at line 18 of file ROOTFileTransfer.cc.
20 std::stringstream commandLine;
25 commandLine.str(std::string());
27 std::system(commandLine.str().c_str());
bool HCAL_HLX::ROOTFileTransfer::bEtSumOnly_ |
|
private |
std::string HCAL_HLX::ROOTFileTransfer::dirName_ |
|
private |
std::string HCAL_HLX::ROOTFileTransfer::fileName_ |
|
private |
std::string HCAL_HLX::ROOTFileTransfer::fileType_ |
|
private |