ATLAS Offline Software
EventInfoFromxAOD.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 #ifndef EVENTINFOFROMXAOD_H
8 #define EVENTINFOFROMXAOD_H
9 
10 #include "EventInfo/EventID.h"
11 #include "EventInfo/EventType.h"
13 
14 
17 
20 
21 
22 #endif
23 
24 
EventType
This class represents the "type of event" where the type is given by one or more "characteristics".
Definition: EventType.h:92
EventType.h
This class provides general information about an event. It extends EventInfo with a list of sub-evts ...
EventID.h
This class provides a unique identification for each event, in terms of run/event number and/or a tim...
EventInfo.h
xAOD::EventInfo_v1
Class describing the basic event information.
Definition: EventInfo_v1.h:43
eventIDFromxAOD
EventID eventIDFromxAOD(const xAOD::EventInfo *xaod)
Create EventID object from xAOD::EventInfo.
Definition: EventInfoFromxAOD.cxx:16
EventID
This class provides a unique identification for each event, in terms of run/event number and/or a tim...
Definition: EventID.h:35
eventTypeFromxAOD
EventType eventTypeFromxAOD(const xAOD::EventInfo *xaod)
Create EventType object from xAOD::EventInfo.
Definition: EventInfoFromxAOD.cxx:34