ATLAS Offline Software
Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
MuonCombined::CaloTag Class Reference

TagBase implementation for a calo tag. More...

#include <CaloTag.h>

Inheritance diagram for MuonCombined::CaloTag:
Collaboration diagram for MuonCombined::CaloTag:

Public Types

enum  EnergyLossType {
  Parametrized = 0, NotIsolated = 1, MOP = 2, Tail = 3,
  FSRcandidate = 4
}
 Calo Energy Loss Type Parametrized : reconstruction configured to use the parametrization w/o looking in the calo (eg calo off) NotIsolated : the measurement in the calorimeter is not reliable due to additional energy around the muon --> the parametrized value isused. More...
 
using Type = xAOD::Muon::MuonType
 typedefs More...
 
using Author = xAOD::Muon::Author
 

Public Member Functions

 CaloTag (void)
 default constructor - to be used only for persistency More...
 
 CaloTag (const Trk::EnergyLoss &eloss)
 full constructor More...
 
 CaloTag (xAOD::Muon::Author author, float deltaE, float sigmaDeltaE, float sigmaMinusDeltaE=0.0, float sigmaPlusDeltaE=0.0, unsigned short energyLossType=0, float likelihood=0, float muonScore=0, unsigned short tag=0)
 
 CaloTag (xAOD::Muon::Author author, float deltaE, float sigmaDeltaE, float sigmaMinusDeltaE, float sigmaPlusDeltaE, unsigned short energyLossType, float likelihood, float muonScore, unsigned short tag, const std::vector< DepositInCalo > &deposits)
 full constructor with the detailed deposits in Calo More...
 
 ~CaloTag ()
 destructor More...
 
std::string name () const
 name string More...
 
std::string toString () const
 print content to string More...
 
CaloTag::EnergyLossType energyLossType (void) const
 Accessor methods. More...
 
unsigned short caloMuonIdTag () const
 the Calo Muon Identification tag More...
 
double caloLRLikelihood () const
 the calo Muon Identification likehood More...
 
double caloMuonScore () const
 the calo Muon score More...
 
const std::vector< DepositInCalo > & depositInCalo () const
 the vector of detailed deposits in calo layers More...
 
float fsrCandidateEnergy () const
 FSR Candidate Energy. More...
 
float etCore () const
 isolation ET in core deltaR More...
 
void set_energyLossType (const CaloTag::EnergyLossType lossType)
 set methods More...
 
void set_caloLRLikelihood (const float likelihood)
 set the likelihood More...
 
void set_caloMuonScore (const float muonScore)
 set the calo muon score More...
 
void set_caloMuonIdTag (unsigned short tag)
 set the tag More...
 
void set_deposits (const std::vector< DepositInCalo > &deposits)
 set the detailed energy deposits in the calorimeter layers More...
 
void insert_deposit (const DepositInCalo &deposit)
 insert a deposit More...
 
void set_fsrCandidateEnergy (const float fs)
 FSR Candidate Energy. More...
 
void set_etCore (const float etcore)
 isolation ET in core deltaR More...
 
Author author2 () const
 access to secondary author More...
 
Author author3 () const
 access to third author More...
 
void set_author2 (const Author author2)
 set the secondary author More...
 
void set_author3 (const Author author3)
 set the third author More...
 
Type type () const
 access to MuonType More...
 
Author author () const
 access to Muon Author More...
 
virtual const Trk::TrackprimaryTrack () const
 access to primary muon system track, zero if non available More...
 
virtual std::vector< const Muon::MuonSegment * > associatedSegments () const
 access to associated segments, empty vector if non available More...
 
virtual bool isCommissioning () const
 Returns whether the muon belongs to the commissioning chain. More...
 
virtual EnergyLossclone () const
 Virtual constructor. More...
 
double deltaE () const
 returns the \( \Delta E \) More...
 
double sigmaDeltaE () const
 returns the symmatric error \( \sigma(\Delta E) \) More...
 
double sigmaMinusDeltaE () const
 returns the negative side \( \sigma(\Delta E) \) More...
 
double sigmaPlusDeltaE () const
 returns the positive side \( \sigma(\Delta E) \) More...
 
double meanIoni () const
 
double sigmaIoni () const
 
double meanRad () const
 
double sigmaRad () const
 
double length () const
 
void update (double ioni, double sigi, double rad, double sigr, bool mpv=false)
 
void update (const EnergyLoss &, bool mpv=false)
 
