ATLAS Offline Software
LWTNNCollection.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef _LWTNNCollection_H_
6 #define _LWTNNCollection_H_
7 
8 //#include <vector>
9 #include "LwtnnUtils/FastGraph.h"
10 
12  : public std::map<int, std::unique_ptr<lwt::atlas::FastGraph> >
13 {
14 public:
15 
16 private:
17 
18 };
19 
20 // These values produced using clid script.
21 // clid LWTNNCollection
22 // 1196174442 LWTNNCollection None
23 #include "AthenaKernel/CLASS_DEF.h"
24 CLASS_DEF(LWTNNCollection, 1196174442, 1)
25 // clid -cs LWTNNCollection
26 // 1226994220
27 #include "AthenaKernel/CondCont.h"
29 
30 #endif
FastGraph.h
CONDCONT_DEF
CONDCONT_DEF(LWTNNCollection, 1226994220)
LWTNNCollection
Definition: LWTNNCollection.h:13
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