ATLAS Offline Software
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 
11 
15 
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:195
SkimDecision::m_name
std::string m_name
Definition: SkimDecision.h:32
SkimDecision::setIsAccepted
void setIsAccepted(bool answer)
Definition: SkimDecision.cxx:22