ATLAS Offline Software
Loading...
Searching...
No Matches
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
13 enum Type {
14 BeginEvent = 1L << 0,
15 EndEvent = 1L << 1,
16
17 // last !
19 };
20};
21
23ClearStorePolicy::Type clearStorePolicy( const std::string& policyName,
24 MsgStream& msg );
25
26
27#endif
ClearStorePolicy::Type clearStorePolicy(const std::string &policyName, MsgStream &msg)
returns the enum-version of the policy (by name)
MsgStream & msg
Definition testRead.cxx:32