ATLAS Offline Software
Loading...
Searching...
No Matches
VP1Settings.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
7// //
8// Header file for class VP1Settings //
9// //
10// Description: Common place to pick up settings, mainly //
11// those controlled by environment variables. //
12// //
13// Author: Thomas H. Kittelmann (Thomas.Kittelmann@cern.ch) //
14// Initial version: December 2008 //
15// //
17
18#ifndef VP1SETTINGS_H
19#define VP1SETTINGS_H
20
21#include <QString>
22
24public:
25
26 static QString defaultFileSelectDirectory();
27
28private:
29
32};
33
34#endif
static QString defaultFileSelectDirectory()