ATLAS Offline Software
Loading...
Searching...
No Matches
ThresholdMonitorLoader.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: ThresholdMonitorLoader.h
8//PACKAGE: TrigConfStorage
9//
10//AUTHOR: Gordon Fischer (CERN) Gordon.Fischer@cern.ch
11//CREATED: 11. Oct. 2007
12//
13//PURPOSE:
14//
15//
17
18#ifndef TrigConf_ThresholdMonitorLoader
19#define TrigConf_ThresholdMonitorLoader
20
23
24namespace TrigConf {
25
27 public:
28
29 ThresholdMonitorLoader( StorageMgr& sm, coral::ISessionProxy& session) : DBLoader(sm, session), m_MenuId(0) {}
30 virtual ~ThresholdMonitorLoader() override = default;
31
32 virtual bool load( ThresholdMonitor& data) override;
33
34 void setMenuId(const long& id);
35 long menuId();
36
37 private:
39 };
40}
41
42#endif
43
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
DBLoader(StorageMgr &sm, coral::ISessionProxy &session)
constructor
Definition DBLoader.cxx:30
Database Storage Manager, controls the database session and the different loader classes for DB acces...
Definition StorageMgr.h:23
virtual bool load(ThresholdMonitor &data) override
virtual ~ThresholdMonitorLoader() override=default
ThresholdMonitorLoader(StorageMgr &sm, coral::ISessionProxy &session)
Forward iterator to traverse the main components of the trigger configuration.
Definition Config.h:22