ATLAS Offline Software
Loading...
Searching...
No Matches
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
std::string m_name
~SkimDecision_p1()=default