CMS 3D CMS Logo

BoundaryInformation.h
Go to the documentation of this file.
1 #ifndef BOUNDARYINFORMATION_H_
2 #define BOUNDARYINFORMATION_H_
3 
4 // system include files
5 #include <vector>
6 
9 
10 //using namespace edm;
11 //using namespace std;
12 
14  public:
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  }
24  ;
25  std::vector<EcalRecHit> recHits;
26  std::vector<DetId> detIds;
27  std::vector<int> channelStatus;
29  double boundaryET;
32 };
33 
34 #endif /*BOUNDARYINFORMATION_H_*/
std::vector< DetId > detIds
std::vector< int > channelStatus
EcalSubdetector subdet
std::vector< EcalRecHit > recHits
EcalSubdetector