ATLAS Offline Software
Loading...
Searching...
No Matches
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
12class RecoTimingObj : public std::vector<float>
13{
14 public:
15
16 friend class RecoTimingObjCnv_p1;
17
18RecoTimingObj(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
30CLASS_DEF(RecoTimingObj,76321643,1)
31
32#endif
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
friend class RecoTimingObjCnv_p1
RecoTimingObj(bool isTimings=true)