void set (double eLoss, double sigde, double ioni, double sigi, double rad, double sigr)
 
virtual MsgStream & dump (MsgStream &sl) const
 Interface method for output, can be overloaded by child classes. More...
 
virtual std::ostream & dump (std::ostream &sl) const
 Interface method for output, can be overloaded by child classes. More...
 

Private Member Functions

 CaloTag (const CaloTag &)=delete
 block copy and assignment More...
 
CaloTagoperator= (const CaloTag &)=delete
 

Private Attributes

EnergyLossType m_energyLossType
 data content More...
 
float m_caloLRLikelihood
 
float m_caloMuonScore
 
unsigned short m_caloMuonIdTag
 
float m_fsrCandidateEnergy
 
std::vector< DepositInCalom_deposits
 
float m_etCore
 
Author m_author2
 
Author m_author3
 
Author m_author
 author and type info More...
 
Type m_type
 author More...
 
double m_deltaE = 0
 \( \Delta E \) - the estimated or measured energy loss More...
 
double m_sigmaDeltaE = 0
 \( \sigma(\Delta E) \) - negative error on the energy loss More...
 
double m_sigmaMinusDeltaE = 0
 \( \sigma(\Delta E) \) - positive error on the energy loss More...
 
double m_sigmaPlusDeltaE = 0
 
double m_mean_ioni = 0
 
double m_sig_ioni = 0
 
double m_mean_rad = 0
 
double m_sig_rad = 0
 
double m_length = 0
 

Detailed Description

TagBase implementation for a calo tag.

Definition at line 17 of file CaloTag.h.

Member Typedef Documentation

◆ Author

using MuonCombined::TagBase::Author = xAOD::Muon::Author
inherited

Definition at line 52 of file TagBase.h.

◆ Type

using MuonCombined::TagBase::Type = xAOD::Muon::MuonType
inherited

typedefs

Definition at line 51 of file TagBase.h.

Member Enumeration Documentation

◆ EnergyLossType

Calo Energy Loss Type Parametrized : reconstruction configured to use the parametrization w/o looking in the calo (eg calo off) NotIsolated : the measurement in the calorimeter is not reliable due to additional energy around the muon --> the parametrized value isused.

MOP : measurement found to be compatible with most probable value --> mop used as more reliable at this region of the eloss Tail : measured eloss significantly higher than mop --> the calo measurement used FSRcandidate : in standalone reconstruction the Tail option was used. but an imbalance is observed when comparing Pstandalone and Pinnerdetector (Pstandalone>Pinnerdetector) --> if using the mop resolves the imbalance the excess energy loss is stored as fsrEnergy and the mop is used as the eloss.

Enumerator
Parametrized 
NotIsolated 
MOP 
Tail 
FSRcandidate 

Definition at line 30 of file CaloTag.h.

30 { Parametrized = 0, NotIsolated = 1, MOP = 2, Tail = 3, FSRcandidate = 4 };

Constructor & Destructor Documentation

◆ CaloTag() [1/5]

MuonCombined::CaloTag::CaloTag ( void  )

default constructor - to be used only for persistency

constructors

Definition at line 10 of file CaloTag.cxx.

10  :
11  TagBase(xAOD::Muon::CaloTag, xAOD::Muon::CaloTagged),
12  Trk::EnergyLoss(0, 0, 0, 0),
14  m_caloMuonScore(0),
15  m_caloMuonIdTag(0),
17  m_deposits(),
18  m_etCore(0.0),
21  m_energyLossType = static_cast<CaloTag::EnergyLossType>(0);
22  }

◆ CaloTag() [2/5]

MuonCombined::CaloTag::CaloTag ( const Trk::EnergyLoss eloss)

full constructor

Definition at line 24 of file CaloTag.cxx.

24  :
25  TagBase(xAOD::Muon::CaloTag, xAOD::Muon::CaloTagged),
26  Trk::EnergyLoss(eloss),
27  m_energyLossType (static_cast<CaloTag::EnergyLossType>(0)),
29  m_caloMuonScore(0),
30  m_caloMuonIdTag(0),
32  m_deposits(),
33  m_etCore(0.0),
36  {
37  }

◆ CaloTag() [3/5]

MuonCombined::CaloTag::CaloTag ( xAOD::Muon::Author  author,
float  deltaE,
float  sigmaDeltaE,
float  sigmaMinusDeltaE = 0.0,
float  sigmaPlusDeltaE = 0.0,
unsigned short  energyLossType = 0,
float  likelihood = 0,
float  muonScore = 0,
unsigned short  tag = 0 
)

