ATLAS Offline Software
Loading...
Searching...
No Matches
TrigPassFlagsCnv.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 : TrigPassFlagsCnv
9 *
10 * @brief transient persistent converter for TrigPassFlags
11 *
12 * @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13 * @author Francesca Bucci <F.Bucci@cern.ch> - U. Geneva
14 *
15 * File and Version Information:
16 * $Id: TrigPassFlagsCnv.h 719102 2016-01-21 16:04:25Z will $
17 **********************************************************************************/
18
19#ifndef TRIGEVENTATHENAPOOL_TRIGPASSFLAGSCNV_H
20#define TRIGEVENTATHENAPOOL_TRIGPASSFLAGSCNV_H
21
24
26
27class MsgStream;
28
29// typedef to the latest top level persistent version
30// typedef TrigPassFlags_p1 TrigPassFlags_PERS;
32
34
36
37 friend class CnvFactory<TrigPassFlagsCnv>;
38
39public:
40 TrigPassFlagsCnv(ISvcLocator *svcloc);
41
42protected:
45};
46
47
48#endif
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
T_AthenaPoolCustomCnv< TrigPassFlags, TrigPassFlags_PERS > TrigPassFlagsCnvBase
TrigPassFlags_p1 TrigPassFlags_PERS
Abstract factory to create the converter.
Compatibility for old converter classes that don't get passed the key.
TrigPassFlagsCnv(ISvcLocator *svcloc)
virtual TrigPassFlags * createTransient()
virtual TrigPassFlags_PERS * createPersistent(TrigPassFlags *transObj)
A Flag is an ordered collection of bits (vector<bool>) that can hold additional (boolean) information...