ATLAS Offline Software
|
#include <IConstraintFit.h>
Public Member Functions | |
virtual StatusCode | doMassFit (const ConstraintFitInput &input, ConstraintFitOutput &output)=0 |
Declare the interface that the class provides. More... | |
virtual double | getMassError (const ConstraintFitInput &firstInput, const ConstraintFitInput &secondInput=ConstraintFitInput())=0 |
Calculate the mass error without fit - use just the inputs. More... | |
virtual double | getMassError (const ConstraintFitOutput &fitOutput, const ConstraintFitInput &extraInput=ConstraintFitInput())=0 |
Calculate the mass error with the result of fit and possible additional input (4-vecs/cov mat) that has NOT been fit. More... | |
virtual double | getMassError (const ConstraintFitOutput &fitOutput, const ConstraintFitOutput &secondFitOutput)=0 |
Calculate the mass error with the result of two mass fits More... | |
virtual void | addParticle (const xAOD::Muon &mu, ConstraintFitInput &input, MassConstraintMuonType muonType=isCombMCMT)=0 |
Add muon to input, must provide the resolution Scale Factor. More... | |
virtual void | addParticle (const xAOD::Electron &el, float elEnergyRes, ConstraintFitInput &input)=0 |
Add electron to input, must provide the electron energy resolution. More... | |
virtual void | addFSRParticle (const xAOD::IParticle &part, const TLorentzVector &fsr4Vec, ConstraintFitInput &input)=0 |
Add in FSR photon to input, must provide BOTH the IParticle AND 4vec of FSR photon The IParticle is used to identify type of particle: electron/unconverted photon/converted photon. More... | |
virtual void | print () const =0 |
Print the state of the tool. More... | |
Definition at line 41 of file IConstraintFit.h.
|
pure virtual |
Add in FSR photon to input, must provide BOTH the IParticle AND 4vec of FSR photon The IParticle is used to identify type of particle: electron/unconverted photon/converted photon.
Implemented in ZMassConstraint::ConstraintFit.
|
pure virtual |
Add electron to input, must provide the electron energy resolution.
Implemented in ZMassConstraint::ConstraintFit.
|
pure virtual |
Add muon to input, must provide the resolution Scale Factor.
Implemented in ZMassConstraint::ConstraintFit.
|
pure virtual |
Declare the interface that the class provides.
Perform the constrained mass fit
Implemented in ZMassConstraint::ConstraintFit.
|
pure virtual |
Calculate the mass error without fit - use just the inputs.
Implemented in ZMassConstraint::ConstraintFit.
|
pure virtual |
Calculate the mass error with the result of fit and possible additional input (4-vecs/cov mat) that has NOT been fit.
Implemented in ZMassConstraint::ConstraintFit.
|
pure virtual |
Calculate the mass error with the result of two mass fits
Implemented in ZMassConstraint::ConstraintFit.
|
pure virtualinherited |
Print the state of the tool.
Implemented in JetRecTool, JetFinder, JetModifiedMassDrop, JetFromPseudojet, JetReclusterer, JetReclusteringTool, JetTruthLabelingTool, JetPileupLabelingTool, HI::HIPileupTool, asg::AsgTool, JetDumper, JetBottomUpSoftDrop, JetRecursiveSoftDrop, JetSoftDrop, JetConstituentsRetriever, JetSubStructureMomentToolsBase, JetSplitter, JetToolRunner, JetPruner, JetPseudojetRetriever, JetTrimmer, AsgHelloTool, and KtDeltaRTool.