ATLAS Offline Software
Loading...
Searching...
No Matches
CaloCellContainerBuilder.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ISF_FASTCALOSIMPARAMETRIZATION_CALOCELLCONTAINERBUILDER_H
6#define ISF_FASTCALOSIMPARAMETRIZATION_CALOCELLCONTAINERBUILDER_H
7
10
11#include <memory>
12
21{
22public:
24 : container(std::make_unique<CaloCellContainer>(SG::VIEW_ELEMENTS))
25 {}
26
27 std::unique_ptr<CaloCellContainer> container;
28};
29
30#endif // ISF_FASTCALOSIMPARAMETRIZATION_CALOCELLCONTAINERBUILDER_H
std::unique_ptr< CaloCellContainer > container
Container class for CaloCell.
Forward declaration.
STL namespace.