ATLAS Offline Software
Event
EventBookkeeperMetaData
src
SkimDecision.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// Implementation file for class SkimDecision
7
// Author: David Cote, September 2008. <david.cote@cern.ch>
9
10
#include "
EventBookkeeperMetaData/SkimDecision.h
"
11
15
16
SkimDecision::SkimDecision
()
17
: m_isAccepted (true)
18
{
19
}
20
21
void
SkimDecision::setName
(
const
std::string&
name
){
m_name
=
name
; }
22
void
SkimDecision::setIsAccepted
(
bool
answer ){
m_isAccepted
=answer; }
SkimDecision::setName
void setName(const std::string &name)
Definition:
SkimDecision.cxx:21
SkimDecision.h
SkimDecision::SkimDecision
SkimDecision()
Constructors.
Definition:
SkimDecision.cxx:16
SkimDecision::m_isAccepted
bool m_isAccepted
Definition:
SkimDecision.h:33
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:221
SkimDecision::m_name
std::string m_name
Definition:
SkimDecision.h:32
SkimDecision::setIsAccepted
void setIsAccepted(bool answer)
Definition:
SkimDecision.cxx:22
Generated on Thu Nov 7 2024 21:26:19 for ATLAS Offline Software by
1.8.18