ATLAS Offline Software
Loading...
Searching...
No Matches
RecoTimingObj_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef RECTPCNV_RECOTIMINGOBJ_P1_H
6#define RECTPCNV_RECOTIMINGOBJ_P1_H
7
8#include <vector>
9
10// forward declarations
12
14{
15 friend class RecoTimingObjCnv_p1;
16
17 public:
18
21
23 ~RecoTimingObj_p1() = default;
24
25 // protected:
26
27 std::vector<float> timings;
28
30};
31#endif
friend class RecoTimingObjCnv_p1
~RecoTimingObj_p1()=default
destructor
std::vector< float > timings
RecoTimingObj_p1()
default constructor