ATLAS Offline Software
Loading...
Searching...
No Matches
LumiBlockRangeAuxContainer_v1.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id: LumiBlockRangeAuxContainer_v1.h 647501 2015-02-17 14:22:33Z krasznaa $
8#ifndef XAODLUMINOSITY_VERSIONS_LUMIBLOCKRANGEAUXCONTAINER_V1_H
9#define XAODLUMINOSITY_VERSIONS_LUMIBLOCKRANGEAUXCONTAINER_V1_H
10
11// System include(s):
12#include <vector>
13extern "C" {
14# include <stdint.h>
15}
16
17// xAOD include(s):
19
20namespace xAOD {
21
35
36 public:
39
40 private:
44 std::vector< uint32_t > startRunNumber;
46 std::vector< uint32_t > startLumiBlockNumber;
48
52 std::vector< uint32_t > stopRunNumber;
54 std::vector< uint32_t > stopLumiBlockNumber;
56
60 std::vector< uint32_t > eventsExpected;
62 std::vector< uint32_t > eventsSeen;
64
65 }; // class LumiBlockRangeAuxContainer_v1
66
67} // namespace xAOD
68
69// Set up the StoreGate inheritance of the class:
70#include "xAODCore/BaseInfo.h"
72
73#endif // XAODLUMINOSITY_VERSIONS_LUMIBLOCKRANGEAUXCONTAINER_V1_H
#define SG_BASE(D, B)
Declare that class D derives from class B.
Common base class for the auxiliary containers.
AuxContainerBase(bool allowDynamicVars=true)
Default constructor.
Auxiliary container for xAOD::LumiBlockRangeContainer_v1.
std::vector< uint32_t > eventsSeen
The number of seen/processed events in this luminosity block range.
std::vector< uint32_t > startLumiBlockNumber
The luminosity block of the start time of the range.
std::vector< uint32_t > stopLumiBlockNumber
The luminosity block of the stop time of the range.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.