ATLAS Offline Software
TrigAuxStore.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$
17 #ifndef TRIGNAVIGATION_TRIGAUXSTORE_H
18 #define TRIGNAVIGATION_TRIGAUXSTORE_H
19 
20 
22 
23 
24 namespace HLTNavDetails {
25 
26 
35  : public SG::AuxStoreInternal
36 {
37 public:
39 
41 };
42 
43 
44 } // namespace HLTNavDetails
45 
46 
47 #endif // not TRIGNAVIGATION_TRIGAUXSTORE_H
SG::AuxStoreInternal::addVector
void addVector(std::unique_ptr< IAuxTypeVector > vec, bool isDecoration)
Explicitly add a vector to the store.
Definition: AuxStoreInternal.cxx:128
HLTNavDetails
Definition: Holder.cxx:118
HLTNavDetails::TrigAuxStore::TrigAuxStore
TrigAuxStore()
Definition: TrigAuxStore.h:38
SG::AuxStoreInternal
An auxiliary data store that holds data internally.
Definition: AuxStoreInternal.h:43
HLTNavDetails::TrigAuxStore
Aux store instance used to hold dynamic variables deserialized from the bytestream.
Definition: TrigAuxStore.h:36
AuxStoreInternal.h
An auxiliary data store that holds data internally.