ATLAS Offline Software
Loading...
Searching...
No Matches
NRPCRDOAuxContainer_v1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef XAODMUONRDO_VERSION_NRPCRDOAUXCONTAINER_V1_H
6#define XAODMUONRDO_VERSION_NRPCRDOAUXCONTAINER_V1_H
7
8#include <vector>
9
12#include "Identifier/Identifier.h"
13
14namespace xAOD {
18 public:
21
22 private:
23
24 std::vector < uint32_t > bcid;
25 std::vector < float > time;
26 std::vector < uint16_t > subdetector;
27 std::vector < uint16_t > tdcsector;
28 std::vector < uint16_t > tdc;
29 std::vector < uint16_t > channel;
30 std::vector < float > timeoverthr;
31
32 };
33}
34
35// Set up the StoreGate inheritance for the class:
36#include "xAODCore/BaseInfo.h"
38
39#endif // XAODMUONRDO_VERSION_NRPCRDOAUXCONTAINER_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 store for pixel clusters.
NRPCRDOAuxContainer_v1()
Default constructor.
std::vector< uint16_t > subdetector
std::vector< uint16_t > tdcsector
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.