34 const std::string& name,
35 const IInterface* parent)
41 declareProperty(
"METContainer",
m_metContainer =
"MET_Reference_AntiKt4LCTopo");
150 ATH_MSG_DEBUG(
" NOW IN TILEMUONEVENTFILLERTOOL::INITIALIZE() ");
154 if( ! evtStore()->retrieve(
m_trigDec ,
"xTrigDecision").isSuccess() ){
156 return StatusCode::FAILURE;
160 return StatusCode::SUCCESS;
276 return StatusCode::SUCCESS;
297 *
m_lbn = p.lumiBlock();
313 CHECK( evtStore()->retrieve( MuonsCont,
"Muons" ) );
326 if(!evtStore()->retrieve(missingEtContainer,
m_metContainer).isFailure()) {
330 ATH_MSG_WARNING(
"No total MissingET object found in container with name FinalClus");
339 ATH_MSG_WARNING(
"No total MissingET object found in container with name FinalTrk");
357 const std::vector< xAOD::EventInfo::StreamTag > stags = p.streamTags();
422 if(evtStore()->retrieve(
m_pVertex,
"VxPrimaryCandidate").isFailure()){
428 return StatusCode::SUCCESS;
#define ATH_MSG_WARNING(x)
#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)
size_type size() const noexcept
Returns the number of elements in the collection.
@ IS_CALIBRATION
true: calibration, false: physics
@ IS_SIMULATION
true: simulation, false: data
@ IS_TESTBEAM
true: testbeam, false: full detector
float sumet() const
Returns.
float mpx() const
Returns .
float mpy() const
Returns .
Block filler tool for noisy FEB information.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
EventInfo_v1 EventInfo
Definition of the latest event info version.
MissingET_v1 MissingET
Version control by type defintion.
MissingETContainer_v1 MissingETContainer
MuonContainer_v1 MuonContainer
Definition of the current "Muon container version".