ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigEvent
TrigEventAthenaPool
src
TrigMonConfigCnv.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGEVENTATHENAPOOL_TRIG_MONCONFIG_CNV_H
6
#define TRIGEVENTATHENAPOOL_TRIG_MONCONFIG_CNV_H
7
8
#include "
TrigMonitoringEvent/TrigMonConfig.h
"
9
#include "
AthenaPoolCnvSvc/T_AthenaPoolCustomCnv.h
"
10
11
class
MsgStream;
12
class
TrigMonConfig_p1
;
13
class
TrigMonConfigCnv_p1
;
14
15
// typedef to the latest persistent version
16
typedef
TrigMonConfig_p1
TrigMonConfig_PERS
;
17
18
class
TrigMonConfigCnv
:
public
T_AthenaPoolCustomCnv
<TrigMonConfig, TrigMonConfig_PERS>
19
{
20
friend
class
CnvFactory
<
TrigMonConfigCnv
>;
21
22
protected
:
23
24
public
:
25
TrigMonConfigCnv
(ISvcLocator* svcloc);
26
virtual
~TrigMonConfigCnv
();
27
28
protected
:
29
TrigMonConfig_PERS
*
createPersistent
(
TrigMonConfig
* transObj);
30
TrigMonConfig
*
createTransient
(
const
Token
* token);
31
32
private
:
33
34
MsgStream *
m_log
;
35
TrigMonConfigCnv_p1
*
m_TPConverter
;
36
};
37
38
39
#endif
T_AthenaPoolCustomCnv.h
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
TrigMonConfig_PERS
TrigMonConfig_p1 TrigMonConfig_PERS
Definition
TrigMonConfigCnv.h:16
TrigMonConfig.h
CnvFactory
Abstract factory to create the converter.
Definition
ToyConverter.h:16
T_AthenaPoolCustomCnv
Compatibility for old converter classes that don't get passed the key.
Definition
T_AthenaPoolCustomCnv.h:129
Token
This class provides a token that identifies in a unique way objects on the persistent storage.
Definition
Token.h:22
TrigMonConfigCnv_p1
Definition
TrigMonConfigCnv_p1.h:22
TrigMonConfigCnv::m_TPConverter
TrigMonConfigCnv_p1 * m_TPConverter
Definition
TrigMonConfigCnv.h:35
TrigMonConfigCnv::m_log
MsgStream * m_log
Definition
TrigMonConfigCnv.h:34
TrigMonConfigCnv::~TrigMonConfigCnv
virtual ~TrigMonConfigCnv()
Definition
TrigMonConfigCnv.cxx:18
TrigMonConfigCnv::TrigMonConfigCnv
TrigMonConfigCnv(ISvcLocator *svcloc)
Definition
TrigMonConfigCnv.cxx:10
TrigMonConfigCnv::createTransient
TrigMonConfig * createTransient(const Token *token)
Definition
TrigMonConfigCnv.cxx:36
TrigMonConfigCnv::createPersistent
TrigMonConfig_PERS * createPersistent(TrigMonConfig *transObj)
Definition
TrigMonConfigCnv.cxx:26
TrigMonConfig_p1
Definition
TrigMonConfig_p1.h:23
TrigMonConfig
This class holds encoded ids for monitoring objects and helps to map these objects to trigger configu...
Definition
TrigMonConfig.h:29
Generated on
for ATLAS Offline Software by
1.17.0