ATLAS Offline Software
Control
AthenaServices
src
ClearStorePolicy.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
6
#ifndef CLEARSTOREPOLICY_Y
7
#define CLEARSTOREPOLICY_Y 1
8
9
#include "GaudiKernel/MsgStream.h"
10
#include <string>
11
12
struct
ClearStorePolicy
{
13
enum
Type
{
14
BeginEvent
= 1L << 0,
15
EndEvent
= 1L << 1,
16
17
// last !
18
None
19
};
20
};
21
23
ClearStorePolicy::Type
clearStorePolicy
(
const
std::string& policyName,
24
MsgStream&
msg
);
25
26
27
#endif
ClearStorePolicy::EndEvent
@ EndEvent
Definition:
ClearStorePolicy.h:15
ClearStorePolicy
Definition:
ClearStorePolicy.h:12
ClearStorePolicy::None
@ None
Definition:
ClearStorePolicy.h:18
clearStorePolicy
ClearStorePolicy::Type clearStorePolicy(const std::string &policyName, MsgStream &msg)
returns the enum-version of the policy (by name)
Definition:
ClearStorePolicy.cxx:7
ClearStorePolicy::Type
Type
Definition:
ClearStorePolicy.h:13
xAODType
Definition:
ObjectType.h:13
ClearStorePolicy::BeginEvent
@ BeginEvent
Definition:
ClearStorePolicy.h:14
python.AutoConfigFlags.msg
msg
Definition:
AutoConfigFlags.py:7
Generated on Sun Dec 22 2024 21:08:14 for ATLAS Offline Software by
1.8.18