|
ATLAS Offline Software
|
Go to the documentation of this file.
25 "Input b-jet flag. Disabled by default.");
28 "Calculate delta-R using rapidity");
45 return StatusCode::SUCCESS;
58 ATH_MSG_ERROR(
"First container arg is not of type JetContainer!");
59 return StatusCode::FAILURE;
63 ATH_MSG_ERROR(
"Second container arg is not of type TauJetContainer!");
64 return StatusCode::FAILURE;
68 return StatusCode::SUCCESS;
87 for(
const auto tau : taus){
104 for(
const auto tau : taus){
105 if(!
m_decHelper->isSurvivingObject(*tau))
continue;
113 return StatusCode::SUCCESS;
DataVector adapter that acts like it holds const pointers.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
::StatusCode StatusCode
StatusCode definition for legacy code.
DataVector adapter that acts like it holds const pointers.