ATLAS Offline Software
Loading...
Searching...
No Matches
TrigTauCnv_tlp1.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: TrigParticleTPCnv
8 * @class : TrigTauCnv_tlp1
9 *
10 * @brief "top level" transient-persistent converter for TrigTau
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: TrigTauCnv_tlp1.h,v 1.2 2009-04-01 22:13:31 salvator Exp $
17 **********************************************************************************/
18#ifndef TRIGPARTICLETPCNV_TRIGTAUCNV_TLP1_H
19#define TRIGPARTICLETPCNV_TRIGTAUCNV_TLP1_H
20
21
23
27
28class TrigTauCnv_tlp1 : public AthenaPoolTopLevelTPConverter<TrigTauCnv_p1, TrigTau_tlp1>
29{
30
31 public:
32
34 virtual ~TrigTauCnv_tlp1() {}
35
36 virtual void setPStorage( TrigTau_tlp1 *storage );
37
38 protected:
39
40 //tp converters for ALL types used in TrigTau
43
44};
45
46
47
48
49#endif
TopLevelTPConverter< MAIN_CNV, TL_PERS > AthenaPoolTopLevelTPConverter
TrigTauCnv_p1 m_trigTauCnv
P4PtEtaPhiMCnv_p1 m_p4PtEtaPhiMCnv
virtual ~TrigTauCnv_tlp1()
virtual void setPStorage(TrigTau_tlp1 *storage)