#include "TileCellSelector.h"
#include "TileRecUtils/TileRawChannelBuilder.h"
#include "TileEvent/TileCell.h"
#include "TileEvent/TileDigits.h"
#include "TileIdentifier/TileHWID.h"
#include "TileCalibBlobObjs/TileCalibUtils.h"
#include "TileConditions/TileCablingService.h"
#include "TileConditions/TileInfo.h"
#include "CaloIdentifier/TileID.h"
#include "StoreGate/ReadHandle.h"
#include "CxxUtils/StrFormat.h"
#include "boost/date_time/local_time/local_time.hpp"
#include "boost/date_time/posix_time/posix_time.hpp"
#include <sstream>
#include <iomanip>
#include <numeric>
#include <inttypes.h>
Go to the source code of this file.
|
| typedef EventInfo_v1 | EventInfo |
| | Definition of the latest event info version.
|
|
| static std::string | drwname (int id) |
◆ EventInfo
◆ drwname()
| std::string drwname |
( |
int | id | ) |
|
|
static |
Definition at line 31 of file TileCellSelector.cxx.
31 {
32 static const char name[5][6] = {
"",
"LBA",
"LBC",
"EBA",
"EBC" };
34}
std::string strformat(const char *fmt,...)
return a std::string according to a format fmt and varargs