|
ATLAS Offline Software
|
Go to the documentation of this file.
23 , m_jtcTool(
"CP::JetTileCorrectionTool/JetTileCorrectionTool", this )
37 return StatusCode::SUCCESS;
45 return StatusCode::SUCCESS;
53 return StatusCode::SUCCESS;
69 for( ; jet_itr != jet_end; ++jet_itr ){
76 jet->makePrivateStore( **jet_itr );
89 unsigned int j_status = acc_tileok(*
jet);
90 std::string str_status=
"";
93 str_status =
"NotAffected";
95 str_status =
"EdgeAffected";
97 str_status =
"CoreAffected";
99 str_status =
"Unknown";
101 ATH_MSG_INFO(
"Jet status : " << str_status <<
", Pt raw = " << acc_ptraw(*
jet)*0.001 <<
" GeV, Pt corrected = " <<
jet->pt()*0.001 <<
" GeV");
105 return StatusCode::SUCCESS;
def retrieve(aClass, aKey=None)
Const iterator class for DataVector/DataList.
Helper class to provide type-safe access to aux data.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
#define ATH_MSG_VERBOSE(x)
Select isolated Photons, Electrons and Muons.
ToolHandle< IJetTileCorrectionTool > m_jtcTool
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
@ OutOfValidityRange
Input object is out of validity range.
virtual StatusCode finalize()
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode execute()
virtual StatusCode initialize()
@ Ok
The correction was done successfully.
virtual ~JetTileCorrectionAlg()
JetTileCorrectionAlg(const std::string &name, ISvcLocator *pSvcLocator)
Return value from object correction CP tools.
Jet_v1 Jet
Definition of the current "jet version".
virtual StatusCode firstExecute()
Function called when first execute is encountered user can read event information with evtStore()