ATLAS Offline Software
EventInfoWriterConfig.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 EVENT_INFO_WRITER_CONFIG
5 #define EVENT_INFO_WRITER_CONFIG
6 
7 #include "Primitive.h"
8 
9 #include <string>
10 #include <vector>
11 
13 {
14  std::string name;
15  std::vector<Primitive> inputs;
16 };
17 
18 #endif
EventInfoWriterConfig
Definition: EventInfoWriterConfig.h:13
EventInfoWriterConfig::name
std::string name
Definition: EventInfoWriterConfig.h:14
EventInfoWriterConfig::inputs
std::vector< Primitive > inputs
Definition: EventInfoWriterConfig.h:15
Primitive.h