ATLAS Offline Software
Loading...
Searching...
No Matches
ForwardEventInfo_v1.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7#ifndef XAODFORWARD_VERSIONS_FORWARDEVENTINFOS_V1_H
8#define XAODFORWARD_VERSIONS_FORWARDEVENTINFOS_V1_H
9
10// EDM include(s):
12
13namespace xAOD {
18
19 public:
22
23 float timeDiff() const;
24 void setTimeDiff(float val);
25
26 float timeA() const;
27 void setTimeA(float val);
28
29 float timeC() const;
30 void setTimeC(float val);
31
32 unsigned short countA() const;
33 void setCountA(unsigned short val);
34
35 unsigned short countC() const;
36 void setCountC(unsigned short val);
37
38 }; // class ForwardEventInfo_v1
39
40} // namespace xAOD
41
42// Declare the inheritance of the class:
43#include "xAODCore/BaseInfo.h"
45
46#endif // XAODFORWARD_VERSIONS_FORWARDEVENTINFOS_V1_H
Base class for elements of a container that can have aux data.
#define SG_BASE(D, B)
Declare that class D derives from class B.
Base class for elements of a container that can have aux data.
Definition AuxElement.h:483
void setTimeA(float val)
ForwardEventInfo_v1()
Default constructor.
void setCountC(unsigned short val)
unsigned short countC() const
unsigned short countA() const
void setTimeC(float val)
void setTimeDiff(float val)
void setCountA(unsigned short val)
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.