ATLAS Offline Software
Loading...
Searching...
No Matches
TrigMonEventCollectionCnv.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_MONEVENT_COLLECTIONCNV_H
6#define TRIGEVENTATHENAPOOL_TRIG_MONEVENT_COLLECTIONCNV_H
7
10
11class MsgStream;
14
15// typedef to the latest persistent version
17
19 : public T_AthenaPoolCustomCnv<TrigMonEventCollection, TrigMonEventCollection_PERS>
20{
21
23
24 public:
25 TrigMonEventCollectionCnv(ISvcLocator* svcloc);
27
28 protected:
31
32 private:
33
34 MsgStream *m_log;
36};
37
38
39#endif
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
TrigMonEventCollection_tlp1 TrigMonEventCollection_PERS
Abstract factory to create the converter.
Compatibility for old converter classes that don't get passed the key.
TrigMonEventCollectionCnv_impl * m_impl
TrigMonEventCollection_PERS * createPersistent(TrigMonEventCollection *transObj)
TrigMonEventCollection * createTransient()
TrigMonEventCollectionCnv(ISvcLocator *svcloc)