ATLAS Offline Software
EventIDCnv_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_EVENTIDCNV_P2_H
6 #define EVENTATHENAPOOL_EVENTIDCNV_P2_H
7 #include <vector>
8 class EventID;
9 class EventIDCnv_p2 {
10 public:
12  void persToTrans(std::vector<unsigned int>::const_iterator & nnnnpersObj, EventID* transObj) const;
13  void transToPers(const EventID* transObj, std::vector<unsigned int> &persObj) const;
14 };
15 
16 #endif
EventIDCnv_p2::persToTrans
void persToTrans(std::vector< unsigned int >::const_iterator &nnnnpersObj, EventID *transObj) const
Definition: EventIDCnv_p2.cxx:9
EventIDCnv_p2
Definition: EventIDCnv_p2.h:9
EventIDCnv_p2::EventIDCnv_p2
EventIDCnv_p2()
Definition: EventIDCnv_p2.h:11
EventIDCnv_p2::transToPers
void transToPers(const EventID *transObj, std::vector< unsigned int > &persObj) const
Definition: EventIDCnv_p2.cxx:22
EventID
This class provides a unique identification for each event, in terms of run/event number and/or a tim...
Definition: EventID.h:35