#include <Fireworks/Calo/interface/FWCaloTowerSliceSelector.h>
Public Member Functions | |
virtual void | doSelect (const TEveCaloData::CellId_t &) |
virtual void | doUnselect (const TEveCaloData::CellId_t &) |
FWCaloTowerSliceSelector (TH2F *h, const FWEventItem *i) | |
virtual | ~FWCaloTowerSliceSelector () |
Public Member Functions inherited from FWFromSliceSelector | |
FWModelChangeManager * | changeManager () const |
void | clear () |
FWFromSliceSelector (const FWEventItem *) | |
void | reset () |
virtual | ~FWFromSliceSelector () |
Private Member Functions | |
bool | matchCell (const TEveCaloData::CellId_t &iCell, const CaloTower &tower) const |
Private Attributes | |
TH2F * | m_hist |
Additional Inherited Members | |
Protected Attributes inherited from FWFromSliceSelector | |
const FWEventItem * | m_item |
Description: [one line class summary]
Usage: <usage>
Definition at line 30 of file FWCaloTowerSliceSelector.h.
FWCaloTowerSliceSelector::FWCaloTowerSliceSelector | ( | TH2F * | h, |
const FWEventItem * | i | ||
) |
Definition at line 25 of file FWCaloTowerSliceSelector.cc.
|
virtual |
Definition at line 31 of file FWCaloTowerSliceSelector.cc.
|
virtual |
Reimplemented from FWFromSliceSelector.
Definition at line 83 of file FWCaloTowerSliceSelector.cc.
References edm::SortedCollection< T, SORT >::begin(), FWEventItem::changeManager(), edm::SortedCollection< T, SORT >::end(), FWEventItem::get(), cmsHarvester::index, FWEventItem::ModelInfo::isSelected(), FWDisplayProperties::isVisible(), FWEventItem::ModelInfo::m_displayProperties, FWFromSliceSelector::m_item, matchCell(), FWEventItem::modelInfo(), and FWEventItem::select().
|
virtual |
Reimplemented from FWFromSliceSelector.
Definition at line 107 of file FWCaloTowerSliceSelector.cc.
References edm::SortedCollection< T, SORT >::begin(), FWEventItem::changeManager(), edm::SortedCollection< T, SORT >::end(), FWEventItem::get(), cmsHarvester::index, FWEventItem::ModelInfo::isSelected(), FWDisplayProperties::isVisible(), FWEventItem::ModelInfo::m_displayProperties, FWFromSliceSelector::m_item, matchCell(), FWEventItem::modelInfo(), and FWEventItem::unselect().
|
private |
Definition at line 41 of file FWCaloTowerSliceSelector.cc.
References reco::LeafCandidate::eta(), customizeTrackingMonitorSeedNumber::idx, CaloTower::ietaAbs(), m_hist, match(), reco::LeafCandidate::phi(), and w.
Referenced by doSelect(), and doUnselect().
|
private |
Definition at line 40 of file FWCaloTowerSliceSelector.h.
Referenced by matchCell().