ATLAS Offline Software
Loading...
Searching...
No Matches
ZdcModuleAuxContainer_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: ALFADataAuxContainer_v1.h 693858 2015-09-09 10:30:15Z krasznaa $
8#ifndef XAODFORWARD_VERSIONS_ZDCMODULEAUXCONTAINER_V1_H
9#define XAODFORWARD_VERSIONS_ZDCMODULEAUXCONTAINER_V1_H
10
11// System include(s):
12#include <vector>
13#include <stdint.h>
14
15// EDM include(s):
18
19namespace xAOD {
20
32
33 public:
36
37 private:
40 //std::vector<uint64_t> id;
41 //std::vector<uint32_t> id;
42 std::vector<int> id;
43 std::vector<int> side;
44 std::vector<int> zdcModule;
45 std::vector<int> type;
46 std::vector<int> channel;
47
48 std::vector< std::vector<float> > waveformTime;
49 std::vector< std::vector<float> > waveformADC;
50 std::vector<float> amplitude;
51 std::vector<float> energy;
52 std::vector<float> time;
53 std::vector<float> qual;
54
55 std::vector< std::vector<float> > waveformTimeG0;
56 std::vector< std::vector<float> > waveformADCG0;
57 std::vector<float> amplitudeG0;
58 std::vector<float> energyG0;
59 std::vector<float> timeG0;
60 std::vector<float> qualG0;
61
62 std::vector< std::vector<float> > waveformTimeG1;
63 std::vector< std::vector<float> > waveformADCG1;
64 std::vector<float> amplitudeG1;
65 std::vector<float> energyG1;
66 std::vector<float> timeG1;
67 std::vector<float> qualG1;
68
69 std::vector< ElementLink< TriggerTowerContainer > > TTg0d0Link;
70 std::vector< ElementLink< TriggerTowerContainer > > TTg0d1Link;
71 std::vector< ElementLink< TriggerTowerContainer > > TTg1d0Link;
72 std::vector< ElementLink< TriggerTowerContainer > > TTg1d1Link;
74
75
76 }; // class ZdcModuleAuxContainer_v1
77
78} // namespace xAOD
79
80// Declare the inheritance of the class:
81#include "xAODCore/BaseInfo.h"
83
84#endif //XAODFORWARD_VERSIONS_ZDCMODULEAUXCONTAINER_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 xAOD::ZdcModuleContainer_v1.
std::vector< ElementLink< TriggerTowerContainer > > TTg1d0Link
std::vector< std::vector< float > > waveformTimeG0
std::vector< std::vector< float > > waveformTime
std::vector< std::vector< float > > waveformADCG0
std::vector< ElementLink< TriggerTowerContainer > > TTg0d0Link
std::vector< std::vector< float > > waveformTimeG1
std::vector< std::vector< float > > waveformADCG1
std::vector< ElementLink< TriggerTowerContainer > > TTg0d1Link
std::vector< std::vector< float > > waveformADC
std::vector< ElementLink< TriggerTowerContainer > > TTg1d1Link
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.