ATLAS Offline Software
AlgHelpers.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 #ifndef ALG_HELPERS_H
5 #define ALG_HELPERS_H
6 
9 
10 #include <string>
11 
12 Primitive::Type getPrimitiveType(const std::string& name);
14 
15 #endif
IParticleWriterConfig::ArrayFormat
ArrayFormat
Definition: IParticleWriterConfig.h:27
getPrimitiveType
Primitive::Type getPrimitiveType(const std::string &name)
Definition: AlgHelpers.cxx:10
getArrayFormat
IParticleWriterConfig::ArrayFormat getArrayFormat(const std::string &name)
Definition: AlgHelpers.cxx:37
Primitive.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:221
Primitive::Type
Type
Definition: Primitive.h:11
IParticleWriterConfig.h