Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef DITAUMASSTOOLS_MISSINGMASSTOOL_H
8 #define DITAUMASSTOOLS_MISSINGMASSTOOL_H
22 using ROOT::Math::PtEtaPhiMVector;
58 const int & tau1_decay_type,
59 const int & tau2_decay_type,
83 Gaudi::Property<bool>
m_decorate{
this,
"Decorate",
false};
84 Gaudi::Property<bool>
m_float_stop{
this,
"FloatStoppingCrit",
true,
"Applying Floating Stopping Criterion to speed up MMC"};
85 Gaudi::Property<int>
m_float_stop_miniter{
this,
"FloatStoppingCritMinIter", 10000,
"Minimum number of iteration to apply Floating Stopping Criterion"};
86 Gaudi::Property<int>
m_float_stop_checkfreq{
this,
"FloatStoppingCritCheckFreq", 1000,
"Number of events frequency for Floating Stopping Criterion to be applied after minimum number of iteration"};
87 Gaudi::Property<double>
m_float_stop_comp{
this,
"FloatStoppingCritCheckComp", 0.05,
"Percentage to assess the sigma compatibilities in the Floating Stopping Criterion"};
88 Gaudi::Property<std::string>
m_calib_set{
this,
"CalibSet",
"2019"};
101 Gaudi::Property<std::string>
m_param_file_path{
this,
"ParamFilePath",
"MMC_params_v1_fixed.root"};
Class providing the definition of the 4-vector interface.
__HOSTDEV__ double Phi_mpi_pi(double)
::StatusCode StatusCode
StatusCode definition for legacy code.
Principal data object for Missing ET.
Class describing the basic event information.
Return value from object correction CP tools.