src
DataFormats
METReco
interface
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
7
#include "
DataFormats/EcalRecHit/interface/EcalRecHit.h
"
8
#include "
DataFormats/EcalDetId/interface/EcalSubdetector.h
"
9
10
//using namespace edm;
11
//using namespace std;
12
13
class
BoundaryInformation
{
14
public
:
15
BoundaryInformation
() {
16
recHits
= std::vector<EcalRecHit>();
17
detIds
= std::vector<DetId>();
18
channelStatus
= std::vector<int>();
19
boundaryEnergy
= 0.;
20
boundaryET
= 0.;
21
subdet
=
EcalSubdetector
();
22
nextToBorder
=
false
;
23
};
24
std::vector<EcalRecHit>
recHits
;
25
std::vector<DetId>
detIds
;
26
std::vector<int>
channelStatus
;
27
double
boundaryEnergy
;
28
double
boundaryET
;
29
EcalSubdetector
subdet
;
30
bool
nextToBorder
;
31
};
32
33
#endif
/*BOUNDARYINFORMATION_H_*/
EcalRecHit.h
EcalSubdetector.h
BoundaryInformation::nextToBorder
bool nextToBorder
Definition:
BoundaryInformation.h:30
BoundaryInformation::detIds
std::vector< DetId > detIds
Definition:
BoundaryInformation.h:25
BoundaryInformation::boundaryEnergy
double boundaryEnergy
Definition:
BoundaryInformation.h:27
BoundaryInformation::channelStatus
std::vector< int > channelStatus
Definition:
BoundaryInformation.h:26
BoundaryInformation::subdet
EcalSubdetector subdet
Definition:
BoundaryInformation.h:29
BoundaryInformation::recHits
std::vector< EcalRecHit > recHits
Definition:
BoundaryInformation.h:23
BoundaryInformation
Definition:
BoundaryInformation.h:13
BoundaryInformation::boundaryET
double boundaryET
Definition:
BoundaryInformation.h:28
EcalSubdetector
EcalSubdetector
Definition:
EcalSubdetector.h:10
BoundaryInformation::BoundaryInformation
BoundaryInformation()
Definition:
BoundaryInformation.h:15
Generated for CMSSW Reference Manual by
1.8.14