11 TrackletParametersMemory::TrackletParametersMemory(
string name,
Settings const& settings)
25 std::ostringstream oss;
26 oss << dirTP <<
"TrackletParameters_" <<
getName() <<
"_" << std::setfill(
'0') << std::setw(2) << (
iSector_ + 1)
28 auto const&
fname = oss.str();
32 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_
std::string const & getName() const
static std::string hexstr(unsigned int index)
void writeTPAR(bool first, unsigned int iSector)
std::ofstream openfile(const std::string &dir, const std::string &fname, const char *file, int line)