5#ifndef TRIGTAUCLUSTERDETAILS_H
6#define TRIGTAUCLUSTERDETAILS_H
22#include "GaudiKernel/MsgStream.h"
42 void print (
void )
const;
44 void print ( MsgStream& log )
const;
142 return !( left == right );
147 std::map< std::string, double >& varChange );
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
const int NUMHADSAMP
Number of HAD Samples.
bool operator!=(const TrigTauClusterDetails &left, const TrigTauClusterDetails &right)
Operator comparing two TrigTauCluster objects for inequality.
MsgStream & operator<<(MsgStream &m, const TrigTauClusterDetails &tau)
Helper operator for printing the object.
bool operator==(const TrigTauClusterDetails &left, const TrigTauClusterDetails &right)
Operator comparing two TrigTauCluster objects for equality.
void diff(const TrigTauClusterDetails &left, const TrigTauClusterDetails &right, std::map< std::string, double > &varChange)
Comparison with feedback.
const int NUMEMSAMP
Number of EM Samples.
void setEMenergyMedium(int samp, float e)
set EM Energy in the wide region (0.2x0.2)
void setEMenergyNarrow(int samp, float e)
set EM Energy in the narrow region (0.1x0.1)
void setHADenergyWide(int samp, float e)
set HAD Energy in the mormalization region (0.3x0.3)
float EMenergyNarrow(int samp) const
get EM Energy in the narrow region (0.1x0.1)
float m_HADenergyWidth[NUMHADSAMP]
Width in HAD samplings.
void setHADenergyNarrow(int samp, float e)
set HAD Energy in the narrow region (0.1x0.1)
float m_HADenergyWide[NUMHADSAMP]
HAD Energy in the normalization region (0.3x0.3)
float m_EMenergyWidth[NUMEMSAMP]
Width in EM samplings.
float HADenergyNarrow(int samp) const
get HAD Energy in the narrow region (0.1x0.1)
float HADRadius(int samp) const
get HAD Radius per sampling
float HADenergyWidth(int samp) const
get Width in HAD samplings
float EMenergyWidth(int samp) const
get Width in EM samplings
float m_EMenergyWide[NUMEMSAMP]
EM Energy in the mormalization region (0.3x0.3)
void setEMenergyWide(int samp, float e)
set EM Energy in the mormalization region (0.3x0.3)
void setHADenergyWidth(int samp, float stripwidth)
set Width in HAD samplings
void setHADenergyMedium(int samp, float e)
set HAD Energy in the wide region (0.2x0.2)
float m_HADRadius[NUMHADSAMP]
HAD Radius per sampling.
void setHADRadius(int samp, float hadradius)
set HAD Radius per sampling
float m_HADenergyNarrow[NUMHADSAMP]
HAD Energy in the narrow region (0.1x0.1)
float m_HADenergyMedium[NUMHADSAMP]
HAD Energy in the wide region (0.2x0.2)
float EMenergyMedium(int samp) const
get EM Energy in the wide region (0.2x0.2)
float EMenergyWide(int samp) const
get EM Energy in the mormalization region (0.3x0.3)
~TrigTauClusterDetails()
Destructor.
float m_EMRadius[NUMEMSAMP]
EM Radius per sampling.
void setEMenergyWidth(int samp, float stripwidth)
set Width in EM samplings
void print(void) const
Prints out cluster variables to std::cout.
float HADenergyWide(int samp) const
get HAD Energy in the normalization region (0.3x0.3)
void setEMRadius(int samp, float emradius)
set EM Radius per sampling
float m_EMenergyMedium[NUMEMSAMP]
EM Energy in the wide region (0.2x0.2)
float HADenergyMedium(int samp) const
get HAD Energy in the wide region (0.2x0.2)
TrigTauClusterDetails()
Constructor, please note the default values.
float m_EMenergyNarrow[NUMEMSAMP]
EM Energy in the narrow region (0.1x0.1)
float EMRadius(int samp) const
get EM Radius per sampling