#include <BoundaryInformation.h>
Public Member Functions | |
BoundaryInformation () | |
Public Attributes | |
double | boundaryEnergy |
double | boundaryET |
std::vector< int > | channelStatus |
std::vector< DetId > | detIds |
bool | nextToBorder |
std::vector< EcalRecHit > | recHits |
EcalSubdetector | subdet |
Definition at line 13 of file BoundaryInformation.h.
|
inline |
Definition at line 15 of file BoundaryInformation.h.
References boundaryEnergy, boundaryET, channelStatus, detIds, nextToBorder, recHits, and subdet.
double BoundaryInformation::boundaryEnergy |
Definition at line 28 of file BoundaryInformation.h.
Referenced by BoundaryInformation(), EcalBoundaryInfoCalculator< EcalDetId >::boundaryRecHits(), EcalDeadCellBoundaryEnergyFilter::filter(), EcalBoundaryInfoCalculator< EcalDetId >::gapRecHits(), AnomalousECALVariables::isDeadEcalCluster(), and AnomalousECALVariables::isGapEcalCluster().
double BoundaryInformation::boundaryET |
Definition at line 29 of file BoundaryInformation.h.
Referenced by BoundaryInformation(), EcalBoundaryInfoCalculator< EcalDetId >::boundaryRecHits(), EcalDeadCellBoundaryEnergyFilter::filter(), EcalBoundaryInfoCalculator< EcalDetId >::gapRecHits(), AnomalousECALVariables::isDeadEcalCluster(), and AnomalousECALVariables::isGapEcalCluster().
std::vector<int> BoundaryInformation::channelStatus |
Definition at line 27 of file BoundaryInformation.h.
Referenced by BoundaryInformation(), EcalBoundaryInfoCalculator< EcalDetId >::boundaryRecHits(), EcalBoundaryInfoCalculator< EcalDetId >::gapRecHits(), and AnomalousECALVariables::isDeadEcalCluster().
std::vector<DetId> BoundaryInformation::detIds |
Definition at line 26 of file BoundaryInformation.h.
Referenced by BoundaryInformation(), EcalBoundaryInfoCalculator< EcalDetId >::boundaryRecHits(), EcalDeadCellBoundaryEnergyFilter::filter(), and EcalBoundaryInfoCalculator< EcalDetId >::gapRecHits().
bool BoundaryInformation::nextToBorder |
Definition at line 31 of file BoundaryInformation.h.
Referenced by BoundaryInformation(), EcalBoundaryInfoCalculator< EcalDetId >::boundaryRecHits(), and EcalBoundaryInfoCalculator< EcalDetId >::gapRecHits().
std::vector<EcalRecHit> BoundaryInformation::recHits |
Definition at line 24 of file BoundaryInformation.h.
Referenced by BoundaryInformation(), EcalBoundaryInfoCalculator< EcalDetId >::boundaryRecHits(), and EcalBoundaryInfoCalculator< EcalDetId >::gapRecHits().
EcalSubdetector BoundaryInformation::subdet |
Definition at line 30 of file BoundaryInformation.h.
Referenced by BoundaryInformation(), EcalBoundaryInfoCalculator< EcalDetId >::boundaryRecHits(), and EcalBoundaryInfoCalculator< EcalDetId >::gapRecHits().