ATLAS Offline Software
Loading...
Searching...
No Matches
TrigPassFlagsCollectionCnv.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGEVENTATHENAPOOL_TRIGPASSFLAGSCONTAINER_CNV_H
6#define TRIGEVENTATHENAPOOL_TRIGPASSFLAGSCONTAINER_CNV_H
7
11
12#include <memory>
13
17
19
21
22public:
23 TrigPassFlagsCollectionCnv( ISvcLocator *svcloc );
25protected:
26
29
30private:
31 std::unique_ptr<TrigPassFlagsCollectionCnv_impl> m_impl;
32};
33
34#endif //TRIGPASSBITSCONTAINER_CNV_H
35
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
TrigPassFlagsCollection_p1 TrigPassFlagsCollection_PERS
T_AthenaPoolCustomCnv< TrigPassFlagsCollection, TrigPassFlagsCollection_PERS > TrigPassFlagsCollectionCnvBase
Abstract factory to create the converter.
Compatibility for old converter classes that don't get passed the key.
TrigPassFlagsCollectionCnv(ISvcLocator *svcloc)
std::unique_ptr< TrigPassFlagsCollectionCnv_impl > m_impl
virtual TrigPassFlagsCollection_PERS * createPersistent(TrigPassFlagsCollection *transObj)
virtual TrigPassFlagsCollection * createTransient()