Definition at line 39 of file CaloTag.cxx.

40  :
41  TagBase(author, xAOD::Muon::CaloTagged),
44  m_caloLRLikelihood(likelihood),
45  m_caloMuonScore(muonScore),
48  m_deposits(),
49  m_etCore(0.0),
52  {
53  }

◆ CaloTag() [4/5]

MuonCombined::CaloTag::CaloTag ( xAOD::Muon::Author  author,
float  deltaE,
float  sigmaDeltaE,
float  sigmaMinusDeltaE,
float  sigmaPlusDeltaE,
unsigned short  energyLossType,
float  likelihood,
float  muonScore,
unsigned short  tag,
const std::vector< DepositInCalo > &  deposits 
)

full constructor with the detailed deposits in Calo

Definition at line 55 of file CaloTag.cxx.

59  :
60  TagBase(author, xAOD::Muon::CaloTagged),
63  m_caloLRLikelihood(likelihood),
64  m_caloMuonScore(muonScore),
67  m_deposits (deposits),
68  m_etCore(0.0),
71  {
72  }

◆ ~CaloTag()

MuonCombined::CaloTag::~CaloTag ( )
default

destructor

◆ CaloTag() [5/5]

MuonCombined::CaloTag::CaloTag ( const CaloTag )
privatedelete

block copy and assignment

Member Function Documentation

◆ associatedSegments()

std::vector< const Muon::MuonSegment * > MuonCombined::TagBase::associatedSegments ( ) const
inlinevirtualinherited

access to associated segments, empty vector if non available

Reimplemented in MuonCombined::CombinedFitTag, MuonCombined::StacoTag, MuonCombined::MuGirlLowBetaTag, MuonCombined::MuGirlTag, and MuonCombined::SegmentTag.

Definition at line 91 of file TagBase.h.

91 { return {}; }

◆ author()

Author MuonCombined::TagBase::author ( ) const
inlineinherited

access to Muon Author

Definition at line 58 of file TagBase.h.

58 { return m_author; }

◆ author2()

Author MuonCombined::CaloTag::author2 ( ) const
inline

access to secondary author

Definition at line 104 of file CaloTag.h.

104 { return m_author2; }

◆ author3()

Author MuonCombined::CaloTag::author3 ( ) const
inline

access to third author

Definition at line 107 of file CaloTag.h.

107 { return m_author3; }

◆ caloLRLikelihood()

double MuonCombined::CaloTag::caloLRLikelihood ( ) const
inline

the calo Muon Identification likehood

Definition at line 63 of file CaloTag.h.

63 { return m_caloLRLikelihood; }

◆ caloMuonIdTag()

unsigned short MuonCombined::CaloTag::caloMuonIdTag ( ) const
inline

the Calo Muon Identification tag

Definition at line 60 of file CaloTag.h.

60 { return m_caloMuonIdTag; }

◆ caloMuonScore()

double MuonCombined::CaloTag::caloMuonScore ( ) const
inline

the calo Muon score

Definition at line 66 of file CaloTag.h.

66 { return m_caloMuonScore; }

◆ clone()

virtual EnergyLoss* Trk::EnergyLoss::clone ( ) const
virtualinherited

Virtual constructor.

Reimplemented in CaloEnergy.

◆ deltaE()

double Trk::EnergyLoss::deltaE ( ) const
inherited

returns the \( \Delta E \)

◆ depositInCalo()

const std::vector<DepositInCalo>& MuonCombined::CaloTag::depositInCalo ( ) const
inline

the vector of detailed deposits in calo layers

Definition at line 69 of file CaloTag.h.

69 { return m_deposits; }

◆ dump() [1/2]

MsgStream & Trk::EnergyLoss::dump ( MsgStream &  sl) const
virtualinherited

Interface method for output, can be overloaded by child classes.

Definition at line 30 of file EnergyLoss.cxx.

31 {
32  sl << "EnergyLoss : ( delta(E), sigma(dE) ) = \t"
33  << "(" << deltaE() << ", \t" << sigmaDeltaE() << ")";
34  return sl;
35 }

◆ dump() [2/2]

std::ostream & Trk::EnergyLoss::dump ( std::ostream &  sl) const
virtualinherited

Interface method for output, can be overloaded by child classes.

Definition at line 38 of file EnergyLoss.cxx.

