ATLAS Offline Software
|
#include <IMuidCaloEnergyParam.h>
Public Member Functions | |
virtual | ~IMuidCaloEnergyParam () |
Virtual destructor. More... | |
virtual CaloEnergy * | meanParametrizedEnergy (double trackMomentum, double eta, double phi) const =0 |
IMuidCaloEnergyParam interface: to get the mean muon energy loss in the calorimeter (with asymmetric errors describing the whole distribution) More... | |
virtual CaloEnergy * | mopParametrizedEnergy (double trackMomentum, double eta, double phi) const =0 |
IMuidCaloEnergyParam interface: to get the most probable (peak value) energy loss in the calorimeter (with asymmetric errors describing the whole distribution) More... | |
virtual CaloEnergy * | mopPeakEnergy (double trackMomentum, double eta, double phi) const =0 |
IMuidCaloEnergyParam interface: to get the most probable (peak value) energy loss in the calorimeter (with asymmetric errors describing 2 sigma around the peak region) More... | |
virtual CaloEnergy * | mopDepositedEnergy (double trackMomentum, double eta, double phi) const =0 |
IMuidCaloEnergyParam interface: to get the most probable (peak value) energy loss and error in the calorimeter. More... | |
virtual double | x0mapInertMaterial (double eta) const =0 |
IMuidCaloEnergyParam interface: returns the fraction of inert material between InDet and MS. More... | |
virtual double | x0mapEmMaterial (double eta) const =0 |
IMuidCaloEnergyParam interface: returns the fraction of em calorimeter inert material between InDet and MS. More... | |
virtual double | x0mapHecMaterial (double eta) const =0 |
IMuidCaloEnergyParam interface: returns the fraction of hec calorimeter inert material between InDet and MS. More... | |
virtual double | caloCompartmentDepth (int, int) const =0 |
IMuidCaloEnergyParam interface: depth of calo compartment. More... | |
virtual double | emMopFraction (double eta) const =0 |
IMuidCaloEnergyParam interface: fraction of the full mop deposition corresponding to the em. More... | |
virtual double | em1MopFraction (double eta) const =0 |
IMuidCaloEnergyParam interface: fraction of the full mop deposition corresponding to the em presampler + compartment #1. More... | |
Static Public Member Functions | |
static const InterfaceID & | interfaceID () |
AlgTool and IAlgTool interface methods. More... | |
Base class for MuidCaloEnergyParam AlgTool
Definition at line 31 of file IMuidCaloEnergyParam.h.
|
inlinevirtual |
|
pure virtual |
IMuidCaloEnergyParam interface: depth of calo compartment.
Implemented in Rec::MuidCaloEnergyParam.
|
pure virtual |
IMuidCaloEnergyParam interface: fraction of the full mop deposition corresponding to the em presampler + compartment #1.
Implemented in Rec::MuidCaloEnergyParam.
|
pure virtual |
IMuidCaloEnergyParam interface: fraction of the full mop deposition corresponding to the em.
Implemented in Rec::MuidCaloEnergyParam.
|
inlinestatic |
AlgTool and IAlgTool interface methods.
Definition at line 37 of file IMuidCaloEnergyParam.h.
|
pure virtual |
IMuidCaloEnergyParam interface: to get the mean muon energy loss in the calorimeter (with asymmetric errors describing the whole distribution)
Implemented in Rec::MuidCaloEnergyParam.
|
pure virtual |
IMuidCaloEnergyParam interface: to get the most probable (peak value) energy loss and error in the calorimeter.
Implemented in Rec::MuidCaloEnergyParam.
|
pure virtual |
IMuidCaloEnergyParam interface: to get the most probable (peak value) energy loss in the calorimeter (with asymmetric errors describing the whole distribution)
Implemented in Rec::MuidCaloEnergyParam.
|
pure virtual |
IMuidCaloEnergyParam interface: to get the most probable (peak value) energy loss in the calorimeter (with asymmetric errors describing 2 sigma around the peak region)
Implemented in Rec::MuidCaloEnergyParam.
|
pure virtual |
IMuidCaloEnergyParam interface: returns the fraction of em calorimeter inert material between InDet and MS.
Implemented in Rec::MuidCaloEnergyParam.
|
pure virtual |
IMuidCaloEnergyParam interface: returns the fraction of hec calorimeter inert material between InDet and MS.
Implemented in Rec::MuidCaloEnergyParam.
|
pure virtual |
IMuidCaloEnergyParam interface: returns the fraction of inert material between InDet and MS.
Implemented in Rec::MuidCaloEnergyParam.