ATLAS Offline Software
Loading...
Searching...
No Matches
EventBookkeeper_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 EventBookkeeper_p1
7// Author: David Cote, September 2008. <david.cote@cern.ch>
9#ifndef EVENTBOOKKEEPER_P1_H
10#define EVENTBOOKKEEPER_P1_H
11
12#include <stdint.h>
13#include <string>
14#include <vector>
15
17 public:
18
20 // This class is the persistent form of EventBookkeeper
22
25
26 std::string m_name;
27 std::string m_description;
28 std::string m_parent;
29 std::string m_outputstream;
30 std::string m_logic;
31 std::vector<std::string> m_childrenEB;
32 uint64_t m_nAcceptedEvents = 0;
34 uint64_t m_cycle = 0;
35};
36
37#endif //> EVENTBOOKKEEPER_P1_H
~EventBookkeeper_p1()=default
std::vector< std::string > m_childrenEB