20 std::ostringstream oss;
21 oss << dirCT <<
"CleanTrack_" <<
getName() <<
"_" << std::setfill(
'0') << std::setw(2) << (
iSector_ + 1) <<
".dat";
22 auto const&
fname = oss.str();
26 out_ <<
"BX = " << (bitset<3>)
bx_ <<
" Event : " <<
event_ << endl;
28 for (
unsigned int j = 0;
j <
tracks_.size();
j++) {
41 out_.open(fnameAll, std::ofstream::app);
45 <<
" phisector= " <<
iSector_ + 1 << endl;
47 for (
unsigned int j = 0;
j <
tracks_.size();
j++) {
std::string hexFormat(const std::string &binary)
std::string memPath() const
Settings const & settings_
void writeCT(bool first, unsigned int iSector)
std::string const & getName() const
bool writeMonitorData(std::string module) const
static std::string hexstr(unsigned int index)
std::vector< Tracklet * > tracks_
std::ofstream openfile(const std::string &dir, const std::string &fname, const char *file, int line)