|
ATLAS Offline Software
|
Go to the documentation of this file.
20 #include "GaudiKernel/SystemOfUnits.h"
36 (
const std::string&
type,
37 const std::string&
name,
44 "ICollectionGetterTool instance defining "
45 "the target collection");
46 declareProperty (
"DRCut",
m_drcut = 999,
47 "DR cut for the association");
72 return StatusCode::SUCCESS;
89 if( std::isinf(
m_p->
eta() ) ) {
97 if (
obj->p() < 1
e-3*
MeV)
continue;
98 if( std::isinf(
obj->eta() ) )
continue;
virtual double p() const =0
momentum magnitude
Block filler tool for noisy FEB information.
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual double eta() const =0
pseudo rapidity
#define CHECK(...)
Evaluate an expression and check for errors.
double deltaR(const I4Momentum &p4, double eta, double phi)
from 1 I4Momentum
Helpers for checking error return status codes and reporting errors.