ATLAS Offline Software
Event
EventBookkeeperTPCnv
EventBookkeeperTPCnv
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
15
class
SkimDecision_p1
{
16
public
:
17
19
// This class is the persistent form of SkimDecision
21
22
SkimDecision_p1
();
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
Generated on Wed Jan 8 2025 21:17:21 for ATLAS Offline Software by
1.8.18