20 std::ostringstream oss;
21 oss << dirFT <<
"TrackFit_" <<
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++) {
30 out_ << std::setfill(
'0') << std::setw(2);
void writeTF(bool first, unsigned int iSector)
std::vector< Tracklet * > tracks_
std::string hexFormat(const std::string &binary)
std::string memPath() const
Settings const & settings_
std::string const & getName() const
std::ofstream openfile(const std::string &dir, const std::string &fname, const char *file, int line)