ATLAS Offline Software
Loading...
Searching...
No Matches
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$
15
16
17#ifndef TRIGNAVIGATION_TRIGAUXSTORE_H
18#define TRIGNAVIGATION_TRIGAUXSTORE_H
19
20
22
23
24namespace HLTNavDetails {
25
26
36{
37public:
39
41};
42
43
44} // namespace HLTNavDetails
45
46
47#endif // not TRIGNAVIGATION_TRIGAUXSTORE_H
An auxiliary data store that holds data internally.
An auxiliary data store that holds data internally.
void addVector(std::unique_ptr< IAuxTypeVector > vec, bool isDecoration)
Explicitly add a vector to the store.