ATLAS Offline Software
Loading...
Searching...
No Matches
RingerRings_p2.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 : RingerRings_p2
9 *
10 * @brief persistent partner for RingerRings
11 *
12 * @author Danilo Enoque Ferreira de Lima <dferreir@mail.cern.ch> - UFRJ
13 *
14 * File and Version Information:
15 * $Id: RingerRings_p2.h,v 1.2 2011-05-31 22:01:37 damazio Exp $
16 **********************************************************************************/
17#ifndef TRIGCALOEVENTTPCNV_RINGERRINGS_P2_H
18#define TRIGCALOEVENTTPCNV_RINGERRINGS_P2_H
19
20#include <vector>
21
23 friend class RingerRingsCnv_p2;
24
25 public:
26
27 // default constructor
29
30 // default destructor
32
33 //friend class RingerRingsCnv_p1;
34
35 private:
36
37 unsigned int m_numberOfRings;
38 std::vector<float> m_rings;
39
40};
41
42#endif
std::vector< float > m_rings
friend class RingerRingsCnv_p2
unsigned int m_numberOfRings