ATLAS Offline Software
Loading...
Searching...
No Matches
SgTEvent.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 ASGTOOLS_SGTEVENT_H
6#define ASGTOOLS_SGTEVENT_H
7
8#pragma GCC warning "SgTEvent.h is deprecated; use SgEvent.h"
9
10// Local include(s):
11#include "AsgTools/SgEvent.h"
12
13// Declare backwards compatible typedef:
14namespace asg {
16} // namespace asg
17
18#endif // ASGTOOLS_SGTEVENT_H
Wrapper for Event to make it look like StoreGate.
Definition SgEvent.h:44
SgEvent SgTEvent
Definition SgTEvent.h:15