ATLAS Offline Software
TruthPileupEvent_v1.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 #ifndef XAODTRUTH_VERSIONS_TRUTHPILEUPEVENT_V1_H
8 #define XAODTRUTH_VERSIONS_TRUTHPILEUPEVENT_V1_H
9 
10 // Local include(s):
12 
13 namespace xAOD {
14 
24 
25  public:
28 
30 
32  virtual Type::ObjectType type() const;
33 
34  }; // class TruthPileupEvent_v1
35 
36 } // namespace xAOD
37 
38 // Declare the base class of TruthPileupEvent_v1 to StoreGate:
39 #include "xAODCore/BaseInfo.h"
41 
43 
44 #endif // XAODTRUTH_VERSIONS_TRUTHPILEUPEVENT_V1_H
BaseInfo.h
xAOD::TruthPileupEvent_v1
Class describing a pile-up truth event in the MC record.
Definition: TruthPileupEvent_v1.h:23
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
DATAVECTOR_BASE
DATAVECTOR_BASE(xAOD::TruthPileupEvent_v1, xAOD::TruthEventBase_v1)
TruthEventBase.h
xAOD::TruthPileupEvent_v1::TruthPileupEvent_v1
TruthPileupEvent_v1()
Default constructor.
Definition: TruthPileupEvent_v1.cxx:12
xAOD::TruthEventBase_v1
Base class describing a pile-up or signal truth event in the MC record.
Definition: TruthEventBase_v1.h:36
xAOD::TruthPileupEvent_v1::type
virtual Type::ObjectType type() const
The type of the object as a simple enumeration.
Definition: TruthPileupEvent_v1.cxx:17
SG_BASE
SG_BASE(xAOD::TruthPileupEvent_v1, xAOD::TruthEventBase_v1)
xAODType::ObjectType
ObjectType
Type of objects that have a representation in the xAOD EDM.
Definition: ObjectType.h:32