ATLAS Offline Software
Loading...
Searching...
No Matches
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>
8class EventID;
10public:
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
void transToPers(const EventID *transObj, std::vector< unsigned int > &persObj) const
void persToTrans(std::vector< unsigned int >::const_iterator &nnnnpersObj, EventID *transObj) const
This class provides a unique identification for each event, in terms of run/event number and/or a tim...
Definition EventID.h:35