CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BoundaryInformation.h
Go to the documentation of this file.
1 #ifndef BOUNDARYINFORMATION_H_
2 #define BOUNDARYINFORMATION_H_
3 
4 // system include files
5 
7 
8 //using namespace edm;
9 //using namespace std;
10 
12  public:
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  }
22  ;
23  std::vector<EcalRecHit> recHits;
24  std::vector<DetId> detIds;
25  std::vector<int> channelStatus;
27  double boundaryET;
30 };
31 
32 #endif /*BOUNDARYINFORMATION_H_*/
std::vector< DetId > detIds
std::vector< int > channelStatus
EcalSubdetector subdet
std::vector< EcalRecHit > recHits
EcalSubdetector