CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
BoundaryInformation Class Reference

#include <BoundaryInformation.h>

Public Member Functions

 BoundaryInformation ()
 

Public Attributes

double boundaryEnergy
 
double boundaryET
 
std::vector< int > channelStatus
 
std::vector< DetIddetIds
 
bool nextToBorder
 
std::vector< EcalRecHitrecHits
 
EcalSubdetector subdet
 

Detailed Description

Definition at line 13 of file BoundaryInformation.h.

Constructor & Destructor Documentation

◆ BoundaryInformation()

BoundaryInformation::BoundaryInformation ( )
inline

Definition at line 15 of file BoundaryInformation.h.

15  {
16  recHits = std::vector<EcalRecHit>();
17  detIds = std::vector<DetId>();
18  channelStatus = std::vector<int>();
19  boundaryEnergy = 0.;
20  boundaryET = 0.;
22  nextToBorder = false;
23  };

References boundaryEnergy, boundaryET, channelStatus, detIds, nextToBorder, recHits, and subdet.

Member Data Documentation

◆ boundaryEnergy

double BoundaryInformation::boundaryEnergy

◆ boundaryET

double BoundaryInformation::boundaryET

◆ channelStatus

std::vector<int> BoundaryInformation::channelStatus

◆ detIds

std::vector<DetId> BoundaryInformation::detIds

◆ nextToBorder

bool BoundaryInformation::nextToBorder

◆ recHits

std::vector<EcalRecHit> BoundaryInformation::recHits

◆ subdet

EcalSubdetector BoundaryInformation::subdet
EcalSubdetector
EcalSubdetector
Definition: EcalSubdetector.h:10
BoundaryInformation::boundaryEnergy
double boundaryEnergy
Definition: BoundaryInformation.h:27
BoundaryInformation::detIds
std::vector< DetId > detIds
Definition: BoundaryInformation.h:25
BoundaryInformation::boundaryET
double boundaryET
Definition: BoundaryInformation.h:28
BoundaryInformation::subdet
EcalSubdetector subdet
Definition: BoundaryInformation.h:29
BoundaryInformation::nextToBorder
bool nextToBorder
Definition: BoundaryInformation.h:30
BoundaryInformation::recHits
std::vector< EcalRecHit > recHits
Definition: BoundaryInformation.h:23
BoundaryInformation::channelStatus
std::vector< int > channelStatus
Definition: BoundaryInformation.h:26