ATLAS Offline Software
BunchGroupSetLoader.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 //
7 //NAME: BunchGroupSetLoader.h
8 //PACKAGE: TrigConfStorage
9 //
10 //AUTHOR: J.Haller (CERN) Johannes.Haller@cern.ch
11 //CREATED: 26. Jan. 2006
12 //
13 //PURPOSE:
14 //
15 //
17 
18 #ifndef TrigConf_BunchGroupSetLoader
19 #define TrigConf_BunchGroupSetLoader
20 
23 
24 namespace TrigConf {
25 
26  class BunchGroupSet;
27 
28  class BunchGroupSetLoader : public DBLoader, virtual public IBunchGroupSetLoader {
29  public:
30 
31  BunchGroupSetLoader( StorageMgr& sm, coral::ISessionProxy& session) :
32  DBLoader("BunchGroupSetLoader", sm, session) {}
33 
34  virtual ~BunchGroupSetLoader() override = default;
35 
36  virtual bool load( BunchGroupSet& data) override;
37  };
38 }
39 
40 #endif
TrigConf::BunchGroupSetLoader::BunchGroupSetLoader
BunchGroupSetLoader(StorageMgr &sm, coral::ISessionProxy &session)
Definition: BunchGroupSetLoader.h:31
TrigConf::BunchGroupSet
Definition: BunchGroupSet.h:19
data
char data[hepevt_bytes_allocation_ATLAS]
Definition: HepEvt.cxx:11
TrigConf::BunchGroupSetLoader::~BunchGroupSetLoader
virtual ~BunchGroupSetLoader() override=default
TrigConf::IBunchGroupSetLoader
Definition: IBunchGroupSetLoader.h:27
TrigConf::BunchGroupSetLoader::load
virtual bool load(BunchGroupSet &data) override
Definition: BunchGroupSetLoader.cxx:18
TrigConf::StorageMgr
Database Storage Manager, controls the database session and the different loader classes for DB acces...
Definition: StorageMgr.h:23
TrigConf
Forward iterator to traverse the main components of the trigger configuration.
Definition: Config.h:22
TrigConf::BunchGroupSetLoader
Definition: BunchGroupSetLoader.h:28
TrigConf::DBLoader
Base class for loaders of configurations from the TriggerDB.
Definition: DBLoader.h:20
DBLoader.h
IBunchGroupSetLoader.h