ATLAS Offline Software
Loading...
Searching...
No Matches
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
This class provides a unique identification for each event, in terms of run/event number and/or a tim...
EventID eventIDFromxAOD(const xAOD::EventInfo *xaod)
Create EventID object from xAOD::EventInfo.
EventType eventTypeFromxAOD(const xAOD::EventInfo *xaod)
Create EventType object from xAOD::EventInfo.
This class provides general information about an event.
This class provides a unique identification for each event, in terms of run/event number and/or a tim...
Definition EventID.h:35
This class represents the "type of event" where the type is given by one or more "characteristics".
Definition EventType.h:92
EventInfo_v1 EventInfo
Definition of the latest event info version.