ATLAS Offline Software
Loading...
Searching...
No Matches
MMClusterAuxContainer_v1.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5// EDM include(s):
7// Local include(s):
9
10namespace {
11 static const std::string preFixStr{"Mm_"};
12}
13namespace xAOD {
38} // namespace xAOD
39#undef PRD_AUXVARIABLE
#define PRD_AUXVARIABLE(VAR)
Macro to declare the variables belonging to the AuxElementContainer.
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition AuxVariable.h:23
#define AUX_MEASUREMENTVAR(VAR, DIM)
AuxContainerBase(bool allowDynamicVars=true)
Default constructor.
std::vector< PosAccessor< 1 >::element_type > localPosition
std::vector< std::vector< float > > stripDriftDist
std::vector< CovAccessor< 1 >::element_type > localCovariance
std::vector< std::vector< int16_t > > stripTimes
std::vector< DetectorIDHashType > identifierHash
std::vector< DetectorIdentType > identifier
std::vector< std::vector< uint16_t > > stripNumbers
std::vector< std::vector< int > > stripCharges
std::vector< std::vector< PosAccessor< 2 >::element_type > > stripDriftErrors
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.