21 std::ostringstream oss;
22 oss << dirTP <<
"AllProj_" <<
getName() <<
"_" << std::setfill(
'0') << std::setw(2) << (
iSector_ + 1) <<
".dat";
23 auto const&
fname = oss.str();
27 out_ <<
"BX = " << (bitset<3>)
bx_ <<
" Event : " <<
event_ << endl;
std::string hexFormat(const std::string &binary)
std::string memPath() const
Settings const & settings_
std::vector< Tracklet * > tracklets_
void writeAP(bool first, unsigned int iSector)
std::string const & getName() const
static std::string hexstr(unsigned int index)
AllProjectionsMemory(std::string name, Settings const &settings)
void initLayerDisk(unsigned int pos, int &layer, int &disk)
std::ofstream openfile(const std::string &dir, const std::string &fname, const char *file, int line)