ATLAS Offline Software
Loading...
Searching...
No Matches
EventBookkeeper_p2.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_p2
7// Author: David Cote, September 2008. <david.cote@cern.ch>
9#ifndef EVENTBOOKKEEPER_p2_H
10#define EVENTBOOKKEEPER_p2_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
27
28 std::string m_name;
29 std::string m_description;
30 std::string m_inputstream;
31 std::string m_outputstream;
32 std::string m_logic;
33 std::vector<EventBookkeeper_p2*>* m_childrenEB = nullptr;
34 unsigned long long m_nAcceptedEvents = 0;
36 int m_cycle = -1;
37};
38
39#endif //> EVENTBOOKKEEPER_p2_H
std::vector< EventBookkeeper_p2 * > * m_childrenEB
EventBookkeeper_p2 & operator=(const EventBookkeeper_p2 &rhs)
unsigned long long m_nAcceptedEvents