You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CCDB/include/CCDB/BasicCCDBManager.h
+9-23Lines changed: 9 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,6 @@
27
27
#include<unordered_map>
28
28
#include<memory>
29
29
#include<cstdlib>
30
-
#include<vector>
31
30
32
31
classTGeoManager; // we need to forward-declare those classes which should not be cleaned up
33
32
@@ -102,9 +101,9 @@ class CCDBManagerInstance
102
101
/// query timestamp
103
102
longgetTimestamp() const { returnmTimestamp; }
104
103
105
-
/// retrieve an object of type T from CCDB as stored under path and timestamp. Optional to get the headers. Can give a filter of headers to be saved in cache and returned (if present)
104
+
/// retrieve an object of type T from CCDB as stored under path and timestamp. Optional to get the headers.
0 commit comments