ATLAS Offline Software
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 
13 namespace 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
xAOD::ForwardEventInfo_v1::countC
unsigned short countC() const
xAOD::ForwardEventInfo_v1::setTimeC
void setTimeC(float val)
SG::AuxElement
Base class for elements of a container that can have aux data.
Definition: AuxElement.h:446
BaseInfo.h
SG_BASE
SG_BASE(xAOD::ForwardEventInfo_v1, SG::AuxElement)
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::ForwardEventInfo_v1::timeDiff
float timeDiff() const
xAOD::ForwardEventInfo_v1::timeC
float timeC() const
xAOD::ForwardEventInfo_v1::setTimeDiff
void setTimeDiff(float val)
xAOD::ForwardEventInfo_v1::setCountA
void setCountA(unsigned short val)
xAOD::ForwardEventInfo_v1::timeA
float timeA() const
xAOD::ForwardEventInfo_v1::setTimeA
void setTimeA(float val)
xAOD::ForwardEventInfo_v1::ForwardEventInfo_v1
ForwardEventInfo_v1()
Default constructor.
Definition: ForwardEventInfo_v1.cxx:13
xAOD::ForwardEventInfo_v1::countA
unsigned short countA() const
Pythia8_RapidityOrderMPI.val
val
Definition: Pythia8_RapidityOrderMPI.py:14
xAOD::ForwardEventInfo_v1
add description
Definition: ForwardEventInfo_v1.h:17
xAOD::ForwardEventInfo_v1::setCountC
void setCountC(unsigned short val)
AuxElement.h
Base class for elements of a container that can have aux data.