ATLAS Offline Software
Loading...
Searching...
No Matches
registerKeys.h
Go to the documentation of this file.
1// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id: registerKeys.h,v 1.2 2008-04-10 15:29:57 gemmeren Exp $
8
23
24#ifndef EVENTSELECTORATHENAPOOL_REGISTERKEYS_H
25#define EVENTSELECTORATHENAPOOL_REGISTERKEYS_H
26
28class DataHeader;
29class StoreGateSvc;
30
37 void registerKeys(const DataHeaderElement& dhe, StoreGateSvc* store);
38
44 void registerKeys(const DataHeader& dh, StoreGateSvc* store);
45} // namespace EventSelectorAthenaPoolUtil
46
47#endif // not EVENTSELECTORATHENAPOOL_REGISTERKEYS_H
This class provides a persistent form for the TransientAddress.
Definition DataHeader.h:37
This class provides the layout for summary information stored for data written to POOL.
Definition DataHeader.h:123
The Athena Transient Store API.
void registerKeys(const DataHeaderElement &dhe, StoreGateSvc *store)
Register all hash keys for one DH Element.