ATLAS Offline Software
Loading...
Searching...
No Matches
TrigEMCluster_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: TrigCaloEventTPCnv
8 * @class : TrigEMCluster_tlp1
9 *
10 * @brief "top level" persistent partner for TrigEMCluster
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: TrigEMCluster_tlp1.h,v 1.2 2009-04-01 22:01:37 salvator Exp $
17 **********************************************************************************/
18#ifndef TRIGCALOEVENTTPCNV_TRIGEMCLUSTER_TLP1_H
19#define TRIGCALOEVENTTPCNV_TRIGEMCLUSTER_TLP1_H
20
24
26{
27 public:
28
30 friend class TrigEMClusterCnv_tlp1;
31
32 private:
33
34 std::vector< TrigEMCluster_p1 > m_trigEMCluster;
35 std::vector< TrigCaloCluster_p1 > m_trigCaloCluster;
36 std::vector< TrigEMCluster_p2 > m_trigEMCluster_p2;
37
38};
39
40#endif
std::vector< TrigEMCluster_p1 > m_trigEMCluster
friend class TrigEMClusterCnv_tlp1
std::vector< TrigCaloCluster_p1 > m_trigCaloCluster
std::vector< TrigEMCluster_p2 > m_trigEMCluster_p2