39 {
40  sl << "EnergyLoss : ( delta(E), sigma(dE) ) = \t"
41  << "(" << deltaE() << ", \t" << sigmaDeltaE() << ")";
42  return sl;
43 }

◆ energyLossType()

CaloTag::EnergyLossType MuonCombined::CaloTag::energyLossType ( void  ) const
inline

Accessor methods.

energy determined from parametrization or not (measured)

Definition at line 132 of file CaloTag.h.

132 { return m_energyLossType; }

◆ etCore()

float MuonCombined::CaloTag::etCore ( ) const
inline

isolation ET in core deltaR

Definition at line 75 of file CaloTag.h.

75 { return m_etCore; }

◆ fsrCandidateEnergy()

float MuonCombined::CaloTag::fsrCandidateEnergy ( ) const
inline

FSR Candidate Energy.

Definition at line 72 of file CaloTag.h.

72 { return m_fsrCandidateEnergy; }

◆ insert_deposit()

void MuonCombined::CaloTag::insert_deposit ( const DepositInCalo deposit)
inline

insert a deposit

Definition at line 95 of file CaloTag.h.

95 { m_deposits.push_back(deposit); }

◆ isCommissioning()

bool MuonCombined::TagBase::isCommissioning ( ) const
inlinevirtualinherited

Returns whether the muon belongs to the commissioning chain.

Reimplemented in MuonCombined::CombinedFitTag, MuonCombined::MuGirlTag, and MuonCombined::StacoTag.

Definition at line 88 of file TagBase.h.

88 { return false; }

◆ length()

double Trk::EnergyLoss::length ( ) const
inherited

◆ meanIoni()

double Trk::EnergyLoss::meanIoni ( ) const
inherited

◆ meanRad()

double Trk::EnergyLoss::meanRad ( ) const
inherited

◆ name()

std::string MuonCombined::CaloTag::name ( ) const
inlinevirtual

name string

Implements MuonCombined::TagBase.

Definition at line 50 of file CaloTag.h.

50 { return "CaloTag"; }

◆ operator=()

CaloTag& MuonCombined::CaloTag::operator= ( const CaloTag )
privatedelete

◆ primaryTrack()

const Trk::Track * MuonCombined::TagBase::primaryTrack ( ) const
inlinevirtualinherited

access to primary muon system track, zero if non available

Reimplemented in MuonCombined::CombinedFitTag, MuonCombined::MuGirlLowBetaTag, MuonCombined::MuGirlTag, and MuonCombined::StacoTag.

Definition at line 89 of file TagBase.h.

89 { return nullptr; }

◆ set()

void Trk::EnergyLoss::set ( double  eLoss,
double  sigde,
double  ioni,
double  sigi,
double  rad,
double  sigr 
)
inherited

◆ set_author2()

void MuonCombined::CaloTag::set_author2 ( const Author  author2)
inline

set the secondary author

Definition at line 110 of file CaloTag.h.

110 { m_author2 = author2; }

◆ set_author3()

void MuonCombined::CaloTag::set_author3 ( const Author  author3)
inline

set the third author

Definition at line 113 of file CaloTag.h.

113 { m_author3 = author3; }

◆ set_caloLRLikelihood()

void MuonCombined::CaloTag::set_caloLRLikelihood ( const float  likelihood)
inline

set the likelihood

Definition at line 83 of file CaloTag.h.

83 { m_caloLRLikelihood = likelihood; }

◆ set_caloMuonIdTag()

void MuonCombined::CaloTag::set_caloMuonIdTag ( unsigned short  tag)
inline

set the tag

Definition at line 89 of file CaloTag.h.

89 { m_caloMuonIdTag = tag; }

◆ set_caloMuonScore()

void MuonCombined::CaloTag::set_caloMuonScore ( const float  muonScore)
inline

set the calo muon score

Definition at line 86 of file CaloTag.h.

86 { m_caloMuonScore = muonScore; }

◆ set_deposits()

void MuonCombined::CaloTag::set_deposits ( const std::vector< DepositInCalo > &  deposits)
inline

set the detailed energy deposits in the calorimeter layers

Definition at line 92 of file CaloTag.h.

92 { m_deposits = deposits; }

◆ set_energyLossType()

void MuonCombined::CaloTag::set_energyLossType ( const CaloTag::EnergyLossType  lossType)
inline

set methods

set is_parametrized or measured energy loss

Definition at line 80 of file CaloTag.h.

80 { m_energyLossType = lossType; }

◆ set_etCore()

void MuonCombined::CaloTag::set_etCore ( const float  etcore)
inline

