ATLAS Offline Software
RecoTimingObj.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 RECEXALGS_RECOTIMINGOBJ_H
6 #define RECEXALGS_RECOTIMINGOBJ_H
7 
10 #include <vector>
11 
12 class RecoTimingObj : public std::vector<float>
13 {
14  public:
15 
16  friend class RecoTimingObjCnv_p1;
17 
18 RecoTimingObj(bool isTimings=true) : m_readFromFile(false), m_isTimings(isTimings)/*, m_usetcmalloc(true)*/ { };
19 
20  private:
21 
23 
25 
26  //bool m_usetcmalloc;
27 };
28 
29 // clid for float is now defined by SGTools
30 CLASS_DEF(RecoTimingObj,76321643,1)
31 
32 #endif
RecoTimingObj
Definition: RecoTimingObj.h:13
RecoTimingObj::m_readFromFile
bool m_readFromFile
Definition: RecoTimingObj.h:18
BuiltinsClids.h
RecoTimingObjCnv_p1
Definition: RecoTimingObjCnv_p1.h:15
RecoTimingObj::RecoTimingObj
RecoTimingObj(bool isTimings=true)
Definition: RecoTimingObj.h:18
RecoTimingObj::m_isTimings
bool m_isTimings
Definition: RecoTimingObj.h:24
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
CLASS_DEF.h
macros to associate a CLID to a type