Main Page
Namespaces
Classes
Package Documentation
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
;
25
std::vector<EcalRecHit>
recHits
;
26
std::vector<DetId>
detIds
;
27
std::vector<int>
channelStatus
;
28
double
boundaryEnergy
;
29
double
boundaryET
;
30
EcalSubdetector
subdet
;
31
bool
nextToBorder
;
32
};
33
34
#endif
/*BOUNDARYINFORMATION_H_*/
EcalSubdetector.h
BoundaryInformation::nextToBorder
bool nextToBorder
Definition:
BoundaryInformation.h:31
EcalRecHit.h
BoundaryInformation::detIds
std::vector< DetId > detIds
Definition:
BoundaryInformation.h:26
BoundaryInformation::boundaryEnergy
double boundaryEnergy
Definition:
BoundaryInformation.h:28
BoundaryInformation::channelStatus
std::vector< int > channelStatus
Definition:
BoundaryInformation.h:27
BoundaryInformation::subdet
EcalSubdetector subdet
Definition:
BoundaryInformation.h:30
BoundaryInformation::recHits
std::vector< EcalRecHit > recHits
Definition:
BoundaryInformation.h:24
BoundaryInformation
Definition:
BoundaryInformation.h:13
BoundaryInformation::boundaryET
double boundaryET
Definition:
BoundaryInformation.h:29
EcalSubdetector
EcalSubdetector
Definition:
EcalSubdetector.h:11
BoundaryInformation::BoundaryInformation
BoundaryInformation()
Definition:
BoundaryInformation.h:15
Generated for CMSSW Reference Manual by
1.8.11