CMS 3D CMS Logo

Public Member Functions | Public Attributes

BoundaryInformation Class Reference

#include <BoundaryInformation.h>

List of all members.

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.

                            {
         recHits = std::vector<EcalRecHit> ();
         detIds = std::vector<DetId> ();
         channelStatus = std::vector<int> ();
         boundaryEnergy = 0.;
         boundaryET = 0.;
         subdet = EcalSubdetector();
         nextToBorder = false;
      }

Member Data Documentation