ATLAS Offline Software
Loading...
Searching...
No Matches
TrigT2MbtsBitsAuxContainer_v1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef xAODTrigMinBias_TrigT2MbtsBitsAUXCONTAINTER_V1_H
6#define xAODTrigMinBias_TrigT2MbtsBitsAUXCONTAINTER_V1_H
7
9
10#include <vector>
11
12namespace xAOD {
13
15
16 public:
18
19 private:
20 std::vector<std::vector<float> > triggerEnergies;
21 std::vector<std::vector<float> > triggerTimes;
22 };
23
24}
25
26#include "xAODCore/BaseInfo.h"
28
29#endif
#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.
std::vector< std::vector< float > > triggerEnergies
std::vector< std::vector< float > > triggerTimes
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.