JetCellAccessor Class Reference

Utility to loop over CaloCell contained in a Jet. More...

#include <JetCellAccessor.h>


Detailed Description

Utility to loop over CaloCell contained in a Jet.

JetCaloCell defines iterators over the cells in a Jet. Currently it supports only CaloCluster constituents and it relies on the availability of a CaloClusterCellLink in the constituents. Any constituent type able to return such CaloClusterCellLink could benefit from this accessor.

It also uses the prefetch utilities in the hope of improving performances.

usage : jet::JetCellAccessor::const_iterator it = jet::JetCellAccessor::begin(jet); jet::JetCellAccessor::const_iterator itE = jet::JetCellAccessor::end(jet); for( ;it!=itE; it++) { e += it->e()*it.weight(); }


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 15 Apr 2017 for RootCore Packages by  doxygen 1.6.1