ATLAS Offline Software
Loading...
Searching...
No Matches
Database
APR
RootCollection
src
CollectionCommon.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ROOTCOLLECTIONCOMMON_H
6
#define ROOTCOLLECTIONCOMMON_H
7
8
namespace
pool
{
9
namespace
RootCollection
{
10
11
// Create and Overwrite is only option, we'll never update
12
constexpr
const
char
*
const
poolOptToRootOpt
[] = {
"UPDATE"
,
"READ"
};
13
14
// Io flags are not constexpr
15
inline
const
Io::IoFlags
poolOptToFileMgrOpt
[] = { Io::WRITE|Io::APPEND, Io::READ };
16
17
}
18
}
19
20
#endif
pool::RootCollection::RootCollection
Collection implementation based on ROOT trees or RNTuple.
Definition
RootCollection.h:52
pool::RootCollection::poolOptToFileMgrOpt
const Io::IoFlags poolOptToFileMgrOpt[]
Definition
CollectionCommon.h:15
pool::RootCollection::poolOptToRootOpt
constexpr const char *const poolOptToRootOpt[]
Definition
CollectionCommon.h:12
pool
pool namespace
Definition
libname.h:15
Generated on
for ATLAS Offline Software by
1.14.0