ATLAS Offline Software
Loading...
Searching...
No Matches
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
ClearStorePolicy::Type clearStorePolicy(const std::string &policyName, MsgStream &msg)
returns the enum-version of the policy (by name)
Definition
ClearStorePolicy.cxx:7
ClearStorePolicy
Definition
ClearStorePolicy.h:12
ClearStorePolicy::Type
Type
Definition
ClearStorePolicy.h:13
ClearStorePolicy::None
@ None
Definition
ClearStorePolicy.h:18
ClearStorePolicy::BeginEvent
@ BeginEvent
Definition
ClearStorePolicy.h:14
ClearStorePolicy::EndEvent
@ EndEvent
Definition
ClearStorePolicy.h:15
msg
MsgStream & msg
Definition
testRead.cxx:32
Generated on
for ATLAS Offline Software by
1.14.0