|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TrigConf_LutCamLoader
6 #define TrigConf_LutCamLoader
31 std::istringstream iss(
s);
32 return !(iss >> std::hex >>
t).
fail();
char data[hepevt_bytes_allocation_ATLAS]
Database Storage Manager, controls the database session and the different loader classes for DB acces...
Forward iterator to traverse the main components of the trigger configuration.
Base class for loaders of configurations from the TriggerDB.
virtual ~LutCamLoader() override=default
LutCamLoader(StorageMgr &sm, coral::ISessionProxy &session)
virtual bool load(LutCam &data) override
bool convert_hex_string(T &t, const std::string &s)