ATLAS Offline Software
Loading...
Searching...
No Matches
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
std::vector< Primitive > inputs