ATLAS Offline Software
Loading...
Searching...
No Matches
ICaloJetInputLoader.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TrigConf_ICaloJetInputLoader
6#define TrigConf_ICaloJetInputLoader
7
10
11namespace TrigConf {
12
13 class ICaloJetInputLoader : virtual public ILoader {
14 public:
15 virtual ~ICaloJetInputLoader() override = default;
16 virtual bool load( CaloJetInput& data ) = 0;
17 };
18
19}
20
21#endif
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
virtual bool load(CaloJetInput &data)=0
virtual ~ICaloJetInputLoader() override=default
Interface class for loaders.
Definition ILoader.h:17
Forward iterator to traverse the main components of the trigger configuration.
Definition Config.h:22