13#include "GaudiKernel/MsgStream.h"
14#include "GaudiKernel/ISvcLocator.h"
15#include "GaudiKernel/StatusCode.h"
23 const string& name,
const IInterface* parent):
30 declareProperty(
"SaveL2Details",
m_saveL2 =
true);
31 declareProperty(
"SaveMuRODDetails",
m_saveMuROD =
false);
56 return StatusCode::SUCCESS;
69 for(
size_t i=0;i<p.NMuons();++i){
70 m_eta->push_back(p.eta(i));
71 m_phi->push_back(p.phi(i));
79 return StatusCode::SUCCESS;
Helpers for checking error return status codes and reporting errors.
#define CHECK(...)
Evaluate an expression and check for errors.
virtual StatusCode addVariable(const std::string &name, const std::type_info &ti, void *&ptr, const std::string &docstring="", const void *defval=0)
Class to store TileMuId and Et quantities computed at the TileCal ROD DSPs.
Block filler tool for noisy FEB information.