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  std::vector<EcalRecHit> recHits;
25  std::vector<DetId> detIds;
26  std::vector<int> channelStatus;
28  double boundaryET;
31 };
32 
33 #endif /*BOUNDARYINFORMATION_H_*/
std::vector< DetId > detIds
std::vector< int > channelStatus
EcalSubdetector subdet
std::vector< EcalRecHit > recHits
EcalSubdetector