|
ATLAS Offline Software
|
Go to the documentation of this file.
22 const IInterface*
p) :
25 m_collName(
"xAODTriggerTowers")
27 declareInterface<DerivationFramework::ISkimmingTool>(
this);
35 return StatusCode::SUCCESS;
40 return StatusCode::SUCCESS;
45 bool acceptEvent(
false);
54 if( !triggertowers ) {
61 for(
int i=0;
i<5;
i++){
62 adcvalue = (*eIt)->adc()[
i];
def retrieve(aClass, aKey=None)
Const iterator class for DataVector/DataList.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
#define ATH_MSG_VERBOSE(x)
SaturatedTriggerTower(const std::string &t, const std::string &n, const IInterface *p)
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
::StatusCode StatusCode
StatusCode definition for legacy code.
#define CHECK(...)
Evaluate an expression and check for errors.
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
virtual bool eventPassesFilter() const
Check that the current event passes this filter.
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.