isolation ET in core deltaR

Definition at line 101 of file CaloTag.h.

101 { m_etCore = etcore; }

◆ set_fsrCandidateEnergy()

void MuonCombined::CaloTag::set_fsrCandidateEnergy ( const float  fs)
inline

FSR Candidate Energy.

Definition at line 98 of file CaloTag.h.

◆ sigmaDeltaE()

double Trk::EnergyLoss::sigmaDeltaE ( ) const
inherited

returns the symmatric error \( \sigma(\Delta E) \)

◆ sigmaIoni()

double Trk::EnergyLoss::sigmaIoni ( ) const
inherited

◆ sigmaMinusDeltaE()

double Trk::EnergyLoss::sigmaMinusDeltaE ( ) const
inherited

returns the negative side \( \sigma(\Delta E) \)

◆ sigmaPlusDeltaE()

double Trk::EnergyLoss::sigmaPlusDeltaE ( ) const
inherited

returns the positive side \( \sigma(\Delta E) \)

◆ sigmaRad()

double Trk::EnergyLoss::sigmaRad ( ) const
inherited

◆ toString()

std::string MuonCombined::CaloTag::toString ( ) const
inlinevirtual

print content to string

Implements MuonCombined::TagBase.

Definition at line 53 of file CaloTag.h.

53 { return name(); }

◆ type()

Type MuonCombined::TagBase::type ( ) const
inlineinherited

access to MuonType

Definition at line 55 of file TagBase.h.

55 { return m_type; }

◆ update() [1/2]

void Trk::EnergyLoss::update ( const EnergyLoss ,
bool  mpv = false 
)
inherited

◆ update() [2/2]

void Trk::EnergyLoss::update ( double  ioni,
double  sigi,
double  rad,
double  sigr,
bool  mpv = false 
)
inherited

Member Data Documentation

◆ m_author

Author MuonCombined::TagBase::m_author
privateinherited

author and type info

Definition at line 84 of file TagBase.h.

◆ m_author2

Author MuonCombined::CaloTag::m_author2
private

Definition at line 129 of file CaloTag.h.

◆ m_author3

Author MuonCombined::CaloTag::m_author3
private

Definition at line 130 of file CaloTag.h.

◆ m_caloLRLikelihood

float MuonCombined::CaloTag::m_caloLRLikelihood
private

Definition at line 123 of file CaloTag.h.

◆ m_caloMuonIdTag

unsigned short MuonCombined::CaloTag::m_caloMuonIdTag
private

Definition at line 125 of file CaloTag.h.

◆ m_caloMuonScore

float MuonCombined::CaloTag::m_caloMuonScore
private

Definition at line 124 of file CaloTag.h.

◆ m_deltaE

double Trk::EnergyLoss::m_deltaE = 0
privateinherited

\( \Delta E \) - the estimated or measured energy loss

\( \sigma(\Delta E) \) - error on the energy loss

Definition at line 117 of file EnergyLoss.h.

◆ m_deposits

std::vector<DepositInCalo> MuonCombined::CaloTag::m_deposits
private

Definition at line 127 of file CaloTag.h.

◆ m_energyLossType

EnergyLossType MuonCombined::CaloTag::m_energyLossType
private

data content

Definition at line 122 of file CaloTag.h.

◆ m_etCore

float MuonCombined::CaloTag::m_etCore
private

Definition at line 128 of file CaloTag.h.

◆ m_fsrCandidateEnergy

float MuonCombined::CaloTag::m_fsrCandidateEnergy
private

Definition at line 126 of file CaloTag.h.

◆ m_length

double Trk::EnergyLoss::m_length = 0
privateinherited

Definition at line 129 of file EnergyLoss.h.

◆ m_mean_ioni

double Trk::EnergyLoss::m_mean_ioni = 0
privateinherited

Definition at line 125 of file EnergyLoss.h.

◆ m_mean_rad

double Trk::EnergyLoss::m_mean_rad = 0
privateinherited

Definition at line 127 of file EnergyLoss.h.

◆ m_sig_ioni

double Trk::EnergyLoss::m_sig_ioni = 0
privateinherited

Definition at line 126 of file EnergyLoss.h.

◆ m_sig_rad

double Trk::EnergyLoss::m_sig_rad = 0
privateinherited

Definition at line 128 of file EnergyLoss.h.

◆ m_sigmaDeltaE

double Trk::EnergyLoss::m_sigmaDeltaE = 0
privateinherited

