ATLAS Offline Software
Loading...
Searching...
No Matches
TrigOperationalInfoCnv.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/**********************************************************************************
6 * @Project: Trigger
7 * @Package: TrigEventAthenaPool
8 * @class : TrigOperationalInfo
9 *
10 * @brief transient persistent converter for TrigOperationalInfo
11 *
12 * @author Tomasz Bold (based on exampels by Andrew Hamilton and Francesca Bucci)
13 *
14 * File and Version Information:
15 * $Id:
16 **********************************************************************************/
17#ifndef TRIGEVENTATHENAPOOL_TRIGOPERATIONALINFOCNV_H
18#define TRIGEVENTATHENAPOOL_TRIGOPERATIONALINFOCNV_H
19
20
24
25// typedef to the latest persistent version
27
28class MsgStream;
29
31class TrigOperationalInfoCnv : public T_AthenaPoolCustomCnv<TrigOperationalInfo, TrigOperationalInfo_PERS >
32{
33
35
36 protected:
37
38public:
39 TrigOperationalInfoCnv(ISvcLocator* svcloc);
41
42protected:
44
46
47 private:
48
50
51};
52
53
54#endif
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
TrigOperationalInfo_p1 TrigOperationalInfo_PERS
Abstract factory to create the converter.
Compatibility for old converter classes that don't get passed the key.
TrigOperationalInfo_PERS * createPersistent(TrigOperationalInfo *transObj)
TrigOperationalInfoCnv_p1 * m_TPConverter
TrigOperationalInfo * createTransient()
TrigOperationalInfoCnv(ISvcLocator *svcloc)
This class defined generic object to store operational info available during triggering online i....