|
ATLAS Offline Software
|
Go to the documentation of this file.
16 #ifndef TAU_DETAILS_ANALYSIS_H
17 #define TAU_DETAILS_ANALYSIS_H
18 #include "GaudiKernel/MsgStream.h"
91 template <
class stream>
95 template <
class stream>
127 #endif // TAU_DETAILS_ANALYSIS_H
virtual const std::string & className() const =0
virtual double parameter(TauJetParameters ::Detail detail) const
static const float DEFAULT
TauDetails()
Default constructor.
virtual int intParameter(TauJetParameters ::Detail detail) const
value of parameter (type int)
std::string toString() const
Uses printOn to make a string of the TauDetails.
static const int DEFAULT_INT
virtual ~TauDetails()
Virtual destructor.
virtual bool hasParameter(TauJetParameters ::Detail detail) const
check if parameter exists
virtual void setParameter(TauJetParameters ::Detail detail, double param)
set parameter of type double
The namespace of all packages in PhysicsAnalysis/JetTagging.
MsgStream & operator<<(MsgStream &out, const IPInfoBase &)
output.
void printOn(stream &o) const
Printing function.
friend std::ostream & operator<<(std::ostream &o, const Analysis::TauDetails &detail)
Printing operator.
virtual void setIntParameter(TauJetParameters ::Detail detail, int param)
set parameter of type int