ATLAS Offline Software
PseudoTopResult.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3  */
4 #ifndef ANALYSISTOP_TOPEVENT_PSEUDOTOPRESULT_H
5 #define ANALYSISTOP_TOPEVENT_PSEUDOTOPRESULT_H
6 
11 // EDM include(s):
13 #include "xAODCore/CLASS_DEF.h"
14 
15 namespace xAOD {
16 
19  public:
21  PseudoTopResult() = default;
22 
23  void IniVar(bool);
24 
25  }; // class PseudoTopResult
26 
27 } // namespace xAOD
28 
29 // Define a ClassID for the type.
30 CLASS_DEF(xAOD::PseudoTopResult, 135846343, 1)
31 
32 #endif // not ANALYSISTOP_TOPEVENT_PSEUDOTOPRESULT_H
xAOD::PseudoTopResult::PseudoTopResult
PseudoTopResult()=default
Default constructor.
SG::AuxElement
Base class for elements of a container that can have aux data.
Definition: AuxElement.h:446
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::PseudoTopResult
Interface class.
Definition: PseudoTopResult.h:18
xAOD::PseudoTopResult::IniVar
void IniVar(bool)
Definition: PseudoTopResult.cxx:14
CLASS_DEF.h
File providing the different SG_BASE macros.
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
AuxElement.h
Base class for elements of a container that can have aux data.