ATLAS Offline Software
EventTypeCnv_p2.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 EVENTATHENAPOOL_EVENTTYPECNV_P2_H
6 #define EVENTATHENAPOOL_EVENTTYPECNV_P2_H
7 class EventType;
8 #include <vector>
9 
11 public:
13  void persToTrans(std::vector<unsigned int>::const_iterator &persObj, EventType* transObj, int version, bool bugcompat) const;
14  void transToPers(const EventType* transObj, std::vector<unsigned int> &persObj) const;
15 };
16 
17 #endif
EventType
This class represents the "type of event" where the type is given by one or more "characteristics".
Definition: EventType.h:92
EventTypeCnv_p2::EventTypeCnv_p2
EventTypeCnv_p2()
Definition: EventTypeCnv_p2.h:12
EventTypeCnv_p2
Definition: EventTypeCnv_p2.h:10
get_generator_info.version
version
Definition: get_generator_info.py:33
EventTypeCnv_p2::transToPers
void transToPers(const EventType *transObj, std::vector< unsigned int > &persObj) const
Definition: EventTypeCnv_p2.cxx:38
EventTypeCnv_p2::persToTrans
void persToTrans(std::vector< unsigned int >::const_iterator &persObj, EventType *transObj, int version, bool bugcompat) const
Definition: EventTypeCnv_p2.cxx:12