ATLAS Offline Software
egDetail.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #include "egammaEvent/egDetail.h"
8 
10 {
12 }
13 
15 {
17 }
18 
20 {
21  return false;
22 }
23 
25 {
26  return false;
27 }
28 
30 {
31  return false;
32 }
33 
35 {
36  return false;
37 }
38 
39 
40 const std::string& egDetail::className() const
41 {
42  static const std::string name;
43  return name;
44 }
45 
47 {
49 }
50 
52 {}
egDetail::boolParameter
virtual bool boolParameter(egammaParameters::ParamDef) const
Definition: egDetail.cxx:19
egDetail::hasIntParameter
virtual bool hasIntParameter(egammaParameters::ParamDef) const
Definition: egDetail.cxx:29
egammaParameters::ParamDef
ParamDef
Definition: egammaParamDefs.h:99
egammaParameters::EgParamUndefined
const double EgParamUndefined
Definition: egammaParamDefs.h:78
egDetail::className
virtual const std::string & className() const
Definition: egDetail.cxx:40
egDetail::parameter
virtual double parameter(egammaParameters::ParamDef) const
Definition: egDetail.cxx:9
ClassName.h
An interface for getting the name of a class as a string.
egDetail::set_linkIndex
virtual void set_linkIndex(int)
Definition: egDetail.cxx:51
egDetail.h
egammaParamDefs.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
egDetail::hasBoolParameter
virtual bool hasBoolParameter(egammaParameters::ParamDef) const
Definition: egDetail.cxx:34
egDetail::intParameter
virtual int intParameter(egammaParameters::ParamDef) const
Definition: egDetail.cxx:14
egDetail::linkIndex
virtual int linkIndex() const
Definition: egDetail.cxx:46
egDetail::hasParameter
virtual bool hasParameter(egammaParameters::ParamDef) const
Definition: egDetail.cxx:24