ATLAS Offline Software
Loading...
Searching...
No Matches
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
8
13
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
40const std::string& egDetail::className() const
41{
42 static const std::string name;
43 return name;
44}
45
47{
49}
50
An interface for getting the name of a class as a string.
virtual bool hasBoolParameter(egammaParameters::ParamDef) const
Definition egDetail.cxx:34
virtual double parameter(egammaParameters::ParamDef) const
Definition egDetail.cxx:9
virtual bool hasParameter(egammaParameters::ParamDef) const
Definition egDetail.cxx:24
virtual void set_linkIndex(int)
Definition egDetail.cxx:51
virtual int linkIndex() const
Definition egDetail.cxx:46
virtual int intParameter(egammaParameters::ParamDef) const
Definition egDetail.cxx:14
virtual const std::string & className() const
Definition egDetail.cxx:40
virtual bool boolParameter(egammaParameters::ParamDef) const
Definition egDetail.cxx:19
virtual bool hasIntParameter(egammaParameters::ParamDef) const
Definition egDetail.cxx:29
const double EgParamUndefined