#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 11 of file BoundaryInformation.h.
BoundaryInformation::BoundaryInformation | ( | ) | [inline] |
Definition at line 13 of file BoundaryInformation.h.
References boundaryEnergy, boundaryET, channelStatus, detIds, nextToBorder, recHits, and subdet.
{ recHits = std::vector<EcalRecHit> (); detIds = std::vector<DetId> (); channelStatus = std::vector<int> (); boundaryEnergy = 0.; boundaryET = 0.; subdet = EcalSubdetector(); nextToBorder = false; }
Definition at line 26 of file BoundaryInformation.h.
Referenced by BoundaryInformation(), AnomalousECALVariables::isDeadEcalCluster(), and AnomalousECALVariables::isGapEcalCluster().
Definition at line 27 of file BoundaryInformation.h.
Referenced by BoundaryInformation(), AnomalousECALVariables::isDeadEcalCluster(), and AnomalousECALVariables::isGapEcalCluster().
std::vector<int> BoundaryInformation::channelStatus |
Definition at line 25 of file BoundaryInformation.h.
Referenced by BoundaryInformation(), and AnomalousECALVariables::isDeadEcalCluster().
std::vector<DetId> BoundaryInformation::detIds |
Definition at line 24 of file BoundaryInformation.h.
Referenced by BoundaryInformation().
Definition at line 29 of file BoundaryInformation.h.
Referenced by BoundaryInformation().
std::vector<EcalRecHit> BoundaryInformation::recHits |
Definition at line 22 of file BoundaryInformation.h.
Referenced by BoundaryInformation().
Definition at line 28 of file BoundaryInformation.h.
Referenced by BoundaryInformation().