ATLAS Offline Software
Loading...
Searching...
No Matches
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
20
21void SkimDecision::setName( const std::string& name ){ m_name=name; }
22void SkimDecision::setIsAccepted( bool answer ){ m_isAccepted=answer; }
std::string m_name
void setName(const std::string &name)
void setIsAccepted(bool answer)
SkimDecision()
Constructors.