ATLAS Offline Software
Loading...
Searching...
No Matches
TrigInDetTrackTruthCnv_p1.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: TrigTruthEventTPCnv
8 * @class : TrigInDetTrackTruthCnv_p1
9 *
10 * @brief transient-persistent converter for TrigInDetTrackTruth
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: TrigInDetTrackTruthCnv_p1.h,v 1.2 2008-04-16 16:40:19 ahamil Exp $
17 **********************************************************************************/
18#ifndef TRIGEVENTTPCNV_TRIGINDETTRACKTRUTHCNV_P1_H
19#define TRIGEVENTTPCNV_TRIGINDETTRACKTRUTHCNV_P1_H
20
21//converter base
23
26
29
30class MsgStream;
31
32
33class TrigInDetTrackTruthCnv_p1 : public T_AthenaPoolTPCnvBase<TrigInDetTrackTruth, TrigInDetTrackTruth_p1>
34{
35
36 public:
37
39
40 virtual void persToTrans(const TrigInDetTrackTruth_p1* persObj, TrigInDetTrackTruth* transObj, MsgStream &log);
41 virtual void transToPers(const TrigInDetTrackTruth* transObj, TrigInDetTrackTruth_p1* persObj, MsgStream &log);
42
43 private:
44
47 //HepMcParticleLinkCnv_p1* m_hepMcParticleLinkCnv_p1;
48 //TrigIDHitStatsCnv_p1* m_trigIDHitStatsCnv_p1;
49
50};
51
52
53
54#endif
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
Common base class for all TP converters, specialized for a given transient type.
Definition TPConverter.h:37
ITPConverterFor< TrigIDHitStats > * m_trigIDHitStatsCnv_p1
virtual void persToTrans(const TrigInDetTrackTruth_p1 *persObj, TrigInDetTrackTruth *transObj, MsgStream &log)
ITPConverterFor< HepMcParticleLink > * m_hepMcParticleLinkCnv_p1
virtual void transToPers(const TrigInDetTrackTruth *transObj, TrigInDetTrackTruth_p1 *persObj, MsgStream &log)