CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 11 of file BoundaryInformation.h.

Constructor & Destructor Documentation

BoundaryInformation::BoundaryInformation ( )
inline

Definition at line 13 of file BoundaryInformation.h.

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

13  {
14  recHits = std::vector<EcalRecHit> ();
15  detIds = std::vector<DetId> ();
16  channelStatus = std::vector<int> ();
17  boundaryEnergy = 0.;
18  boundaryET = 0.;
20  nextToBorder = false;
21  }
std::vector< DetId > detIds
std::vector< int > channelStatus
EcalSubdetector subdet
std::vector< EcalRecHit > recHits
EcalSubdetector

Member Data Documentation

double BoundaryInformation::boundaryEnergy
double BoundaryInformation::boundaryET
std::vector<int> BoundaryInformation::channelStatus
std::vector<DetId> BoundaryInformation::detIds
bool BoundaryInformation::nextToBorder
std::vector<EcalRecHit> BoundaryInformation::recHits
EcalSubdetector BoundaryInformation::subdet