ATLAS Offline Software
SkimDecision_p1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 // Header file for class SkimDecision_p1
7 // Author: David Cote, September 2008. <david.cote@cern.ch>
9 #ifndef SKIMDECISION_P1_H
10 #define SKIMDECISION_P1_H
11 
12 #include <stdint.h>
13 #include <string>
14 
16  public:
17 
19  // This class is the persistent form of SkimDecision
21 
23  ~SkimDecision_p1() = default;
24 
25  std::string m_name;
26  bool m_isAccepted = true;
27 
28 };
29 
30 
31 #endif //> SKIMDECISION_P1_H
SkimDecision_p1
Definition: SkimDecision_p1.h:15
SkimDecision_p1::m_name
std::string m_name
Definition: SkimDecision_p1.h:25
SkimDecision_p1::~SkimDecision_p1
~SkimDecision_p1()=default
SkimDecision_p1::m_isAccepted
bool m_isAccepted
Definition: SkimDecision_p1.h:26
SkimDecision_p1::SkimDecision_p1
SkimDecision_p1()
Definition: SkimDecision_p1.cxx:10