test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
6
#include "
DataFormats/EcalDetId/interface/EcalSubdetector.h
"
7
8
//using namespace edm;
9
//using namespace std;
10
11
class
BoundaryInformation
{
12
public
:
13
BoundaryInformation
() {
14
recHits
= std::vector<EcalRecHit> ();
15
detIds
= std::vector<DetId> ();
16
channelStatus
= std::vector<int> ();
17
boundaryEnergy
= 0.;
18
boundaryET
= 0.;
19
subdet
=
EcalSubdetector
();
20
nextToBorder
=
false
;
21
}
22
;
23
std::vector<EcalRecHit>
recHits
;
24
std::vector<DetId>
detIds
;
25
std::vector<int>
channelStatus
;
26
double
boundaryEnergy
;
27
double
boundaryET
;
28
EcalSubdetector
subdet
;
29
bool
nextToBorder
;
30
};
31
32
#endif
/*BOUNDARYINFORMATION_H_*/
EcalSubdetector.h
BoundaryInformation::nextToBorder
bool nextToBorder
Definition:
BoundaryInformation.h:29
BoundaryInformation::detIds
std::vector< DetId > detIds
Definition:
BoundaryInformation.h:24
BoundaryInformation::boundaryEnergy
double boundaryEnergy
Definition:
BoundaryInformation.h:26
BoundaryInformation::channelStatus
std::vector< int > channelStatus
Definition:
BoundaryInformation.h:25
BoundaryInformation::subdet
EcalSubdetector subdet
Definition:
BoundaryInformation.h:28
BoundaryInformation::recHits
std::vector< EcalRecHit > recHits
Definition:
BoundaryInformation.h:22
BoundaryInformation
Definition:
BoundaryInformation.h:11
BoundaryInformation::boundaryET
double boundaryET
Definition:
BoundaryInformation.h:27
EcalSubdetector
EcalSubdetector
Definition:
EcalSubdetector.h:11
BoundaryInformation::BoundaryInformation
BoundaryInformation()
Definition:
BoundaryInformation.h:13
Generated for CMSSW Reference Manual by
1.8.5