EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FairDbServices.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file FairDbServices.h
1 
2 #ifndef FAIRDBSERVICES
3 #define FAIRDBSERVICES
4 
5 
6 
8 {
9 
11 
12  public:
13 
15  static bool OrderContextQuery() { return fOrderContextQuery; }
16 
17  private:
18 
19  static void SetRecord( int rec ) {;}
20 // Data members
21 
23  static bool fOrderContextQuery;
24 
25 };
26 
27 
28 #endif // FAIRDBSERVICES
29