\( \sigma(\Delta E) \) - negative error on the energy loss

Definition at line 119 of file EnergyLoss.h.

◆ m_sigmaMinusDeltaE

double Trk::EnergyLoss::m_sigmaMinusDeltaE = 0
privateinherited

\( \sigma(\Delta E) \) - positive error on the energy loss

Definition at line 121 of file EnergyLoss.h.

◆ m_sigmaPlusDeltaE

double Trk::EnergyLoss::m_sigmaPlusDeltaE = 0
privateinherited

Definition at line 123 of file EnergyLoss.h.

◆ m_type

Type MuonCombined::TagBase::m_type
privateinherited

author

Definition at line 85 of file TagBase.h.


The documentation for this class was generated from the following files:
MuonCombined::TagBase::TagBase
TagBase(Author author, Type type)
protected base class to be called by concrete implementations
Definition: TagBase.h:80
Trk::EnergyLoss::sigmaMinusDeltaE
double sigmaMinusDeltaE() const
returns the negative side
MuonCombined::CaloTag::m_deposits
std::vector< DepositInCalo > m_deposits
Definition: CaloTag.h:127
MuonCombined::CaloTag::m_fsrCandidateEnergy
float m_fsrCandidateEnergy
Definition: CaloTag.h:126
MuonCombined::CaloTag::m_author2
Author m_author2
Definition: CaloTag.h:129
MuonCombined::TagBase::m_author
Author m_author
author and type info
Definition: TagBase.h:84
MuonCombined::CaloTag::Tail
@ Tail
Definition: CaloTag.h:30
Trk::EnergyLoss::sigmaDeltaE
double sigmaDeltaE() const
returns the symmatric error
MuonCombined::CaloTag::name
std::string name() const
name string
Definition: CaloTag.h:50
MuonParameters::CaloTag
@ CaloTag
Definition: MuonParamDefs.h:64
MuonCombined::CaloTag::Parametrized
@ Parametrized
Definition: CaloTag.h:30
MuonCombined::CaloTag::EnergyLossType
EnergyLossType
Calo Energy Loss Type Parametrized : reconstruction configured to use the parametrization w/o looking...
Definition: CaloTag.h:30
MuonCombined::CaloTag::FSRcandidate
@ FSRcandidate
Definition: CaloTag.h:30
MuonCombined::CaloTag::m_etCore
float m_etCore
Definition: CaloTag.h:128
MuonCombined::CaloTag::m_caloMuonScore
float m_caloMuonScore
Definition: CaloTag.h:124
MuonCombined::TagBase::m_type
Type m_type
author
Definition: TagBase.h:85
MuonCombined::TagBase::author
Author author() const
access to Muon Author
Definition: TagBase.h:58
Trk::EnergyLoss::deltaE
double deltaE() const
returns the
MuonCombined::CaloTag::m_caloLRLikelihood
float m_caloLRLikelihood
Definition: CaloTag.h:123
MuonCombined::CaloTag::MOP
@ MOP
Definition: CaloTag.h:30
Muon::nsw::unknown
@ unknown
Definition: NSWTriggerElink.h:36
MuonCombined::CaloTag::author2
Author author2() const
access to secondary author
Definition: CaloTag.h:104
MuonCombined::CaloTag::m_energyLossType
EnergyLossType m_energyLossType
data content
Definition: CaloTag.h:122
Trk::EnergyLoss
This class describes energy loss material effects in the ATLAS tracking EDM.
Definition: EnergyLoss.h:34
MuonCombined::CaloTag::author3
Author author3() const
access to third author
Definition: CaloTag.h:107
MuonCombined::CaloTag::NotIsolated
@ NotIsolated
Definition: CaloTag.h:30
Herwig7_QED_EvtGen_ll.fs
dictionary fs
Definition: Herwig7_QED_EvtGen_ll.py:17
MuonCombined::CaloTag::m_author3
Author m_author3
Definition: CaloTag.h:130
CaloCondBlobAlgs_fillNoiseFromASCII.tag
string tag
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:24
MuonCombined::CaloTag::m_caloMuonIdTag
unsigned short m_caloMuonIdTag
Definition: CaloTag.h:125
Trk::EnergyLoss::sigmaPlusDeltaE
double sigmaPlusDeltaE() const
returns the positive side
MuonCombined::CaloTag::energyLossType
CaloTag::EnergyLossType energyLossType(void) const
Accessor methods.
Definition: CaloTag.h:132