ATLAS Offline Software
Loading...
Searching...
No Matches
ClearStorePolicy.cxx File Reference
#include "ClearStorePolicy.h"
Include dependency graph for ClearStorePolicy.cxx:

Go to the source code of this file.

Functions

ClearStorePolicy::Type clearStorePolicy (const std::string &policyName, MsgStream &msg)
 returns the enum-version of the policy (by name)

Function Documentation

◆ clearStorePolicy()

ClearStorePolicy::Type clearStorePolicy ( const std::string & policyName,
MsgStream & msg )

returns the enum-version of the policy (by name)

Definition at line 7 of file ClearStorePolicy.cxx.

9{
10 if ( "BeginEvent" == policyName ) { return ClearStorePolicy::BeginEvent;
11 } else if ( "EndEvent" == policyName ) { return ClearStorePolicy::EndEvent;
12 } else {
13 msg << MSG::WARNING
14 << "Unknown policy [" << policyName << "] for the 'clear-store' "
15 << "policy !! We'll use 'BeginEvent' instead !!"
16 << endmsg;
18 }
19}
#define endmsg
MsgStream & msg
Definition testRead.cxx:32