ATLAS Offline Software
EventBookkeeperTPCnvDict.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 #ifndef EVENTBOOKKEEPERTPCNVDICT_H
6 #define EVENTBOOKKEEPERTPCNVDICT_H
7 
9 // EventBookkeeperTPCnvDict.h
10 // Author: David Cote <david.cote@cern.ch>
12 
13 #include <vector>
16 
19 
22 
24 
25  struct tmp {
26  std::vector<EventBookkeeper_p1> m_eventbookkeepercollection_p1;
27 
28  std::vector<EventBookkeeper_p2> m_eventbookkeepercollection_p2;
29  std::vector<EventBookkeeper_p2*> m_eventbookkeepercollection_p2_children;
30 
31  std::vector<SkimDecision_p1> m_skimdecisioncollection_p1;
32  };
33 }
34 
35 #endif
EventBookkeeperCollection_p1.h
EventBookkeeperTPCnvDict::tmp::m_eventbookkeepercollection_p2
std::vector< EventBookkeeper_p2 > m_eventbookkeepercollection_p2
Definition: EventBookkeeperTPCnvDict.h:28
EventBookkeeperCollection_p2.h
EventBookkeeperTPCnvDict::tmp::m_skimdecisioncollection_p1
std::vector< SkimDecision_p1 > m_skimdecisioncollection_p1
Definition: EventBookkeeperTPCnvDict.h:31
SkimDecision_p1.h
EventBookkeeperTPCnvDict::tmp
Definition: EventBookkeeperTPCnvDict.h:25
EventBookkeeper_p1.h
EventBookkeeper_p2.h
SkimDecisionCollection_p1.h
EventBookkeeperTPCnvDict::tmp::m_eventbookkeepercollection_p1
std::vector< EventBookkeeper_p1 > m_eventbookkeepercollection_p1
Definition: EventBookkeeperTPCnvDict.h:26
EventBookkeeperTPCnvDict
Definition: EventBookkeeperTPCnvDict.h:23
EventBookkeeperTPCnvDict::tmp::m_eventbookkeepercollection_p2_children
std::vector< EventBookkeeper_p2 * > m_eventbookkeepercollection_p2_children
Definition: EventBookkeeperTPCnvDict.h:29