|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TILECALIBBLOBOBJS_TILECALIBDRAWERCMT_H
6 #define TILECALIBBLOBOBJS_TILECALIBDRAWERCMT_H
void init(const std::string &author, const std::string &comment="", uint64_t timeStamp=0)
Initializing a TileCalibDrawerCmt.
TileCalibDrawerCmt(const coral::Blob &blob)
Ctor used when interpreting an already existing BLOB.
@ CMT
Enum for TileCalibDrawerCmt class.
virtual void dump() const
Print the header to std::cout.
void dumpHeader(std::ostream &stm) const
Prints the BLOB header summary information.
virtual void dump(std::ostream &stm) const
Print the header.
This class provides the core BLOB infrastructure.
virtual ~TileCalibDrawerCmt()
Dtor.
static const TileCalibDrawerCmt * getInstance(const coral::Blob &blob)
Returns a pointer to a const TileCalibDrawerCmt.
virtual uint16_t getType() const
Returns TileCalibType::CMT.
Class to store comments in BLOB without any data.