ATLAS Offline Software
setupStoreGate.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$
16 #ifndef STOREGATESVC_SETUPSTOREGATE_H
17 #define STOREGATESVC_SETUPSTOREGATE_H
18 
19 
20 #include <string>
21 
22 
23 namespace Athena_test {
24 
25 
32 bool setupStoreGate (std::string progname,
33  std::string options_file = "");
34 
35 
36 } // namespace Athena_test
37 
38 
39 #endif // not STOREGATESVC_SETUPSTOREGATE_H
Athena_test
functions & macros to test the difference between floats
Definition: InitGaudiGoogleTest.h:30
Athena_test::setupStoreGate
bool setupStoreGate(std::string progname, std::string options_file)
Helper for setting up StoreGate for regression tests.
Definition: setupStoreGate.cxx:28